.common-nav {
  position: fixed;
  top: 0;
  left: 0;
}

.c-nav-logos {
  position: fixed;
}

body {
  position: relative;
}

.c-nav-link::before {
  opacity: 1;
}

.module-center {
  width: 1100px;
  margin: 0 auto;
}

.page-ame img {
  width: 100%;
  display: block;
}

@font-face {
  font-family: "fzxgh";
  src: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/fonts/fzxgh.ttf");
}
@font-face {
  font-family: "fzltch";
  src: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/fonts/fzltch.ttf");
}
@font-face {
  font-family: "hylx";
  src: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/fonts/hylx.TTF");
}
@font-face {
  font-family: "syhtm";
  src: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/fonts/syhtm.ttf");
}
@font-face {
  font-family: "syhtb";
  src: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/fonts/syhtb.ttf");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scale {
  -webkit-transform: scale(1, 0.8);
      -ms-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}

.main-content.page-ame {
  padding: 85px 0 34px;
  background: #f4f4f4;
  min-height: calc(var(--win-height));
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-box {
  width: 100%;
  height: 60px;
  background-color: #000000;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}

.page-ame .header {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/hks_header.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 1100px;
  height: 233px;
  position: relative;
}
.page-ame .header .header-tab {
  width: 100%;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-ame .header .header-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(139, 139, 139, 0.3);
}
.page-ame .header .header-tab .header-tab-item {
  width: 131px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #a6a5a4;
  text-align: center;
  position: relative;
}
.page-ame .header .header-tab .header-tab-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #a4a5a5;
}
.page-ame .header .header-tab .header-tab-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #2764ff;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.page-ame .header .header-tab .header-tab-item span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-ame .header .header-tab .header-tab-item span::after {
  content: "";
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/icon1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 137px;
  height: 56px;
  position: absolute;
  bottom: -8px;
  left: 1px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-ame .header .header-tab .header-tab-item.on {
  color: #fff;
  font-weight: bold;
}
.page-ame .header .header-tab .header-tab-item.on::after {
  width: calc(100% - 20px);
}
.page-ame .header .header-tab .header-tab-item.on span::after {
  opacity: 1;
}
.page-ame .main-wrap {
  margin-top: 20px;
}
.page-ame .main-wrap .track-item {
  width: 100%;
  margin-bottom: 20px;
}
.page-ame .main-wrap .track-item .track-item-tit {
  width: 100%;
  height: 45px;
  color: #152052;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  padding-left: 28px;
}
.page-ame .main-wrap .track-item .track-item-text {
  width: 100%;
  padding: 0 28px;
  margin-top: 12px;
}
.page-ame .main-wrap .track-item .track-item-text p {
  color: #313131;
  font-size: 20px;
  line-height: 28px;
  font-family: "syhtr";
}
.page-ame .main-wrap .track-item .track-item-img {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-ame .main-wrap .track-item .track-item-img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-ame .main-wrap .track-item .track-item-slogan {
  width: 100%;
  height: 30px;
  color: #001133;
  font-size: 34px;
  line-height: 38px;
  font-family: "hylx";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.page-ame .main-wrap .track-item .track-item-slogan::before {
  content: "";
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/icon2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 58px;
  height: 13px;
  margin-right: 15px;
}
.page-ame .main-wrap .track-item .track-item-slogan::after {
  content: "";
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/icon2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 58px;
  height: 13px;
  margin-left: 15px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.page-ame .main-wrap .track-item .track-item-tips {
  height: 46px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-family: "syhtr";
  text-align: center;
}
.page-ame .main-wrap .track-item .flow-text {
  width: 747px;
  height: 71px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-ame .main-wrap .track-item .flow-text p {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/flow_icon1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 168px;
  height: 71px;
  color: #2239a1;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "fzltch";
  position: relative;
}
.page-ame .main-wrap .track-item .flow-text p:not(:last-child)::after {
  content: "";
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/flow_icon2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 11px;
  height: 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -18px;
}
.page-ame .main-wrap .track-item .track-item-text p {
  margin-bottom: 10px;
}
.page-ame .main-wrap .track-item .track-item-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  color: #313131;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-ame .main-wrap .track-item .track-item-text span::before {
  content: "";
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/icon3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 18px;
  height: 19px;
  margin-right: 2px;
}
.page-ame .main-wrap .track-item .track-item-text em {
  font-weight: bold;
  color: #2239a1;
}
.page-ame .main-wrap .track-item .track-item-progress {
  width: 890px;
  margin: 0 auto;
}
.page-ame .main-wrap .track-item .track-item-progress .track-item-name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.page-ame .main-wrap .track-item .track-item-progress .track-item-name::before {
  content: "";
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/icon6.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 33px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.page-ame .main-wrap .track-item .track-item-progress .track-item-name li {
  color: #ffffff;
  font-size: 27px;
  text-align: center;
  position: relative;
  font-family: "hylx";
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/icon5.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 203px;
  height: 37px;
  line-height: 35px;
}
.page-ame .main-wrap .track-item .track-item-progress .track-item-name li span {
  -webkit-transform: scale(1, 0.8);
      -ms-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
  display: inline-block;
}
.page-ame .main-wrap .track-item .track-item-progress .track-item-date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-ame .main-wrap .track-item .track-item-progress .track-item-date li {
  width: 203px;
  color: #152052;
  font-size: 19px;
  font-family: "fzltch";
  text-align: center;
  margin-top: 60px;
  letter-spacing: -1px;
}
.page-ame .main-wrap .track-item .track-item-toptext {
  color: #313131;
  font-size: 20px;
  padding: 0 28px;
  line-height: 28px;
  margin: 15px 0 55px;
  font-family: "syhtm";
}
.page-ame .main-wrap .track-item .track-item-toptext span {
  color: #2239a1;
  font-family: "syhtb";
}
.page-ame .main-wrap .track-item-main1 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/main_item1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 391px;
}
.page-ame .main-wrap .track-item-main1 .track-item-img {
  margin-top: 20px;
}
.page-ame .main-wrap .track-item-main1 .track-item-img img {
  width: 876px;
  height: 182px;
}
.page-ame .main-wrap .track-item-main2 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/main_item2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 391px;
}
.page-ame .main-wrap .track-item-main2 .track-item-img {
  margin-top: 37px;
}
.page-ame .main-wrap .track-item-main2 .track-item-img img {
  width: 895px;
  height: 165px;
}
.page-ame .main-wrap .track-item-main3 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/main_item3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 391px;
}
.page-ame .main-wrap .track-item-main3 .track-item-img {
  margin-top: -4px;
  margin-bottom: -24px;
}
.page-ame .main-wrap .track-item-main3 .track-item-img img {
  width: 448px;
  height: 229px;
}
.page-ame .main-wrap .track-item-qm1 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/qm_item1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 238px;
}
.page-ame .main-wrap .track-item-qm1 .track-item-img {
  margin: 20px 0;
}
.page-ame .main-wrap .track-item-qm1 .track-item-img img {
  width: 1052px;
  height: 120px;
}
.page-ame .main-wrap .track-item-qm2 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/qm_item2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 640px;
}
.page-ame .main-wrap .track-item-qm2 .track-item-qmlist {
  width: 1070px;
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-ame .main-wrap .track-item-qm2 .track-item-qmlist .track-item-qmtop {
  height: 60px;
  font-size: 25px;
  color: #152052;
  font-family: "hylx";
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 5px;
}
.page-ame .main-wrap .track-item-qm2 .track-item-qmlist .track-item-qmtop p:first-child {
  content: "";
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/icon4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 23px;
  height: 23px;
  font-family: "hylx";
  margin: 9px 6px 0 0;
  color: #f1f4ff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-ame .main-wrap .track-item-qm2 .track-item-qmlist .track-item-qmtop p:last-child {
  width: 476px;
  letter-spacing: -1px;
}
.page-ame .main-wrap .track-item-qm2 .track-item-qmlist img {
  width: 506px;
}
.page-ame .main-wrap .track-item-qm3 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/qm_item3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 587px;
}
.page-ame .main-wrap .track-item-qm3 .track-item-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.page-ame .main-wrap .track-item-qm3 .track-item-text p::before {
  content: "";
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/icon3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 18px;
  height: 19px;
  margin-right: 2px;
}
.page-ame .main-wrap .track-item-qm3 .flow-text {
  width: 906px;
  height: 117px;
  margin: 23px auto 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-ame .main-wrap .track-item-qm3 .flow-text p {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/flow_icon1_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 276px;
  height: 117px;
  font-size: 29px;
  line-height: 34px;
}
.page-ame .main-wrap .track-item-qm3 .flow-text p:not(:last-child)::after {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/flow_icon2_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 17px;
  height: 28px;
  right: -28px;
}
.page-ame .main-wrap .track-item-qm3 .track-item-qmmain {
  width: 758px;
  margin: 48px auto;
}
.page-ame .main-wrap .track-item-qm3 .track-item-qmmain .track-item-qmsm {
  color: #152052;
  font-size: 40px;
  font-family: "hylx";
  text-align: center;
  line-height: 42px;
  margin-bottom: 10px;
}
.page-ame .main-wrap .track-item-qm3 .track-item-qmmain p {
  color: #313131;
  font-size: 22px;
  font-family: "syhtm";
  text-align: center;
}
.page-ame .main-wrap .track-item-qm4 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/qm_item4.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-ame .main-wrap .track-item-qm4 .track-item-slogan {
  margin-top: 0;
}
.page-ame .main-wrap .track-item-pt1 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/pt_item1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 171px;
}
.page-ame .main-wrap .track-item-pt1 .track-item-img {
  margin: 32px auto 38px;
}
.page-ame .main-wrap .track-item-pt1 .track-item-img img {
  width: 909px;
  height: 58px;
}
.page-ame .main-wrap .track-item-pt2 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/pt_item2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 185px;
}
.page-ame .main-wrap .track-item-pt2 .flow-text {
  margin: 30px auto 25px;
}
.page-ame .main-wrap .track-item-pt2 .track-item-tips {
  height: 68px;
}
.page-ame .main-wrap .track-item-pt3 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/pt_item3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-ame .main-wrap .track-item-pt3 .track-item-slogan {
  margin-top: 0;
}
.page-ame .main-wrap .track-item-pt4 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/pt_item4.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 1030px;
}
.page-ame .main-wrap .track-item-pt4 .track-item-ptlist {
  margin-top: 30px;
  padding: 0 28px;
}
.page-ame .main-wrap .track-item-pt4 .track-item-ptlist .track-item-ptitem {
  margin-bottom: 27px;
}
.page-ame .main-wrap .track-item-pt4 .track-item-ptlist .track-item-ptitem .track-item-pttitle {
  font-size: 30px;
  letter-spacing: -1px;
  color: #152052;
  font-family: "hylx";
  text-align: center;
  line-height: 32px;
  margin-bottom: 9px;
}
.page-ame .main-wrap .track-item-pt4 .track-item-ptlist .track-item-ptitem img {
  width: 1060px;
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.page-ame .main-wrap .track-item-gx1 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/gx_item1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 301px;
}
.page-ame .main-wrap .track-item-gx1 .track-item-gxlist {
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}
.page-ame .main-wrap .track-item-gx1 .track-item-gxlist .track-item-gxitem {
  width: 200px;
  text-align: center;
}
.page-ame .main-wrap .track-item-gx1 .track-item-gxlist .track-item-gxitem img {
  width: 167px;
  height: 164px;
  margin: 0 auto;
}
.page-ame .main-wrap .track-item-gx1 .track-item-gxlist .track-item-gxitem p {
  font-size: 22px;
  color: #313131;
  font-family: "syhtm";
  line-height: 26px;
  margin-top: 10px;
}
.page-ame .main-wrap .track-item-gx1 .track-item-gxlist .track-item-gxitem p span {
  color: #2239a1;
  font-family: "syhtb";
}
.page-ame .main-wrap .track-item-gx2 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/gx_item2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 365px;
}
.page-ame .main-wrap .track-item-gx2 .track-item-progress {
  margin-bottom: 22px;
}
.page-ame .main-wrap .track-item-gx3 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/gx_item3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-ame .main-wrap .track-item-gx3 .track-item-slogan {
  margin-top: 0;
}
.page-ame .main-wrap .track-item-wb1 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/wb_item1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 222px;
}
.page-ame .main-wrap .track-item-wb1 .track-item-img {
  margin: 45px auto;
}
.page-ame .main-wrap .track-item-wb1 .track-item-img img {
  width: 525px;
  height: 100px;
}
.page-ame .main-wrap .track-item-wb2 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/wb_item2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 1589px;
}
.page-ame .main-wrap .track-item-wb2 .track-item-wblist {
  width: 860px;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-ame .main-wrap .track-item-wb2 .track-item-wblist .track-item-wbitem {
  width: 100%;
  margin-bottom: 25px;
}
.page-ame .main-wrap .track-item-wb2 .track-item-wblist .track-item-wbitem:nth-child(1) {
  width: 414px;
}
.page-ame .main-wrap .track-item-wb2 .track-item-wblist .track-item-wbitem:nth-child(2) {
  width: 414px;
}
.page-ame .main-wrap .track-item-wb2 .track-item-wblist .track-item-wbitem img {
  width: 100%;
}
.page-ame .main-wrap .track-item-wb3 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/wb_item3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 424px;
}
.page-ame .main-wrap .track-item-wb3 .flow-text {
  width: 1022px;
  height: 98px;
  margin-bottom: 50px;
}
.page-ame .main-wrap .track-item-wb3 .flow-text p {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/flow_icon1_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 231px;
  height: 98px;
  font-size: 24px;
}
.page-ame .main-wrap .track-item-wb3 .flow-text p:not(:last-child)::after {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/flow_icon2_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 16px;
  height: 25px;
  right: -25px;
}
.page-ame .main-wrap .track-item-wb3 .flow-text p:last-child {
  color: #d59c12;
}
.page-ame .main-wrap .track-item-wb3 .track-item-progress {
  width: 1022px;
  margin-bottom: 19px;
}
.page-ame .main-wrap .track-item-wb3 .track-item-progress .track-item-name::before {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/icon7.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.page-ame .main-wrap .track-item-wb4 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/wb_item4.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 207px;
}
.page-ame .main-wrap .track-item-wb4 .track-item-toptext {
  margin-bottom: 45px;
}
.page-ame .main-wrap .hz-tab {
  width: 1100px;
  height: 35px;
  background-color: #081b82;
  margin: -20px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-ame .main-wrap .hz-tab .hz-tab-item {
  width: 50%;
  height: 30px;
  text-align: center;
  color: #e3eeff;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  font-family: "syhtm";
}
.page-ame .main-wrap .hz-tab .hz-tab-item.on::after {
  content: "";
  width: 550px;
  height: 4px;
  background-color: #2764ff;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-ame .main-wrap .track-item-hzjs1 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/hzjs_item1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 933px;
}
.page-ame .main-wrap .track-item-hzjs1 .track-item-toptext {
  margin-bottom: 22px;
}
.page-ame .main-wrap .track-item-hzjs1 .track-item-hzjslist {
  width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-ame .main-wrap .track-item-hzjs1 .track-item-hzjslist .track-item-hzjsli {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/hzjs_bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 498px;
  height: 355px;
  position: relative;
  margin-bottom: 40px;
}
.page-ame .main-wrap .track-item-hzjs1 .track-item-hzjslist .track-item-hzjsli .track-item-hzjsteam {
  width: 100%;
  height: 33px;
  line-height: 35px;
  color: #e8efff;
  font-size: 22px;
  font-family: "hylx";
  text-align: center;
}
.page-ame .main-wrap .track-item-hzjs1 .track-item-hzjslist .track-item-hzjsli .track-item-hzjsimg {
  width: 490px;
  margin: 0 auto;
}
.page-ame .main-wrap .track-item-hzjs1 .track-item-hzjslist .track-item-hzjsli .track-item-hzjsname {
  width: 100%;
  height: 53px;
  color: #e3eeff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  font-family: "syhtm";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-ame .main-wrap .track-item-hzjs1 .track-item-hzjslist .track-item-hzjsli .track-item-hzjsname p:first-child {
  font-size: 22px;
  line-height: 24px;
}
.page-ame .main-wrap .track-item-hzjs2 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/hzjs_item2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 302px;
}
.page-ame .main-wrap .track-item-hzjs2 .rules-text {
  width: 904px;
  height: 127px;
  margin: 65px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-ame .main-wrap .track-item-hzjs2 .rules-text .rules-li {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/rules_icon1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 276px;
  height: 127px;
  text-align: center;
  position: relative;
}
.page-ame .main-wrap .track-item-hzjs2 .rules-text .rules-li .rules-top {
  width: 100%;
  height: 46px;
  color: #ffffff;
  font-size: 26px;
  line-height: 54px;
  font-family: "fzltch";
}
.page-ame .main-wrap .track-item-hzjs2 .rules-text .rules-li .rules-bottom {
  height: 74px;
  color: #313131;
  padding-top: 14px;
}
.page-ame .main-wrap .track-item-hzjs2 .rules-text .rules-li .rules-bottom p:first-child {
  font-size: 22px;
  line-height: 26px;
  font-family: "syhtb";
}
.page-ame .main-wrap .track-item-hzjs2 .rules-text .rules-li .rules-bottom p:last-child {
  font-size: 18px;
  line-height: 22px;
  font-family: "syhtm";
  letter-spacing: -1px;
}
.page-ame .main-wrap .track-item-hzjs2 .rules-text .rules-li:not(:last-child)::after {
  content: "";
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/flow_icon2_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 18px;
  height: 29px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -28px;
}
.page-ame .main-wrap .track-item-hzjs3 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/hzjs_item3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 621px;
}
.page-ame .main-wrap .track-item-hzjs3 .track-item-toptext {
  margin-bottom: 40px;
}
.page-ame .main-wrap .track-item-hzjs3 .track-item-img {
  width: 969px;
  margin: 0 auto 44px;
}
.page-ame .main-wrap .track-item-hzjs4 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/hzjs_item4.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-ame .main-wrap .track-item-hzjs4 .track-item-slogan {
  margin-top: 0;
}
.page-ame .main-wrap .track-item-hzwk1 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/hzwk_item1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 180px;
}
.page-ame .main-wrap .track-item-hzwk2 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/hzwk_item2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 241px;
}
.page-ame .main-wrap .track-item-hzwk2 .track-item-img {
  margin-top: 33px;
}
.page-ame .main-wrap .track-item-hzwk2 .track-item-img img {
  width: 699px;
  height: 122px;
}
.page-ame .main-wrap .track-item-hzwk3 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/hzwk_item3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 226px;
}
.page-ame .main-wrap .track-item-hzwk3 .track-item-hzwkbox {
  width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
  text-align: center;
}
.page-ame .main-wrap .track-item-hzwk3 .track-item-hzwkbox .track-item-left {
  width: 530px;
  font-size: 26px;
  line-height: 30px;
  font-family: "syhtb";
  position: relative;
}
.page-ame .main-wrap .track-item-hzwk3 .track-item-hzwkbox .track-item-left::after {
  content: "";
  width: 2px;
  height: 65px;
  background-color: #a6a5a4;
  position: absolute;
  top: -2px;
  right: 0px;
}
.page-ame .main-wrap .track-item-hzwk3 .track-item-hzwkbox .track-item-right {
  width: 530px;
  font-size: 18px;
  line-height: 22px;
  font-family: "syhtr";
}
.page-ame .main-wrap .track-item-hzwk3 .track-item-hzwkbox .track-item-right p:first-child {
  font-size: 22px;
  line-height: 26px;
  font-family: "syhtb";
}
.page-ame .main-wrap .track-item-hzwk4 {
  background-image: url("//game.gtimg.cn/images/lpl/act/a20260614hksmatch/0724/hzwk_item4.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-ame .main-wrap .track-item-hzwk4 .track-item-slogan {
  margin-top: 0;
}