.bossgoo-index-certify2 {
  width: 100%;
  background-color: #fff;
  background: url(../images/certification-bg.jpg) no-repeat;
  background-position-x: 50%;
  background-position-y: 50px;
}

.bossgoo-index-certify2 .max1920 .cer2-title {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bossgoo-index-certify2 .max1920 .cer2-box {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-certify2 .max1920 .cer2-box .cer2-box-swiper {
  /*max-height: 300px;*/
  width: 100%;
}

.bossgoo-index-certify2 .max1920 .cer2-box .cer2-box-swiper .swiper-wrapper .swiper-slide {
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-certify2 .max1920 .cer2-box .cer2-box-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-index-certify2 .max1920 .cer2-box .cer2-box-swiper .swiper-wrapper .swiper-slide::before,
.bossgoo-index-certify2 .max1920 .cer2-box .cer2-box-swiper .swiper-wrapper .swiper-slide::after {
  content: '';
  width: 36px;
  height: 36px;
  display: inline-block;
  box-sizing: border-box;
  background-color: transparent;
  position: absolute;
  z-index: -1;
}

.bossgoo-index-certify2 .max1920 .cer2-box .cer2-box-swiper .swiper-wrapper .swiper-slide::before {
  border-top: 6px solid var(--themeColor);
  border-left: 6px solid var(--themeColor);
  left: 0;
  top: 0;
}

.bossgoo-index-certify2 .max1920 .cer2-box .cer2-box-swiper .swiper-wrapper .swiper-slide::after {
  border-bottom: 6px solid var(--themeColor);
  border-right: 6px solid var(--themeColor);
  right: 0;
  bottom: 0;
}

/*.bossgoo-index-certify2 .first-title {
  color: var(--themeColor);
}*/

@media only screen and (max-width: 1440px) {
  .bossgoo-index-certify2 .max1920 .wrap {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-certify2 .max1920 .cer2-box .cer2-box-swiper .swiper-wrapper {
    justify-content: initial !important;
  }
}

.bossgoo-index-certify2 .first-title {
  font-weight: bold;
  position: relative;
  color: var(--themeColor);
}
.bossgoo-index-certify2 .first-title::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #847c7a;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.bossgoo-index-certify2 .first-title::after {
  content: '';
  width: 60px;
  height: 6px;
  background-color: var(--themeColor);
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -30px;
}
@media only screen and (max-width: 1440px) {
  .bossgoo-index-certify2 .first-title::before {
    bottom: -20px;
  }
  .bossgoo-index-certify2 .first-title::after {
    bottom: -22px;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-index-certify2 .first-title::before {
    bottom: -0.36rem;
  }
  .bossgoo-index-certify2 .first-title::after {
    bottom: -0.4rem;
  }
}

/* 编辑模块代码 开始 */

.bossgoo-index-certify2 {
  cursor: pointer;
  position: relative;
}

.activeBorder:hover {
  border: 1px solid var(--themeColor);
  box-sizing: border-box;
}


/* 标题 */

.bossgoo-index-certify2 .title2-Title {
  position: relative;
}

.bossgoo-index-certify2 .title2-tiB {
  display: none;
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.bossgoo-index-certify2 .title2-showR {
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.bossgoo-index-certify2 .title2-showR p {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-certify2 .title2-sh {
  display: none;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 5px;
  width: 100%;
  height: 44px;
}


/* 隐藏板块 */

.bossgoo-index-certify2 .certify2-hide {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 0;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.bossgoo-index-certify2:hover .certify2-hide {
  opacity: .7 !important;
  z-index: 9;
  transition: all .3s;
}


/* 上传图片 */

.bossgoo-index-certify2 .certify2-showR {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  z-index: 0;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.bossgoo-index-certify2 .certify2-upload {
  cursor: pointer;
}

.bossgoo-index-certify2:hover .certify2-showR {
  opacity: .7;
  z-index: 9;
  transition: all .3s;
}


/* 上传弹出框 */

.bossgoo-index-certify2 .certify2-frame {
  width: 800px;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px #dddddd;
  display: none;
}

.layui-btn {
  color: var(--btnTextColor);
  background-color: var(--btnBgColor);
}

.bossgoo-index-certify2 .certify2-frame .btn {
  display: flex;
  justify-content: center;
}

.bossgoo-index-certify2 .certify2-frame .btn {
  display: flex;
  justify-content: center;
}

.bossgoo-index-certify2 .certify2-frame .btn .cancel {
  padding: 5px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  margin-right: 50px;
  cursor: pointer;
}

.bossgoo-index-certify2 .certify2-frame .btn .save {
  padding: 5px 20px;
  border-radius: 3px;
  background-color: var(--btnBgColor);
  color: var(--btnTextColor);
  cursor: pointer;
}

.bossgoo-index-certify2 .certify2-frame .content {
  height: 300px;
}

.bossgoo-index-certify2 .certify2-frame .content .more {
  display: inline;
  width: 80px;
  height: 100px;
  margin-top: 10px;
  border: 1px solid #999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-certify2 .certify2-frame .content .img-upload {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.bossgoo-index-certify2 .certify2-frame .content .img-upload li {
  width: 20%;
  margin: 10px 0;
}

.layui-upload-list {
  width: 80px;
  height: 60px;
  margin: 0;
  border: 1px solid #999;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bossgoo-index-certify2 .layui-upload-list {
  height: 100px;
}

.bossgoo-index-certify2 .layui-upload-list .delect {
  display: none;
}

.layui-upload-list img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.layui-upload-list .delect {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layui-upload-list .imageUpload {
  width: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* 编辑模块代码 结束 */