.page-item6 {
  position: relative;
  width: 100%;
  background: url("../img/home/home-bg6.png") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.page-item6-main {
  color: #FFFFFF;
  min-width: 1440px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-item6-main-title {
  color: #000;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 150px);
}

.page-item6-main-title-text {
  font-size: 40px;
  font-weight: 600;
}

.page-item6-main-title-dsc {
  font-size: 24px;
  font-weight: 300;
  margin-top: 15px;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
}

.page-item6-main-title-dsc::before {
  content: '';
  display: inline-block;
  width: 87px;
  height: 1px;
  border-bottom: 1px solid #D8232A;
  margin-right: 25px;
}

.page-item6-main-title-nav {
  display: flex;
}

.page-item6-main-title-nav .act {
  background: #D8232A;
  color: #FFFFFF;
}

.page-item6-main-title-nav-item:last-of-type {
  margin-right: 0;
}

.page-item6-main-title-nav-item:hover {
  background: #D8232A;
  color: #FFFFFF;
}

.page-item6-main-title-nav-item {
  width: 179px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #65677A;
  border: 1px solid #D4D5E1;
  background: #FFFFFF;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page-item6-main-title-nav-item .title {
  pointer-events: none;
}

.page-item6-main-content {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 150px);
}

.page-item6-main-content-left {
  width: 824px;
  height: 515px;
}

.page-item6-main-content-left img {
  width: 824px;
  height: 515px;
}

.page-item6-main-content-right {
  position: relative;
  margin-left: -150px;
  width: 757px;
  height: 386px;
  padding: 40px;
  backdrop-filter: blur(10px);
  background: #f6f6f694;
}

.page-item6-main-content-right .title {
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
}

.page-item6-main-content-right .content {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 36px;
}

.page-item6-main-content-right .btn:hover {
  background: #D8232A;
  color: #fff;
}

.page-item6-main-content-right .btn {
  transition: all .3s;
  border: 1px solid #D8232A;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D8232A;
  width: 170px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  cursor: pointer;
}

.page-item6-main-content-right .dot {
  width: 25px;
  height: 24px;
  position: absolute;
  right: 34px;
  top: -12px;
}

.page-item6-main-content-right .dot img {
  width: 100%;
  height: 100%;
}
