/* 展会活动首页---2023头部修改 */
#Expo #headerSliderArea .headerSlide .swiper-wrapper .swiper-slide p{
    max-height: 600px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    left: 50%;
    transform: translateX(-50%);
}


#Expo .autochina2023 .times{
    /* height: 100px; */
    padding: 20px;
    box-sizing: border-box;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#Expo .autochina2023 .times .times_img img{
    width: 100%;
}

#Expo .autochina2023 .times dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 4%;
}

#Expo .autochina2023 .times dl dt{
    font-size: 12px;
    margin-top: 10px;
    color: #707070;
    order: 1;
}

#Expo .autochina2023 .times dl dd{
    order: 0;
    padding: 10px;
    box-sizing: border-box;
    background-color: #E9E9E9;
}


#Expo .autochina2023 .times dl dd img{
    width: 100%;
}

/* 云展台 */
#photoArea.pre .dark {
    padding: 30px 0;
}


#Expo #photoArea.pre ul.pagination {
    display: flex;
    flex-wrap: nowrap;
    gap:unset;
    padding: 50px 0 60px;
}

#photoArea.pre ul.pagination li{
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#photoArea.pre ul.pagination li {
    position: relative;
}
#photoArea.pre ul.pagination li:before{
    content: '';
    width: 50px;
    height: 35px;
    position: absolute;
    top: -52px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

}
    #photoArea.pre ul.pagination li:nth-child(1):before{
        background-image: url('../image/car.svg');
    }

    #photoArea.pre ul.pagination li:nth-child(3){
        margin-right: 30px;
    }
    #photoArea.pre ul.pagination li:nth-child(4):before{
        background-image: url('../image/motor.svg');
    }

#Expo #photoArea.pre .liveGallery a {
    position: relative;
    justify-content: stretch;
    padding:0;
    text-decoration: none;
}
#Expo #photoArea.pre .liveGallery a img {
    display: inline-block;
    max-width: 100%;
    aspect-ratio: 3/2;
    border-radius: 10px;
}
#Expo #photoArea.pre .liveGallery a div.text {
    position: relative;
    background:none;
    text-align: center;
}
#Expo #photoArea.pre .liveGallery a div.text span {
    color: #222;
}

/* 展出产品 */
#Expo #cloudBooth .product h3{
    max-width: 1275px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

#Expo #cloudBooth .product h3 span{
    border-bottom: 0;
}

#photoArea.pre .liveGallery {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#photoArea.pre .liveGallery a{
    width: calc((100% - 90px) / 4);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}



#photoArea.pre .liveGallery a p {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#photoArea.pre .liveGallery a p img{
    width: 80%;
    margin: 0 auto;
}

#photoArea.pre .liveGallery a .text span{
    color: #8D8D8D;
}

#photoArea.pre .panorama {
    display: block;
    width:100%;
    max-width: 1275px;
    margin: 0 auto;
}
#photoArea.pre .panorama iframe {
    width: 100%;
    height: 620px;
    border: 0;
}
#photoArea.pre .liveProducts .Section{
    padding-bottom: 0;
}

#photoArea.pre .liveProducts .Section h3 {
    margin-top: 30px;
    text-align: center;
}
#photoArea.pre .liveProducts .Section h3 span {
    border:0;
    color: #FFF;
    font-size: 120%;
}



#pano {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1275px;
    height: 600px;
    overflow: hidden;
    z-index:0;
}
#pano .hotspot.tooltip.styleA {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  
  #pano .hotspot.tooltip.styleA .icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 0, 0, .7) url(/news/expo/js/pano/icon/photo.png) center center no-repeat;
    background-size: 70%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50%;
    cursor: pointer;
    transition: 300ms;
  }
  #pano .hotspot.tooltip.styleA .title {
    position: absolute;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;   
    max-width: 200px;
    height: auto;
    left: 60px;
    top: 0;
    padding: 10px;
    background: #FFF;
    border-radius: 5px;
    font-size: 83%;
    color: #333;
    opacity: 0;
    transition: all 300ms;
    box-shadow: 0 5px 30px rgba(0,0,0,.5);
  }
  #pano .hotspot.tooltip.styleA .title::before {
    content:"";
    position: absolute;
    width: 15px;
    height: 20px;
    left: -14px;
    background: url(/news/expo/js/pano/icon/tooltip.svg) left center no-repeat;
    background-size: cover;
  }
  #pano .hotspot.tooltip.styleA:hover {
    z-index: 99;
    overflow: visible;
  }
  #pano .hotspot.tooltip.styleA:hover .icon {
    background-color: rgb(128, 12, 12);
  }
  #pano .hotspot.tooltip.styleA:hover .title {
    opacity: 1;
  }
  #pano .hotspot.tooltip.styleA .content {
    display: none;
  }
  
  
  
  #pano .hotspot.tooltip .icon {
    width: 50px;
    height: 50px;
    background: #F00 url(/news/expo/js/pano/icon/photo.png) center center no-repeat;
    background-size: 30px;
    border-radius: 50%;
    cursor: pointer;
  }
  
  #pano .mobileInfo {
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      padding: 50px;
      transition: 300ms;
  }
  #pano .mobileInfo.show {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 9;
  }
  #pano .mobileInfo.show ~ div.toolsBar,
  #pano .mobileInfo.show ~ div.sceneList {
    display: none;
  }
  #pano .mobileInfo::after {
    z-index: -1;
    opacity: 0;
    transition: 300ms;
  }
  #pano .mobileInfo.show::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 1;
  }
  
  #pano .mobileInfo .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: fit-content;
    text-align: center;
  }
  #pano .mobileInfo .content .img {
    display: block;
    text-align: center;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
  }
  
  #pano .mobileInfo .content .img > img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    border: 5px solid #FFF;
    box-sizing: border-box;
  }
  #pano .mobileInfo .content .text {
    color: #FFF;
    font-size: 90%;
    margin-top: 10px;
  }
  #pano .mobileInfo > a.closeBtn {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background: #F00 url(/news/expo/js/pano/icon/close.png) center center no-repeat;
    background-size: 80%;
    z-index: 999;
    cursor: pointer;
  }


@media screen and (max-width: 767px)
{
    #Expo .autochina2023 .times{
        padding: 10px 0;
    }

    #photoArea.pre .dark {
        padding: 20px;
    }

    #Expo #photoArea.pre ul.pagination {
        padding:50px 0 30px;
    }
    #Expo #photoArea ul.pagination li a {
        line-height: 1.3;
    }
    #photoArea.pre .liveGallery {
        gap: 30px;
    }
    #Expo #photoArea.pre .liveGallery a {
        width: calc((100% - 30px)/2);
        padding: 5px;
    }
    #Expo #photoArea .liveGallery a div.text {
        font-size:12px;
        padding:5px;
        margin:0;
    }
    #Expo #headerSliderArea .headerSlide .swiper-wrapper .swiper-slide p{
        height: 45vw;
        max-height: none;
    }

    #Expo #headerSliderArea .headerSlide .swiper-wrapper .swiper-slide p img{
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    #Expo #headerSliderArea .cardBox:hover {
        background-image: none;
    }


}

@media screen and (max-width: 580px)
{
    #Expo .autochina2023 .times dl{
        min-width: 85px;
        padding: 10px 4% 0;
    }

    #Expo .autochina2023 .times dl dt{
        margin-top: 5px;
    }
  
    #pano .mobileInfo {
        padding: 0;
    }
}

@media screen and (max-width: 500px)
{
    #Expo .autochina2023 .times dl{
        min-width: 75px;
    }
}