@charset "utf-8";

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #f0f6ff;
  /* letter-spacing: 0.03em; */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

.inner_page_banner.goodsbg {
  background-image: url(../images/goodsbg.jpg);
}

/*主标题描述*/
.main_title .h2title.re_partner_h2title {
  text-align: center;
  color: rgba(31, 17, 66, 0.8);
  font-weight: 800;
}

.main_title .h2title.re_partner_h2title.re_pos_left {
  text-align: left;
}

.main_title .split_line.re_partner_split_line {
  background-color: rgba(31, 17, 66, 0.08);
  position: relative;
}

.main_title .split_line.re_partner_split_line .posline {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 4px;
  background-color: #d6000f;
  margin-top: -2px;
}

.main_title .split_line.re_partner_split_line .posline.re_position_left {
  text-align: left;
  left: 0%;
  margin-left: 0;
}

.main_title .show_text.re_show_txt {
  text-align: left;
  color: rgba(31, 17, 66, 0.6);
  margin: 0 auto;
}

.main_title .show_text.re_show_txt.top_main_title {
  text-align: center;
}

@media (max-width: 767px) {
  .main_title .show_text.re_show_txt {
    width: auto;
    margin-bottom: 0px;
  }
}

.goods .sulc_c_list {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .goods .sulc_c_list {
    margin-top: 8px;
  }
}

.goods .sulc_c {
  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -o-transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.goods .sulc_c:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 0px 0 0 rgba(17, 58, 93, 0.15);
}

.goods .sulc_c .sulc_c_content {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 62%;
}

.goods .sulc_c .sulc_c_content .overlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px 18px 25px;
  background: linear-gradient(
    to top,
    #3c5063 -10%,
    rgba(99, 123, 148, 0.2) 25%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .goods .sulc_c .sulc_c_content .overlayer {
    padding: 10px 10px 10px 10px;
  }
}

.goods .sulc_c .sulc_c_content .overlayer .h1text {
  font-size: 0;
}

.goods .sulc_c .sulc_c_content .overlayer .h1text a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
  line-height: 25px;
  cursor: default;
}

.goods .sulc_c .sulc_c_content .overlayer .h1text a:hover {
  color: rgba(255, 255, 255, 1);
  cursor: default;
}

.goods .sulc_c .sulc_c_content .plus_c_c {
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  /* background-color: rgba(0, 146, 255, 0.7); */
  z-index: 2;
  -moz-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
    top 0.5s ease;
  -webkit-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
    top 0.5s ease;
  -o-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
    top 0.5s ease;
  transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
    top 0.5s ease;
}

.goods .sulc_c:hover .plus_c_c {
  opacity: 1;
  visibility: visible;
  top: 50%;
  margin-top: -37px;
}

.goods .sulc_c .sulc_c_content .plus_c_c .iconfont {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
}

.goods .sulc_c:hover .plus_c_c .iconfont {
  opacity: 1;
  visibility: visible;
  color: #ffbc00;
  transition: color 0.5s ease;
}

.goods .sulc_c:hover .plus_c_c .iconfont:hover {
  color: rgba(255, 255, 255, 0.5);
}
