﻿.contentTitle1 {
  font-size: 36px;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.1rem;
  color: #000;
}
[data-dpr="2"] .contentTitle1 {
  font-size: 10.8px !important;
}
[data-dpr="3"] .contentTitle1 {
  font-size: 18px !important;
}
.contentDes1 {
  color: #000;
  max-width: 52%;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.15rem;
}
[data-dpr="2"] .contentDes1 {
  font-size: 6px !important;
}
[data-dpr="3"] .contentDes1 {
  font-size: 10px !important;
}
.content1 {
  width: 100%;
  padding-bottom:80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content1 .contentItems {
  width:1200px;
  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;
  flex-wrap: wrap;
}
.content1 .contentItems .contentItem {
  border: 1px solid #bfbfbf;
  width: 23%;
  border-radius: 0.0208rem;
  position: relative;
  overflow: hidden;
}
.content1 .contentItems .contentItem img {
  vertical-align: bottom;
  width: 100%;
}
.content1 .contentItems .contentItem .contentText {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.0833rem 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s;
}
.content1 .contentItems .contentItem p {
  height: 0;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.5s;
}
[data-dpr="2"] .content1 .contentItems .contentItem p {
  font-size: 5.4px !important;
}
[data-dpr="3"] .content1 .contentItems .contentItem p {
  font-size: 9px !important;
}
.content1 .contentItems .contentItem .contentItemText1 {
  height: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0.1042rem auto;
}
[data-dpr="2"] .content1 .contentItems .contentItem .contentItemText1 {
  font-size: 6px !important;
}
[data-dpr="3"] .content1 .contentItems .contentItem .contentItemText1 {
  font-size: 10px !important;
}
.content1 .contentItems .contentItem:hover {
  cursor: pointer;
  border: 1px solid #046bff;
}
.content1 .contentItems .contentItem:hover .contentText {
  background-color: #046bff;
  opacity: 0.8;
}
.content1 .contentItems .contentItem:hover p {
  height: auto;
  line-height: 1;
  margin-bottom: 0.026rem;
}
.content1 .contentItems .contentItem:hover .contentItemText1 {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 0.1042rem;
}
[data-dpr="2"] .content1 .contentItems .contentItem:hover .contentItemText1 {
  font-size: 6px !important;
}
[data-dpr="3"] .content1 .contentItems .contentItem:hover .contentItemText1 {
  font-size: 10px !important;
}
