﻿.matchInfo {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 70px 0;
}

.matchInfo img {
  max-width: 100%;
}

.section1 .part1 {
  position: relative;
  width: 100%;
  height: 1335px;
}

.section1 .part1 .content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 85px;
  box-sizing: border-box;
}

.section1 .part1 .content .left {
  width: 581px;
  height: 300px;
  margin-right: 32px;
}

.section1 .part1 .content .left .videoBox {
  position: relative;
  width: 581px;
  height: 300px;
  margin: auto;
}

.section1 .part1 .content .left .videoBox .videoPoster {
  position: absolute;
  top: 0;
  left: 0;
  width: 581px;
  height: 300px;
  z-index: 11;
}

.section1 .part1 .content .left .videoBox .videoPoster img {
  position: absolute;
  width: 95px;
  height: 95px;
  margin-left: -50px;
  margin-top: -50px;
  top: 50%;
  left: 50%;
  cursor: pointer;
}

.section1 .part1 .content .left .videoBox video {
  width: 100%;
  height: 100%;
}

.section1 .part1 .content .right {
  width: 391px;
  height: 300px;
}

.section1 .part1 .content .right .top {
  display: flex;
  align-items: center;
}

.section1 .part1 .content .right .top .left,
.section1 .part1 .content .right .top .right {
  width: 88px;
  height: 40px;
  cursor: pointer;
}

.section1 .part1 .content .right .top .left {
  margin-right: 20px;
}

.section1 .part1 .content .right .line {
  width: 100%;
  height: 1px;
  margin: 25px 0 18px;
  background: #c3bb86;
}

.section1 .part1 .content .right .bottom .item {
  line-height: 18px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
}

.section1 .part1 .content .right .bottom span {
  color: #000;
}

.section1 .part1 .content .right .bottom .item:last-child {
  margin-bottom: 0;
}

.section1 .part1 .content .right .bottom .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section1 .part1 .content .right .bottom .item a:hover {
  color: #a9313b;
}

.section1 .part1 .content .right .bottom .item a .tit {
  width: 230px;
}

.section1 .part2 {
  width: 100%;
  height: 796px;
}

.section1 .part3 {
  width: 100%;
  height: 1428px;
}

.section1 .part4 {
  position: relative;
  width: 100%;
  height: 1031px;
}

.section1 .part4 .btnBox {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 62px;
}

.section1 .part4 .btnBox .btn2d {
  margin-right: 20px;
}

.section1 .part4 .btnBox .btn {
  width: 261px;
  height: 72px;
  cursor: pointer;
}

.section1 .part5 {
  width: 100%;
  height: 1066px;
}

.section1 .part6 {
  width: 100%;
  height: 721px;
}

.section1 .part7 {
  position: relative;
  width: 100%;
  height: 2490px;
}