.bobo-case-read.main {
  padding-top: 80px;
  padding-bottom: 50px
}

.bobo-case-read .news-top a {
  font-size: 16px;
  font-weight: 700
}

.bobo-case-read .news-top a i {
  font-size: 18px;
  vertical-align: middle
}

.bobo-case-read .newsnr h1 {
  font-size: 22px;
  line-height: 2;
  margin: 30px 0 0;
  font-weight: 700;
  text-align: center
}

.bobo-case-read .newsnr .artInfo {
  text-align: center;
  margin: 25px 0 0;
  position: relative
}

.bobo-case-read .newsnr .artInfo span {
  margin: 0 30px;
  line-height: 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

.bobo-case-read .newsnr .artInfo span.hit {
  color: var(--color-primary);
  padding: 0 0 0 36px
}

.bobo-case-read .myart {
  margin: 60px 0 0;
  padding: 50px 0 0;
  line-height: 32px;
  font-size: 17px;
  border-top: 1px solid #eee
}

.bobo-case-read .myart h5 {
  font-size: 22px;
  color: var(--title-text-color);
  font-weight: 700;
  margin-bottom: 15px
}

.bobo-case-read .myart h2 {
  margin-top: 18px;
  margin-bottom: 8px;
  line-height: 150%;
  color: #1a3c6e;
  font-weight: 700;
  font-size: 16px
}

.bobo-case-read .myart img {
  max-width: 100%;
  height: auto
}

.bobo-case-read .myart .table-response {
  overflow-x: auto;
  margin-bottom: 20px
}

.bobo-case-read .myart p {
  margin-bottom: 20px
}

.bobo-case-read .myart .row {
  margin-bottom: 20px
}

.bobo-case-read .myart .row p {
  text-align: center
}

.bobo-case-read .myart table {
  width: 100%
}

.bobo-case-read .myart table td {
  padding: 5px;
  border: 1px solid #333;
  text-align: center
}

.bobo-case-read .scroll-pic {
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden
}

.bobo-case-read .scroll-pic .swiper {
  overflow: hidden;
  width: 100%
}

.bobo-case-read .scroll-pic .swiper-slide {
  height: auto;
  box-sizing: border-box
}

.bobo-case-read .scroll-pic .slide-pic {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.bobo-case-read .scroll-pic .slide-pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center
}

.bobo-case-read .scroll-pic.scroll-pic--single .slide-pic img {
  object-fit: contain;
  background: #fff
}

.bobo-case-read .scroll-pic.scroll-pic--single .swiper-pagination {
  display: none
}

.bobo-case-read .scroll-pic .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px
}

.bobo-case-read .scroll-pic .swiper:not(.swiper-initialized) .swiper-slide {
  width: auto !important;
  margin: 0 !important
}

@media screen and (min-width: 1280px) {
  .bobo-case-read .scroll-pic .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 36px
  }
}

.bobo-case-read .myart > .scroll-pic + p,
.bobo-case-read .myart > .scroll-pic + h2,
.bobo-case-read .myart > .scroll-pic + h3 {
  margin-top: 0
}

.bobo-case-read .scroll-pic p {
  text-align: center;
  margin-top: 10px
}

.bobo-case-read .scroll-pic .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 25px;
  line-height: 1
}

.bobo-case-read .scroll-pic .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  margin: 0 12px;
  background: #ccc;
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box
}

.bobo-case-read .scroll-pic .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.bobo-case-read .pro-bar,
.main.container > .pro-bar {
  clear: both;
  margin: 55px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 45px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  clear: both;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.bobo-case-read .pro-bar a,
.main.container > .pro-bar a {
  line-height: 28px;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  color: var(--title-text-color, #332c2b);
  text-decoration: none
}

.bobo-case-read .pro-bar a:not(:nth-child(2)),
.main.container > .pro-bar a:not(:nth-child(2)) {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  min-width: 0
}

.bobo-case-read .pro-bar a:nth-child(2),
.main.container > .pro-bar a:nth-child(2) {
  width: 125px;
  text-align: center;
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.bobo-case-read .pro-bar a span,
.main.container > .pro-bar a span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.bobo-case-read .pro-bar a span i,
.main.container > .pro-bar a span i {
  margin: 2px 20px 0 0;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block
}

.bobo-case-read .pro-bar a p,
.main.container > .pro-bar a p {
  margin: 0 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0
}

.bobo-case-read .pro-bar a:last-child,
.main.container > .pro-bar a:last-child {
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.bobo-case-read .pro-bar a:last-child span i,
.main.container > .pro-bar a:last-child span i {
  margin: 2px 0 0 20px
}

.bobo-case-read .pro-bar a:last-child p,
.main.container > .pro-bar a:last-child p {
  margin: 0 20px 0 0
}

.bobo-case-read .pro-bar a:hover,
.main.container > .pro-bar a:hover {
  color: var(--color-primary)
}

.bobo-case-read .pro-bar a:hover p,
.main.container > .pro-bar a:hover p {
  text-decoration: underline;
  color: var(--color-primary)
}

.bobo-case-read .pro-bar a[href=""] {
  pointer-events: none;
  cursor: default
}

.bobo-case-read .pro-bar a[href=""]:hover,
.bobo-case-read .pro-bar a[href=""]:hover p {
  color: var(--title-text-color, #332c2b);
  text-decoration: none
}

.bobo-case-read .rela-pro {
  margin-top: 0;
  clear: both;
  position: relative;
  z-index: 2
}

.bobo-case-read .rela-pro .tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0
}

.bobo-case-read .rela-pro .tit h5 {
  font-size: 22px;
  color: var(--title-text-color, #332c2b);
  font-weight: 700;
  line-height: 1;
  margin: 0
}

.bobo-case-read .rela-pro .tit .page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.bobo-case-read .rela-pro .tit .page .swiper-button-prev,
.bobo-case-read .rela-pro .tit .page .swiper-button-next {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: var(--color-primary, #332c2b);
  border-radius: 0;
  position: static;
  margin-top: 0;
  flex-shrink: 0
}

.bobo-case-read .rela-pro .tit .page .swiper-button-prev i,
.bobo-case-read .rela-pro .tit .page .swiper-button-next i {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin-top: 2px
}

.bobo-case-read .rela-pro .tit .page .swiper-button-prev,
.bobo-case-read .rela-pro .tit .page .swiper-button-next {
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease
}

.bobo-case-read .rela-pro .tit .page .swiper-button-prev:hover,
.bobo-case-read .rela-pro .tit .page .swiper-button-next:hover {
  opacity: .88;
  transform: translateY(-1px)
}

.bobo-case-read .rela-pro .tit .page.is-hidden {
  display: none
}

.bobo-case-read .rela-pro .tit .page .swiper-button-next {
  margin-left: 14px
}

.bobo-case-read .rela-pro .tit .page .swiper-button-prev::after,
.bobo-case-read .rela-pro .tit .page .swiper-button-next::after {
  display: none;
}

.bobo-case-read .rela-pro .tit .page .swiper-button-prev.swiper-button-disabled,
.bobo-case-read .rela-pro .tit .page .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
  transform: none;
}
 
.bobo-case-read .rela-pro .tit .page .swiper-button-prev:hover,
.bobo-case-read .rela-pro .tit .page .swiper-button-next:hover {
  background: var(--color-primary)
}

.bobo-case-read .rela-pro .list {
  margin: 25px 0 0;
  overflow: hidden
}

.bobo-case-read .rela-pro .case-rela-swiper {
  overflow: hidden;
  padding: 4px 2px 16px;
  width: 100%;
  box-sizing: border-box
}

.bobo-case-read .rela-pro .case-rela-swiper.swiper-initialized {
  min-height: 1px
}

.bobo-case-read .rela-pro .swiper-slide {
  height: auto;
  box-sizing: border-box
}

.bobo-case-read .rela-pro .swiper-slide a.pic {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 28px 20px 32px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  -webkit-transition: box-shadow 0.25s ease, transform 0.25s ease
}

.bobo-case-read .rela-pro .swiper-slide a.pic:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px)
}

.bobo-case-read .rela-pro .swiper-slide a.pic > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  background: #fff
}

.bobo-case-read .rela-pro .swiper-slide .t {
  position: absolute;
  background: var(--color-primary);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.bobo-case-read .rela-pro .swiper-slide .t::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 15px;
  width: 0;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s
}

.bobo-case-read .rela-pro .swiper-slide .t p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.5px;
  padding: 0 0 0 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bobo-case-read .rela-pro .swiper-slide .t p::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 400
}

.bobo-case-read .rela-pro .swiper-slide .t2 {
  padding: 0 70px
}

.bobo-case-read .rela-pro .swiper-slide .t2 p {
  font-size: 17px;
  line-height: 36px
}

.bobo-case-read .rela-pro .case-rela-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px
}

@media screen and (min-width: 480px) {
  .bobo-case-read .rela-pro .case-rela-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
  }
}

@media screen and (min-width: 1300px) {
  .bobo-case-read .rela-pro .case-rela-swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 23px
  }
}

.bobo-case-read .rela-pro .case-rela-swiper:not(.swiper-initialized) .swiper-slide {
  width: auto !important;
  margin: 0 !important
}

@media screen and (min-width: 769px) {
  .bobo-case-read .rela-pro .swiper-slide .t {
    display: none
  }

  .bobo-case-read .rela-pro .swiper-slide a.pic:hover {
    transform: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08)
  }
}

@media screen and (max-width: 768px) {
  .bobo-case-read .rela-pro .swiper-slide:hover .t {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  .bobo-case-read .rela-pro .swiper-slide:hover .t::after {
    width: calc(100% - 30px)
  }
}

.bobo-case-read .rela-pro .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px
}

.bobo-case-read .rela-pro .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background: #ccc;
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box
}

.bobo-case-read .rela-pro .swiper-pagination-bullet-active {
  width: 12px;
  background: var(--color-primary);
}
@media screen and (max-width: 992px) {
  .bobo-case-read .rela-pro .swiper-slide .t {
    padding: 0 8px;
  }
  .bobo-case-read .rela-pro .swiper-slide .t p {
    padding: 0 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .bobo-case-read.main {
    padding-top: 25px;
    padding-bottom: 30px
  }

  .bobo-case-read .news-top a {
    font-size: 15px
  }

  .bobo-case-read .newsnr h1 {
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0 0
  }

  .bobo-case-read .newsnr .artInfo span {
    margin: 0 5px;
    font-size: 13px
  }

  .bobo-case-read .myart img{
    width: 100%;
    height: auto
  }

  .bobo-case-read .myart {
    line-height: 24px;
    font-size: 14px;
    margin: 20px 0 0;
    padding: 20px 0 15px
  }

  .bobo-case-read .myart h5 {
    font-size: 20px;
    margin-bottom: 12px
  }

  .bobo-case-read .myart .row {
    margin-bottom: 0
  }

  .bobo-case-read .myart .row > divl {
    margin-bottom: 5px
  }

  .bobo-case-read .scroll-pic {
    margin-bottom: 15px;
    margin-top: 15px
  }

  .bobo-case-read .pro-bar {
    margin: 20px 0;
    padding: 20px 0
  }

  .bobo-case-read .pro-bar a span i {
    margin: 2px 15px 0 0
  }

  .bobo-case-read .pro-bar a p {
    display: none
  }

  .bobo-case-read .pro-bar a:last-child span i {
    margin: 2px 0 0 15px
  }

  .bobo-case-read .rela-pro .swiper-pagination {
    display: block
  }

  .bobo-case-read .rela-pro .tit h5 {
    font-size: 20px
  }

  .bobo-case-read .rela-pro .tit .page .swiper-button-prev,
  .bobo-case-read .rela-pro .tit .page .swiper-button-next {
    width: 34px;
    height: 34px;
    line-height: 34px
  }

  .bobo-case-read .rela-pro .tit .page .swiper-button-next {
    margin-left: 10px
  }

  .bobo-case-read .rela-pro .list {
    margin: 25px 0 0
  }

  .bobo-case-read .rela-pro .swiper-slide a.pic {
    padding: 15px 12px 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07)
  }

  .bobo-case-read .rela-pro .swiper-slide .t {
    position: static;
    padding: 15px 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  .bobo-case-read .rela-pro .swiper-slide .t::after {
    display: none
  }

  .bobo-case-read .rela-pro .swiper-slide .t p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 0
  }

  .bobo-case-read .rela-pro .swiper-slide .t p::before {
    display: none
  }

  .bobo-case-read .rela-pro .swiper-slide .t2 {
    padding: 15px 10px
  }

  .bobo-case-read .rela-pro .swiper-slide .t2 p {
    font-size: 14px;
    line-height: 22px
  }
}