.banner {
  height: 300px;
  overflow: hidden;
}
.path {
  background-color: #f8f8f8;
  height: 70px;
}
.path-box {
  height: 100%;
  font-size: 16px;
  color: #333333;
}
.path-box-current {
  color: #f5a623;
}
.common-nav {
  height: 66px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  background-color: #533687;
  border-radius: 4px 4px 0 0;
  padding-left: 20px;
}
.common-nav-link {
  height: 100%;
  display: flex;
  align-items: center;
}
.common-nav-link .link {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  cursor: pointer;
  transition: border-bottom 0.3s linear;
  border-bottom: 0px solid #f5a623;
}
.common-nav-link .link:hover {
  color: #f5a623;
}
.common-nav-active {
  border-bottom: 4px solid #f5a623;
  box-sizing: border-box;
}
.common-nav-active .link {
  color: #f5a623;
}
.tab-container {
  overflow: hidden;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
}
.tab-container .tab-content {
  display: flex;
  width: 300%;
  flex-wrap: nowrap;
  transform: translatex(0);
  transition: all 0.3s linear;
}
.tab-container .tab-content .content {
  width: 33.333%;
  /* height: 400px; */
  overflow: hidden;
  padding: 30px 20px;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
.zjhx {
  margin-top: 20px;
}
.zjhx-bmjs {
  position: relative;
  min-height: 670px;
  width: 100%;
  box-sizing: border-box;
  background:  center / 100% no-repeat;
  color: #fff;
}
.zjhx-bmjs .title {
  position: relative;
  height: 30px;
  text-align: center;
}
.zjhx-bmjs .title-span {
  font-weight: semibold;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.zjhx-bmjs .title-span:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 3px;
  background-color: #fff;
}
.zjhx-bmjs .step {
  position: absolute;
  width: 220px;
  background: transparent;
}
.zjhx-bmjs .step p {
  margin-bottom: 10px;
  font-size: 14px;
}
.zjhx-bmjs .step:nth-child(1) {
  left: 34px;
  bottom: 194px;
}
.zjhx-bmjs .step:nth-child(2) {
  left: 212px;
  bottom: 56px;
}
.zjhx-bmjs .step:nth-child(3) {
  top: 192px;
  left: 348px;
}
.zjhx-bmjs .step:nth-child(4) {
  bottom: 110px;
  left: 542px;
}
.zjhx-bmjs .step:nth-child(5) {
  right: 300px;
  top: 60px;
}
.zjhx-bmjs .step:nth-child(6) {
  right: 38px;
  top: 300px;
}
.zjhx-bmry-container {
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
}
.zjhx-bmry-container .rongyu {
  width: 33.33%;
  height: 320px;
  display: flex;
  justify-content: center;
  background-image: ;
  background-size: 100% 330px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.zjhx-bmry-container .rongyu-content {
  width: 300px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding: 35px;
  padding-top: 90px;
}
.zjhx-bmry-container .rongyu-content-year {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.zjhx-bmry-container .rongyu-content-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
.zjhx-rygs-content {
  margin-top: 30px;
}
.zjhx-rygs-content_header {
  display: flex;
  height: 70px;
  background-color: #e8e8e8;
  color: #666;
  font-size: 16px;
  font-weight: 600;
}
.zjhx-rygs-content_header .item-header {
  padding: 0 10px;
  justify-content: center;
}
.zjhx-rygs-content_header .item-header:nth-child(1) {
  padding-left: 40px;
  width: 80px;
}
.zjhx-rygs-content_header .item-header:nth-child(2) {
  width: 160px;
}
.zjhx-rygs-content_header .item-header:nth-child(3) {
  width: 140px;
}
.zjhx-rygs-content_header .item-header:nth-child(4) {
  width: 80px;
}
.zjhx-rygs-content_header .item-header:nth-child(5) {
  flex: 1;
}
.zjhx-rygs-content_header .item-header:last-child {
  flex: 1;
  padding-right: 40px;
}
.zjhx-rygs-content_list {
  display: flex;
  height: 70px;
  background-color: #fff;
  color: #333;
  font-weight: 700;
  font-size: 16px;
}
.zjhx-rygs-content_list .item {
  padding: 0 10px;
}
.zjhx-rygs-content_list .item:nth-child(1) {
  padding-left: 40px;
  width: 80px;
  justify-content: center;
}
.zjhx-rygs-content_list .item:nth-child(2) {
  width: 160px;
  justify-content: center;
}
.zjhx-rygs-content_list .item:nth-child(3) {
  width: 140px;
  justify-content: center;
}
.zjhx-rygs-content_list .item:nth-child(4) {
  width: 80px;
  justify-content: center;
}
.zjhx-rygs-content_list .item:nth-child(5) {
  flex: 1;
  justify-content: center;
}
.zjhx-rygs-content_list .item:last-child {
  flex: 1;
  padding-right: 40px;
  justify-content: center;
}
.zjhx-rygs-content_list:nth-child(2n) {
  background-color: #f8f8f8;
}
.zjhx-zzzm-container {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.zjhx-zzzm-container-pic {
  width: 80%;
}
.rongyu {
  position: relative;
  padding: 0 40px;
}
.rongyu-item {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.rongyu-item-list {
  width: 580px;
}
.rongyu-item-list_li {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.rongyu-item-list_li .side-date {
  width: 72px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.rongyu-item-list_li .info {
  flex: 1;
  line-height: 24px;
  font-weight: 600;
  padding-right: 48px;
}
.rongyu-item-list_li .info-team {
  color: #333;
}
.rongyu-item-list_li .info-title {
  color: #533687;
}
.rongyu-item-list_li .mid-date {
  width: 80px;
  line-height: 90px;
  height: 100%;
  color: #fff;
  background-color: #533687;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.rongyu-item-list_li:last-child {
  margin-bottom: 0;
}
.rongyu-item-trophy {
  position: relative;
  width: 500px;
  display: flex;
  align-items: center;
}
.rongyu-item-trophy img {
  height: 84px;
  width: 84px;
}
.rongyu-item-trophy_bar {
  margin: 0 48px;
  width: 128px;
  height: 2px;
  background-color: #e9dfff;
}
.rongyu-item-trophy::after {
  content: '';
  position: absolute;
  left: -104px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(0, -50%);
  border-right: 24px solid #533687;
  border-bottom: 24px solid transparent;
  border-top: 24px solid transparent;
}
.rongyu-item-reverse {
  flex-direction: row-reverse;
}
.rongyu-item-reverse .rongyu-item-list_li {
  flex-direction: row-reverse;
}
.rongyu-item-reverse .rongyu-item-list_li .mid-date {
  order: 3;
}
.rongyu-item-reverse .rongyu-item-list_li .side-date {
  order: 2;
  margin-left: 48px;
}
.rongyu-item-reverse .rongyu-item-list_li .info {
  order: 1;
}
.rongyu-item-reverse .rongyu-item-trophy {
  flex-direction: row-reverse;
}
.rongyu-item-reverse .rongyu-item-trophy::after {
  left: 580px;
  border-right: 0;
  border-left: 24px solid #533687;
  border-bottom: 24px solid transparent;
  border-top: 24px solid transparent;
}
.rongyu-item:first-child .rongyu-item-list_li:first-child .mid-date {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.rongyu-item:last-child .rongyu-item-list_li:last-child .mid-date {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.rongyu .mid-bar {
  position: absolute;
  left: 560px;
  top: 10px;
  bottom: 10px;
  width: 80px;
  background: linear-gradient(180deg, #533687 0%, #a07bec 100%);
  background-color: #533687;
  opacity: 0.6;
  border-radius: 12px;
}
/*# sourcemappingurl=zjhx.css.map */

@media (max-width: 1200px) {
  .zjhx {
    box-sizing: border-box;
    padding: 0 5px;
  }
  .zjhx-bmjs {
    background:  center / 100% no-repeat;
    background-size: auto 100%;
  }
  .common-nav-active {
    border-bottom: none;
  }
  .tab-container .tab-content .content {
    height: auto;
    padding-top: 60px;
  }
  .step-box {
    position: relative;
  }
  .step-box::after {
    content: '';
    position: absolute;
    left: 50px;
    top: -10px;
    bottom: -10px;
    width: 2px;
    background-color: rgba(221, 210, 246);
  }
  .zjhx .zjhx-bmjs .step {
    position: relative;
    left: 0;
    top: 0;
    width: 80%;
    padding-left: 100px;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  .zjhx .zjhx-bmjs .step::before {
    content: '';
    position: absolute;
    left: 46px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: rgba(221, 210, 246);
  }

  .zjhx-bmjs .step p {
    font-size: 16px;
  }

  .rongyu-item {
    flex-direction: column-reverse;
  }
  .rongyu-item-list,
  .rongyu-item-trophy {
    width: 100%;
  }
  .rongyu-item-list_li {
    height: auto;
  }
  .zjhx-bmry .rongyu-item-list_li .mid-date {
    order: 1;
    height: unset;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zjhx-bmry .rongyu-item-list_li .info {
    order: 2;
    padding: 5px 20px;
  }
  .zjhx-bmry .rongyu-item-list_li .side-date {
    order: 3;
    margin-left: 0;
  }
  .rongyu-item-list .rongyu-item-list_li:first-child .mid-date {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .rongyu-item-list .rongyu-item-list_li:last-child .mid-date {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .rongyu-item-trophy {
    justify-content: center;
  }
  .rongyu-item-trophy_bar {
    display: none !important;
  }
  .rongyu-item-reverse .rongyu-item-list_li {
    flex-direction: row;
  }
  .rongyu {
    padding: 0;
  }
  .rongyu-item-reverse .rongyu-item-trophy::after {
    display: none;
  }
}

@media (max-width: 992px) {
  .zjhx .zjhx-rygs-content_list .item,
  .zjhx .zjhx-rygs-content_header .item-header {
    padding: 0 2px;
    word-break: break-all;
  }
  .zjhx .zjhx-rygs-content_list .item:nth-child(1),
  .zjhx .zjhx-rygs-content_header .item-header:nth-child(1) {
    padding-left: 0;
    width: 40px;
  }
  .zjhx .zjhx-rygs-content_header .item-header:nth-child(2),
  .zjhx .zjhx-rygs-content_list .item:nth-child(2) {
    width: 90px;
  }
  .zjhx .zjhx-rygs-content_header .item-header:nth-child(3),
  .zjhx .zjhx-rygs-content_list .item:nth-child(3) {
    width: 70px;
  }
  .zjhx .zjhx-rygs-content_header .item-header:nth-child(4),
  .zjhx .zjhx-rygs-content_list .item:nth-child(4) {
    width: 50px;
  }
  .zjhx .zjhx-rygs-content_header .item-header:last-child,
  .zjhx .zjhx-rygs-content_list .item:last-child {
    padding-right: 0;
    width: 80px;
  }
  .zjhx-rygs-content_list,
  .zjhx-rygs-content_header {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .zjhx .zjhx-bmjs .step {
    width: 100%;
    padding-left: 40px;
  }
  .zjhx .zjhx-bmjs .step::before {
    left: 16px;
  }
  .step-box::after {
    left: 20px;
  }
  .zjhx-bmjs .step p {
    font-size: 14px;
  }

  .tab-container .tab-content .content {
    padding: 20px 10px;
  }

  .li-search {
    display: none;
  }

  .zjhx-bmry .rongyu-item-list_li .mid-date {
    width: 60px;
    font-size: 16px;
  }
  .zjhx-bmry .rongyu-item-list_li .info .info-team {
    font-size: 16px;
  }
  .zjhx-bmry .rongyu-item-list_li .info .info-title {
    font-size: 14px;
  }
  .zjhx-bmry .rongyu-item-list_li .side-date {
    font-size: 14px;
  }

  .zjhx .zjhx-rygs-content_list .item:nth-child(1),
  .zjhx .zjhx-rygs-content_header .item-header:nth-child(1) {
    padding-left: 0;
    width: 40px;
  }
  .zjhx .zjhx-rygs-content_header .item-header:nth-child(2),
  .zjhx .zjhx-rygs-content_list .item:nth-child(2) {
    width: unset;
    flex: 1;
  }
  .zjhx .zjhx-rygs-content_header .item-header:nth-child(3),
  .zjhx .zjhx-rygs-content_list .item:nth-child(3) {
    width: 50px;
  }
  .zjhx .zjhx-rygs-content_header .item-header:nth-child(4),
  .zjhx .zjhx-rygs-content_list .item:nth-child(4) {
    width: 40px;
  }
  .zjhx .zjhx-rygs-content_header .item-header:last-child,
  .zjhx .zjhx-rygs-content_list .item:last-child {
    padding-right: 0;
    width: unset;
    flex: 1;
  }
}
