/* boxProduct样式 */
.boxProduct {
  /* z-index: 22; */
  background-color: #ffffff;
}

.boxProduct .product-image {
  width: 90%;
  margin: 0 auto;
}

.boxProduct .product-image {
  position: relative;
  height: 520px;
  /* margin-top: 50px; */
  /* display: flex;
    justify-content: space-evenly; */
}
.boxProduct .product-image .use {
  float: left;
}
.boxProduct .product-image .terminal {
  float: right;
  /* margin-left: 60px; */
}

.boxProduct .product-image .use,
.boxProduct .product-image .terminal {
  position: relative;
  /* float: left; */
  width: 48%;
  height: 100%;
  border-radius: 15px;
  /* background: url("../static/images/newImages/行业应用.png") no-repeat center; */
  box-shadow: -3px 0 10px #c9c7c7, 0 5px 10px #cfcfcf;
  /*底边阴影*/
}

.boxProduct .product-image .use .down,
.boxProduct .product-image .terminal .down {
  position: absolute;
  bottom: 0;
  /* display: none; */
  opacity: 0;
  width: 100%;
  height: 200px;
  background-color: #fff;
  border-radius: 0px 0px 15px 15px;
  z-index: 999;
  transition: all 1s;
}

.boxProduct .product-image .use .down .contain,
.boxProduct .product-image .terminal .down .contain {
  width: 90%;
  height: 85px;
  margin: 0 auto;
}
.boxProduct .product-image .use .down .img,
.boxProduct .product-image .terminal .down .img {
  text-align: center;
  padding-bottom: 20px;
}
.boxProduct .product-image .use .down p,
.boxProduct .product-image .terminal .down p {
  flex: 1;
  margin: 20px 0 20px 0;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
}

.boxProduct .product-image .use .down #info-seven,
.boxProduct .product-image .terminal .down #info-seven {
  width: 40%;
}

.boxProduct .product-image .use .down .info,
.boxProduct .product-image .terminal .down .info {
  float: left;
  width: 23%;
  height: 23px;
  margin-bottom: 20px;
  margin-right: 2%;
}

.boxProduct .product-image .use .down .info .icon,
.boxProduct .product-image .terminal .down .info .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../static/images/newImages/icon.png");
  vertical-align: middle;
}
.boxProduct .product-image .useInfo .icon {
  /* display: inline-block;
    width: 50px;
    height: 50px; */
}
.boxProduct .product-image .use .down .info span,
.boxProduct .product-image .terminal .down .info span {
  font-size: 16px;
  color: #3a4b54;
}

.boxProduct .product-image .use .useInfo,
.boxProduct .product-image .terminal .terminalInfo {
  display: block;
  /* flex: 1; */
  height: 100%;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  overflow: hidden;
  transition: all 1s;
}
.boxProduct .product-image .use .useInfo:hover {
  transition: all 1s;
  background-color: rgba(0, 0, 0, 0);
}
.boxProduct .product-image .use:hover .down.useDown {
  /* display: block; */
  opacity: 1;
  transition: all 1s;
}
.boxProduct .product-image .use .down.useDown ul.icons {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.boxProduct .product-image .use .down.useDown ul.icons li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 24px;
}
.boxProduct .product-image .use .down.useDown ul.icons li .icon-box {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxProduct .product-image .use .down.useDown ul.icons li .icon-box img {
  max-height: 30px;
  max-width: 30px;
}
.boxProduct .product-image .use .down.useDown ul.icons li span {
  font-size: 14px;
  color: #3381ff;
  margin-top: 12px;
}
.boxProduct .product-image .use:hover .useInfo {
  transition: all 1s;
  background-color: rgba(0, 0, 0, 0);
}
.boxProduct .product-image .terminal .terminalInfo:hover {
  transition: all 1s;
  background-color: rgba(0, 0, 0, 0);
}
.boxProduct .product-image .terminal:hover .down.terminalDown {
  /* display: block; */
  opacity: 1;
  transition: all 1s;
}
.boxProduct .product-image .terminal:hover .terminalInfo {
  transition: all 1s;
  background-color: rgba(0, 0, 0, 0);
}
.boxProduct .product-image .use .useInfo div,
.boxProduct .product-image .terminal .useInfo div,
.boxProduct .product-image .use .terminalInfo div,
.boxProduct .product-image .terminal .terminalInfo div {
  margin: 0 auto;
  margin-top: 125px;
  margin-bottom: 52px;
  width: 169px;
  height: 169px;
}

.boxProduct .product-image .use .useInfo p,
.boxProduct .product-image .terminal .useInfo p,
.boxProduct .product-image .use .terminalInfo p,
.boxProduct .product-image .terminal .terminalInfo p {
  color: #fff;
  letter-spacing: 3px;
}

.boxProduct .product-image .use .useInfo .chineseInfo,
.boxProduct .product-image .terminal .useInfo .chineseInfo,
.boxProduct .product-image .use .terminalInfo .chineseInfo,
.boxProduct .product-image .terminal .terminalInfo .chineseInfo {
  font-size: 20px;
  font-weight: 500;
}

.boxProduct .product-image .use .useInfo .EnglishInfo,
.boxProduct .product-image .terminal .useInfo .EnglishInfo,
.boxProduct .product-image .use .terminalInfo .EnglishInfo,
.boxProduct .product-image .terminal .terminalInfo .EnglishInfo {
  margin-top: 5px;
  font-size: 16px;
}
.boxProduct .product-image .use {
  background-image: url("../../img/xiugai/核心技术/核心技术-元宇宙.png");
  /* background-size: 100% 100%; */
  background-size: cover;
}
.boxProduct .product-image .use .useInfo div,
.boxProduct .product-image .terminal .useInfo div {
  background-image: url("../../img/xiugai/核心技术/核心技术-元宇宙图标.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.boxProduct .product-image .useInfo .icon-bbb {
  height: 169px;
  width: 169px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxProduct .product-image .useInfo div.former-universe-icon {
  color: white;
  height: 56px;
  line-height: 56px;
  font-size: 22px;
  border-radius: 10px;
  width: 200px;
  background: linear-gradient(0deg, #0f4cc8, #0e8ae2);
  transform: translateY(-80px);
}
.boxProduct .product-image .terminal .terminalInfo div {
  background-image: url("../../img/xiugai/核心技术/核心技术-人工智能图标.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.boxProduct .product-image .use .terminalInfo div,
.boxProduct .product-image .terminal .terminalInfo div {
  /* background-image: url("../static/images/newImages/硬件终端icon.png"); */
}

.boxProduct .product-image .terminal {
  /* background: url("../../img/xiugai/核心技术/ioc-banner-pc-0331\ 拷贝\ 2.png") no-repeat center; */
  background: url("../../img/xiugai/核心技术/组\ 12\ 拷贝.png") no-repeat center;
  /* background-size: 100% 100%; */
  background-size: cover;
}
