@charset "utf-8";

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.inner_page_banner.goods_bg {
  background-image: url(../images/goods_bg.jpg);
}

.bodyh3title.re_goods_bodyh3title {
  font-weight: 800;
  color: #ff9223;
}

@media (max-width: 767px) {
  .bodyh3title.re_goods_bodyh3title {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bodyh3title.re_goods_bodyh3title {
    text-align: center;
  }
}

.bodyh1title.re_goods_bodyh1title {
  font-weight: 800;
  color: #ff9223;
  margin: 18px 0;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .bodyh1title.re_goods_bodyh1title {
    font-size: 1.8rem;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bodyh1title.re_goods_bodyh1title {
    text-align: center;
  }
}

.more_btnc {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .more_btnc a.button-gradient {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .more_btnc a.button-gradient {
    width: 100%;
  }
}

.goods_img_c {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: hover 3s ease infinite;
  animation: hover 3s ease infinite;
  -webkit-animation-delay: -0.65s;
  animation-delay: -0.65s;
}

.goods_img_c img {
  border-radius: 8px;
}

.bodyh1title.re_page_bodyh1title {
  font-weight: 800;
  color: rgba(31, 17, 66, 0.8);
  margin: 0 auto;
  font-size: 2.5rem;
  text-align: center;
  border-bottom: 4px solid #ff9223;
  display: table;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .bodyh1title.re_page_bodyh1title {
    font-size: 1.8rem;
  }
}
.split_line.re_page_split_line {
  background-color: rgba(31, 17, 66, 0.15);
  margin-top: 0;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .split_line.re_page_split_line {
    margin-bottom: 12px;
  }
}

.content_container_left {
  margin-left: 10%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .content_container_left {
    margin-left: 0%;
  }
}

@media (max-width: 767px) {
  .content_container_left {
    margin-left: 0%;
  }
}

.content_container_right {
  margin-right: 10%;
}

@media (max-width: 991px) and (min-width: 768px) {
  .content_container_right {
    margin-right: 0%;
  }
}

@media (max-width: 767px) {
  .content_container_right {
    margin-right: 0%;
  }
}

.bodyh1title.re_innerpage_bodyh1title {
  font-weight: 800;
  color: #ff9223;
  margin-bottom: 18px;
}

.item_list {
  margin-top: 35px;
}

.item_list .item_list_li {
  padding: 15px;
  -webkit-box-shadow: -1px 0px 20px 0px rgba(77, 93, 116, 0.2);
  box-shadow: -1px 0px 20px 0px rgba(77, 93, 116, 0.2);
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*   align-items: center; */
}

@media (max-width: 767px) {
  .item_list .item_list_li {
    align-items: flex-start;
  }
}
.item_list .item_list_li .iconfont {
  margin-right: 10px;
  color: #ff9223;
  font-size: 1rem;
  margin-top: 1px;
}

.item_language_list {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.item_language_list .item_language_li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 185px;
}
.item_language_list .item_language_li .iconfont {
  margin-right: 5px;
  color: #ff5722;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .item_language_list .item_language_li {
    width: 230px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .item_language_list .item_language_li {
    width: auto;
  }
}

@media (max-width: 767px) {
  .item_language_list .item_language_li {
    width: 50%;
  }
}

.item_language_list .item_language_li img {
  margin-right: 10px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .goods_img_function {
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .goods_img_function {
    margin-bottom: 35px;
  }
}

/*视频*/
.videoc {
  box-shadow: 0px 0px 30px 0px rgba(17, 58, 93, 0.25);
  font-size: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
}
/* .videoc video {
  width: 100%;
  height: 100%;
  object-fit: fill;
} */

.videoc .playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  cursor: pointer;
  transition: background 0.5s ease;
}

.videoc .playbtn:hover {
  background: #ff9223;
}

.videoc .playbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.videoc .playbtn .iconfont {
  color: #333;
  font-size: 2rem;
  transition: color 0.5s ease;
}

.videoc .playbtn:hover .iconfont {
  color: #fff;
}

.titlec {
  margin-bottom: 25px;
  text-align: center;
  color: rgba(31, 17, 66, 0.7);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*产品参数*/
.goodsparams .para_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 15px 15px;
}

.goodsparams .para_list:nth-child(1) {
  background-color: #5f2be1;
  border-radius: 8px;
  overflow: hidden;
}

.goodsparams .para_list:nth-child(3) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}

.goodsparams .para_list:nth-child(5) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}

.goodsparams .para_list:nth-child(7) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}

.goodsparams .para_list:nth-child(9) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}

.goodsparams .para_list:nth-child(11) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}

.goodsparams .para_list:nth-child(13) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}

.goodsparams .para_list:nth-child(15) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}

.goodsparams .para_list:nth-child(17) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}

.goodsparams .para_list:nth-child(19) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}

.goodsparams .para_list:nth-child(21) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}
.goodsparams .para_list:nth-child(23) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}
.goodsparams .para_list:nth-child(25) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}
.goodsparams .para_list:nth-child(27) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}
.goodsparams .para_list:nth-child(29) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}
.goodsparams .para_list:nth-child(31) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}
.goodsparams .para_list:nth-child(33) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}
.goodsparams .para_list:nth-child(35) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}
.goodsparams .para_list:nth-child(37) {
  background-color: #ececec;
  border-radius: 8px;
  overflow: hidden;
}

.goodsparams .para_list .main_title {
  width: 50%;
  color: #fff;
}

.goodsparams .para_list .main_content {
  flex: 1;
  color: #fff;
}
.goodsparams .para_list .title {
  width: 50%;
  color: rgba(31, 17, 66, 0.7);
}

.goodsparams .para_list .content {
  flex: 1;
  color: rgba(31, 17, 66, 0.7);
}

/*红外测温智能眼镜HEAT-100*/
.goods_img_function img {
  border-radius: 8px;
}

.video_container {
  position: relative;
  overflow: hidden;
}
.video_container .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.6);
}
