.case_title {
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 300;
}
.case_left {
  position: sticky;
  top: 55px;
  overflow-y: auto;
  height: calc(100vh - 80px) !important;
  width: 26%;
}
.boxh {
  padding: 0;
}
.case_place {
  font-size: 14px;
  margin-top: 25px;
}
.case_content {
  font-size: 14px;
  color: #8c8c8c;
}


.case_con {
  line-height: 24px;
  margin-top: 30px;
  font-size: 16px;
  color: #1a1a1a;
}
.case_right {
    position: relative;
   top: 35px;
  width: 69%;
  margin-right: 3%;
  margin-left: 2%;
}
.pic_list ul li {
  margin-bottom: 10px;
  width: 100%;
}
.pic_list ul li img {
  border-radius: 14px;
  width: 100%;
}
.case_btn {
  margin-bottom: 40px;
  justify-content: center;
  display: flex;
  width: 80px;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background: #f0f0f0;
  font-size: 12px;
  color: #000;
}
.tujilist {
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.4);
  position: fixed;
}
.tuji_dis {
  display: none;
}
.tuji_con {
  position: relative;
  overflow: hidden;
  height: 90%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  width: 90%;
}
.tuji_con .mySwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tuji_con .mySwiper .swiper-slide {
  width: auto !important;
  margin-right: 10px;
}

.content_img {
  border-radius: 8px;
  height: 100%;
}
.content_img img {
  border-radius: 8px;
  width: auto;
  height: 100%;
}
.tuji_con .pages {
  right: 3%;
  bottom: 3%;
  z-index: 999;
  position: absolute;
}
.tuji_con .close {
  left: 1%;
  top: 2%;
  display: flex;
  color: #fff;
  z-index: 999;
  padding: 10px 20px;
  border-radius: 8px;
  background: #000;
  position: absolute;
}
.tuji_con .pages .swiper-button-prev {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 8px;
  background: #000;
}
.tuji_con .pages .swiper-button-next {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 8px;
  background: #000;
}
.case_con {
  transition: all 0.6s;
  height: 150px;
  overflow: hidden;
}
.case_con.heauto {
  transition: all 0.6s;
  height: auto;
}
.case_shouqi span{
    top: 12px;
    display: inline-block;
    transition: all 0.6s;
    position: absolute; 
}
.case_shouqi.heauto span{
    transition: all 0.6s;
     position: absolute;
    top: -20px;
    display: inline-block;
}
.case_shouqi:hover span{
   top: -20px;  
}
.case_shouqi {
  position: relative;
  height: 13px;
  transition: all 0.6s;
  border-radius: 8px;
  /*text-align: center;*/
  padding: 10px 0;
  /*background: #f0f0f0;*/
  margin: 40px 0;
  overflow: hidden;
}
.case_con_title{
    font-weight: 300;
    font-size: 24px;
}
.flex-col {
    flex-direction: column;
}
.flex{
    display: flex;
}
.w-full {
    width: 100%;
}
.justify-between {
    justify-content: space-between;
}
.w-\[30\%\] {
    width: 30%;
}
.w-\[70\%\] {
    width: 70%;
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}
.text-\[14px\] {
    font-size: 14px;
}
.case_content{
    margin-top: 20px;
}
.p_bb{
    font-size: 16px;
    color:#1A1A1A;
    margin-bottom: 20px;
}
.p_gray{
   font-size: 14PX;
   color:#8C8C8C;
}
@media screen and (max-width:768px){
   .case_shouqi {
    height: 50px;
}
}