﻿.matchInfo {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 70px 0;
}

.matchInfo img {
  max-width: 100%;
}

.section1 .part1 {
  position: relative;
  width: 100%;
  height: 1344px;
}

.section1 .part1 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 950px;
  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: 92px;
  height: 44px;
  cursor: pointer;
}

.section1 .part1 .content .right .top .left {
  margin-right: 15px;
}

.section1 .part1 .content .right .line {
  width: 100%;
  height: 1px;
  margin: 22px 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 .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: 858px;
}

.section1 .part3 {
  width: 100%;
  height: 1498px;
}

.section1 .part4 {
  position: relative;
  width: 100%;
  height: 1112px;
}

.section1 .part4 .btnBox {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 100px;
}

.section1 .part4 .btnBox .btn2d {
  margin-right: 20px;
}

.section1 .part4 .btnBox .btn {
  width: 261px;
  height: 72px;
  cursor: pointer;
}

.part5 {
  width: 100%;
  height: 1171px;
}

.part6 {
  width: 100%;
  height: 823px;
}

.part7 {
  position: relative;
  width: 100%;
  height: 2326px;
}

.part7 .mechanism {
  position: absolute;
  width: 376px;
  height: 106px;
  bottom: 140px;
  left: 50%;
  margin-left: -188px;
}