#classicCase {
  position: relative;
}
body {
  font-size: 0.8vw;
  font-family: "微软雅黑";
  margin: 0;
  height: 100%;
}
.section:first-child {
  background: #fff;
}
[v-cloak] {
  display: none;
}
/* nav {
  width: 100%;
  height: 6rem;
  z-index: 1000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
}
nav div {
  height: 100%;
  display: flex;
  align-items: center;
}
nav div a {
  color: #000;
  display: block;
  height: 50%;
  line-height: 3rem;
  margin-right: 2rem;
  cursor: pointer;
}
nav img {
  width: 2.5vw;
  height: 2.5vw;
} */
.sp1 {
  color: red;
}
.sp2 {
  border-left: 1px solid #dedede;
  padding-left: 1.5rem;
}
.sp3 {
  margin: 0 10px;
  color: #008ae7;
  cursor: pointer;
}
.caseList {
  width: 68%;
  margin: 0 auto;
  padding: 0;
  color: #333;
  /* background-color: #008ae7; */
}
.tabCase {
  display: flex;
  margin-left: 7rem;
  padding: 0 !important;
  height: auto !important;
  font-size: 1.8rem;
}
.tabCase span {
  margin-right: 30px;
  padding: 1rem 2rem;
  cursor: pointer;
}
.tabCase span:first-child {
  background: #008ae7;
  color: #fff;
}

#pic0 {
  background: url(../images/tu01.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
}
#pic1 {
  background: url(../images/tu02.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
}
#pic2 {
  background: url(../images/tu03.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
}
#pic3 {
  background: url(../images/tu04.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
}
#pic4 {
  background: url(../images/tu05.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
  animation-delay: 0.3s;
}
#pic5 {
  background: url(../images/tu06.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
  animation-delay: 0.3s;
}
#pic6 {
  background: url(../images/tu08.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
  animation-delay: 0.3s;
}
#pic7 {
  background: url(../images/tu09.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
  animation-delay: 0.3s;
}
#pic8 {
  background: url(../images/tu10.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
  animation-delay: 0.6s;
}
#pic9 {
  background: url(../images/tu12.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
  animation-delay: 0.6s;
}
#pic10 {
  background: url(../images/tu13.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
  animation-delay: 0.6s;
}
#pic11 {
  background: url(../images/tu14.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 18vh;
  animation-delay: 0.6s;
}
.listCases {
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.listCases .caserow {
  padding-top: 0 !important;
  width: 25%;
  margin-right: 5px;
  margin-bottom: 5px;

  /* margin-left: 50px; */
}
.listCases .caserow .rowdiv1 {
  padding-top: 0 !important;
  position: relative;
  width: 100%;
}
.listCases .caserow .rowdiv1 img {
  width: 100%;
  height: 18vh;
}
.listCases .caserow .rowdiv1 a span {
  display: block;
  position: absolute;
  top: 40%;
  left: 25%;
  font-size: 14px;
  color: #fff;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listCases .caserow .rowdiv1 a span:hover {
  font-size: 18px;
  text-overflow: inherit;
  overflow: visible;
  white-space: pre-line;
}
/* .listCase .row a {
	color: #fff;
	padding: 2px 10px;
	margin-top: 10px;
}
.listCase .row a:hover {
	color: #fff;
} */
.container-fluid {
  width: 100%;
  padding: 0 !important;
}
.row {
  width: 100%;
  padding: 0 !important;
  padding-left: 6.5rem !important;
}
.row div {
  padding: 0 !important;
  font-size: 1.5rem;
}
.section:nth-child(2) {
  margin-top: 0 !important;
}
#footer-text {
  width: 100% !important;
}
.section:first-child div {
  padding-top: 7rem;
}
.bgcolors {
  color: #008ae7;
  border-bottom: 3px solid #008ae7;
}
.bgcolors:hover {
  color: #008ae7;
}
