*{
  padding: 0;
  margin: 0;
}
body{
  position: fixed;
  width: 100%;
}
#pano{
  transition: 0.5s all;
}
.angleview{
  display: none!important;
}
ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}
.guide{
  position: absolute;
  left: 0;
  top: -1300px;
  z-index: 9;
  width: 100%;
  height: 100%;
  transition: 1s all;
}
.guidecontent{
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%,-50%);
  width: 560px!important;
  height: 576px!important;
  background: url("img/zuopin.png") 0px 0px / 100% 100%;
  cursor: pointer;
}
.test{
	position: absolute;
	top: 50%;
	margin-top: -100px;
	width:100%;
	height: 200px;
	font-size: 40px;
	text-align: center;
	opacity: 0.5;
	letter-spacing: 10;
	pointer-events: none; 
}
.Exhibition_btn{
  width: 100%;
  position: fixed;
  left: 0;
  transition: 0.6s all;
  bottom: -320px;
  z-index: 2;
}

.Enterprise_name{
    position: absolute;
    right: 50%;
    top: -26px;
    transform: translateX(51%);
    color: #c6c9d1;
    font-size: 14px;
    text-shadow: 0px 0px 5px #000000;
}
.Enterprise_name a{
    color: #c6c9d1;
    text-shadow: 0px 0px 5px #000000;
    transition: 0.5s all;
}
.Enterprise_name a:hover{
    color: #ffffff;
    /* text-shadow: 0px 0px 5px #fff; */
}

.Exhibition_top{
  height: 66px;
  position: relative;
  margin: 0 auto;
}
.Exhibition_top .Navigation{
  margin: 0px auto;
  height: 56px;
  margin-left: 12px;
}
.Exhibition_top .Navigation li{
  text-align: center;
  cursor: pointer;
  width: 52px;
  float: left;

}
.Exhibition_top .Navigation li p{
  font-size: 11px;
  color: #fff;
  line-height: 16px;
}
.Exhibition_top .Navigation li h4{
  width: 100%;
  height: 32px;
  margin-top: 3px;
  background-size: 30px 30px!important;
}

.Exhibition_top_w{
position: relative;
margin: 0px auto;
border-radius: 50px;
background-color: rgba(20, 20, 20, 0.6);
/* padding: 0 37px 0px 22px; */
display: flex;
}
.Navigationbox{
flex: 1;
}
.Exhibition_top .Abbreviation{
width: 50px;
background: url("../../public/uiskin/img/dispnone_top@x2.png") no-repeat center;
background-size: 16px 9px!important;
cursor: pointer;
height: 56px;
}
@media screen and (min-width: 500px) {
.Exhibition_top .Abbreviation{
  background: url("../../public/uiskin/img/dispnone_top@x2.png") no-repeat 4px;
}
}
@media screen and (max-width: 400px) {
.Navigationbox{
  padding-left: 14px;
  padding-right: 28px;
}
.Navigation {
  margin-left: 0px!important;
}
.Exhibition_top .Abbreviation{
    background: url("../../public/uiskin/img/dispnone_top@x2.png") no-repeat 13px
}
}
.Exhibition_footer{
  height: 98px;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.6);
}
.btn{
  width: 50px;
  height: 50px;
  background: red;
}
.if{
  width: 80%;
  height: 80%;
  margin: 20px auto;
}
.visual_angle{
  width: 52px;
  background-color: rgba(20, 20, 20, 0.6);
  height:98px;
  position: absolute;
  left: 0%;
  bottom: 60px;
  border-radius: 25px 25px 0px 0px;
  padding: 10px 0 16px 0px;
  display:none
}
.visual_angle li{
  text-align: center;
  flex: 1;
  cursor: pointer;
}
.visual_angle li h4{
  width: 100%;
  height: 36px;
}
.visual_angle li p{
  font-size: 11px;
  color: #fff;
}
.visual_angle li:nth-child(1) h4{
  background: url("../../public/uiskin/buttonselection/1/visual_angleli1@x2.png") no-repeat center;
  background-size: 20px 20px!important;
}
.visual_angle li:nth-child(2) h4{
  background: url("../../public/uiskin/buttonselection/1/visual_angleli2@x2.png") no-repeat center;
  background-size: 19px 19px!important;
}

.animatescrolling {
  position: relative;
  width: fit-content;
  animation: move 8.5s linear infinite;
  padding-left: 0px;
}

.animatescrolling::after {
  position: absolute;
  right: -130%;
  content: attr(text);
}

@keyframes move {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-130%);
  }
}

.rangingbox {
  width: 230px;
  height: 68px;
  position: absolute;
  bottom: -168px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s all;
}

.addranging {
  width: 68px;
  height: 68px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.addranging img {
  width: 34px;
  margin-top: 17px;
}

.delranging {
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.40);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.delranging img {
  width: 32px;
  margin-top: 12px;
}

.exitranging {
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.40);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.exitranging img {
  width: 32px;
  margin-top: 12px;
}
@media screen and (orientation: landscape) and (max-height: 600px){
  .visual_angle li:nth-child(1) h4{
      background: url("../../public/uiskin/buttonselection/1/visual_angleli1@x2.png") no-repeat center;
      background-size: 19.5px 20px!important;
  }
  .visual_angle li:nth-child(2) h4{
      background: url("../../public/uiskin/buttonselection/1/visual_angleli2@x2.png") no-repeat center;
      background-size: 17.5px 17.5px!important;
  }
  .CloseQR_code{
      top: -8%!important;
  }
  .Exhibition_footer {
      height: 80px!important;
  }
}

@media screen and (max-width: 600px) and (orientation: portrait){
  .Exhibition_top{
      height: 62px!important;
  }
  .visual_angle li:nth-child(1) h4{
      background: url("../../public/uiskin/img/visual_angleli1@x2.png") no-repeat center;
      background-size: 19.5px 20px!important;
  }
  .visual_angle li:nth-child(2) h4{
      background: url("../../public/uiskin/img/visual_angleli2@x2.png") no-repeat center;
      background-size: 17.5px 17.5px!important;
  }
  .Exhibition_footer{
      height: 80px!important;
  }
  .CloseQR_code{
      right: -40%!important;
      top: -22%!important;
      background-size: 27.5px 27.5px!important;
  }
}

.QRCode_bg{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0;
  background-color: rgba(20, 20, 20, 0.6);
  display: none;
  z-index: 1;
}
.CloseQR_code{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -45%;
  top: -22%;
  cursor: pointer;
  background: url("../../public/uiskin/img/min_dispnone.png") no-repeat;
  background-size: 30px 30px;
}
#qrcode{
  position: relative;
}
.QRCode{
  width: 200px;
  height: 230px;
  position: fixed;
  left:50%;
  top: 40%;
  transform: translate(-50%,-50%);
  text-align: center;

}
.QRCode p{
  margin-top: 10px;
  color: #fff;
}
.QRCodetop{
  width: calc(100% - 12px); 
  height: 188px;
  background: #fff;
  padding: 16px 12px 8px 12px;    
}
.qrcode_logo{
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 30px;
}
.qrcode_logo img{
  width: 40px;
  height: 40px;
  margin-top: 5.5px;
}

.Exhibition_top .Navigation li .show{
  animation: myfirst 1.5s linear infinite;
}
@keyframes myfirst
{
  50% { opacity: 0; }
}

.consulting{
  width: 360px;
  height: 396px;
  background-color: rgba(20, 20, 20, 0.6);
  position: fixed;
  left: 50%;
  top: 47%;
  transform: translate(-50%,-50%);
  z-index: 2;
  border-radius: 10px;
display:none;
  /* display: none; */
}
.consulting_none{
  width: 16px;
  height: 16px;
  background: url("../../public/uiskin/img/consulting.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 19px;
  top: 19px;
  cursor: pointer;
}
.consulting_title{
  height: 56px;
  width: 100%;
  padding-left: 16px;
  padding-right: 42px;
  width:calc(100% - 50px)
}
.consulting_title h1{
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #6a7380;
  color: #fff;
  font-size: 17px;
  line-height: 55px;
  letter-spacing:1px
}
.contact{
  margin-top: 17px;
  margin-bottom: 29px;
  padding-left: 16px;
  padding-right: 42px;
  width:calc(100% - 50px);
  position: relative;
}
.contact input{
  -webkit-user-select:auto !important;
}
.contact li{
  height: 40px;
  margin-bottom: 20px;
  position: relative;
}
.contact li span{
  padding-right: 13px;
  font-size: 14px;
  color: #fff;
  width:65px;
  display: block;
  float: left;
  line-height: 40px;
  text-align-last:justify;
  text-align:justify;
  text-justify:distribute-all-lines;
}
.inpu_t{
  box-shadow:none;
  -webkit-appearance:none;
  background:none;
  -webkit-appearance: none;
  border: 1px solid #cacaca;
  border-top:0px!important;
  border-left:0px!important;
  border-right:0px!important;
  height: 95%;
  width:calc(100% - 85px);
  outline:none;
  color: #fff;
  padding-left: 5px;
  border-radius: 0px;
}

input{
  -webkit-appearance: none;
  -webkit-user-select:auto !important;
}
.contact_type{
  padding-left: 16px;
  padding-right: 16px;
  width:calc(100% - 32px);

}
.contact_type #nth_{
  padding-right: 13px;
  font-size: 14px;
  color: #fff;
  width:65px;
  display: block;
  float: left;
  text-align-last:justify;
text-align:justify;
  text-justify:distribute-all-lines;
}
.contact_type ul{
  float: left;
  margin-bottom:20px;
  width:calc(100% - 85px);
}
.contact_type li{
  width: 85px;
  height: 14px;
  float: left;
  margin-right: 36px;
  margin-bottom: 17px;
  cursor: pointer;
}
.contact_type li span{
  width: 14px;
  height: 14px;
  border: 1px solid #c9c9c9;
  float: left;
  border-radius: 15px;
  margin-right: 8px;
  margin-top: 2px;
}
.contact_type li:nth-child(1) span{
  background: #0457ff;
}
.contact_type li p{
  float: left;
  color: #fff;
  font-size: 14px;
}
.btnSubmit{
  cursor: pointer;
  background: #1a7cf8;
  clear: both;
  color: #fff;
  width: 94px;
  height: 30px;
  font-size: 13px;
  margin: 0px auto;
  text-align: center;
  line-height: 30px;
}
.ts1{
  position: absolute;
  background: #ff6900;
  color: #fff;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  font-size: 13px;
  top: 12px;
  right: 2px;
  display: none;
}
.ts2{
  position: absolute;
  background: #ff6900;
  color: #fff;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  font-size: 13px;
  top: 12px;
  right: 2px;
  display: none;
}
.ts3{
  position: absolute;
  background: #ff6900;
  color: #fff;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  top: 12px;
  padding-bottom: 2px;
  right: 2px;
  display: none;
}
.ts4{
  width: 300px;
  height: 40px;
  border-radius: 5px;
  color: #67c23a;
  position: fixed;
  top: 120px;
  left: 50%;
  background: #f0f9eb;
  transform: translateX(-50%);
  z-index: 99;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e1f3d8;
  display: none;
}
.Rich_Text {
  padding: 10px 21px 10px 20px;
  width: calc(100% - 41px)!important;
  height: 100%;
  background:#fff;
  overflow-y: auto;
  color: #000;
}
.Rich_Text video{
  max-width: 100%;
}
.Rich_Text img{
  max-width: 100%;
}



.anttext{
  position:absolute;            
  text-align: center;
  line-height: 33px;
  width: 34px;
  height: 34px;      
  left:50%;
  top:50%;
    font-size: 12px;
  color: #09C9FF;
  transform: translate(-50%,-50%);
  margin-top: 1px;
  margin-left: 2px;
}
svg{
width: 100%;
transform:rotate(-90deg);
height: 100%;
}

circle{                             
fill:none;                     
stroke: black;             
stroke-width: 4.5px;              
}
circle:last-of-type{                
stroke-width: 4.5px;
stroke: rgb(9, 201, 255);   
opacity: 0;
}
circle:first-child{
stroke: #fff
}   
.zhanting{
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1;
}
#videostart{
  display: none;
}
@keyframes gs{
  0% {
      box-shadow: 0 0 0 #98d6f5;
  }
  50% {
      box-shadow: 0 0 30px #98d6f5;
  }
  100% {
      box-shadow: 0 0 0 #98d6f5;
  }
}
.btn_gohall{
  width: 124px;
  height: 37px;
  background-color: rgba(0,0,0,.5);
  border-radius: 18px;
  border: 2px solid hsla(0,0%,100%,.5);
  animation: gs 2s infinite;
  color: #fff;
  position: fixed;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: 1.5s all;
  bottom: -50px;
  z-index: 10000;
}

.admission_box{
  overflow: hidden;
  position:absolute;
  z-index:999;
  background: #000000;
  width: 100%;
  height: 100%;
}

.admission_box video::-webkit-media-controls {
  display: none !important;
}
.admission_box video::-webkit-media-controls-enclosure {
  display: none !important;
}
.admission_box video::-webkit-media-controls-panel {
  display: none !important;
}
.admission_box video::-webkit-media-slider {
  display: none !important;
}

.videoplay{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoplay img{
  width: 80px;
  cursor: pointer;
}
#bgstart{
  display:none;
  position:absolute;
  z-index:9999;
  width:100%; 
  height:100%;
  text-align:center;
  background-size:100% 100%;
  background: #ffffff;
}
.enter{
  width: 80px;
  height: 80px; 
  position:absolute;
  bottom: 5%; 
  transform: translateX(-50%);
  left:50%; 
  z-index: 9999999;
}
.voice_explanation{
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  left: -250px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

@media screen and (max-width: 1750px) {
  .voice_explanation{
    left: -250px;
  }
}
@media screen and (max-width: 820px) {
  .voice_explanation{
    left: 0px;
    bottom: 8px;
  }
}

.square_eye {
	border: 1px solid #fadd02;
	height: 500px;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
	position: absolute;
	top: 50%;
	width: 500px;
	text-align: center;
	line-height: 300px;
	-webkit-animation: one 0.3s linear;
	-moz-animation: one 0.3s linear;
	-o-animation: one 0.3s linear;
	-ms-animation: one 0.3s linear;
	z-index: 999;
}

.square_eye .left_bottom {
	position: absolute;
	width: 150px;
	height: 150px;
	bottom: 0px;
	border-left: 10px solid #fadd02;
	border-bottom: 10px solid #fadd02;
}	
.square_eye .right_top {
	border-right: 10px solid #fadd02;
	border-top: 10px solid #fadd02;
	height: 150px;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}
.messagers-holder {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	color:#fff;
}
.square_eye .btns {
	display:flex;
	height:100%;
	align-items:center;
	justify-content:space-evenly;
}
.square_eye .btn-primary {
	background: #0457ff;
	color: #fff;
	padding: 5px 10px;
	border: 0;
	cursor: pointer;
}
.tips_box {
    position: absolute;   
    right:10px;
    top:50px;
}
.tips_box .tip_msg{
    background: rgba(20, 20, 20, 0.5);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 45px;
    margin-bottom: 10px;
}

.CloudPlayer {
  width: 100%;
  z-index: 9;

}

.SubPlayer {
  position: relative;
  width: max-content;
  padding-left: 25px;
  padding-right: 25px;
  height: 44px;
  border-radius: 24px;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
}

.SubPlayerrbar{
  width: 0px;
  height: 1.5px;
  background: #5BFFFE;
  position: absolute;
  left: 0%;
  bottom: 0;
  border-radius: 5px;
  z-index: 2;
}
.altAuo_bar{
  width: 0px;
  height: 1.5px;
  background: #5BFFFE;
  position: absolute;
  left: 0%;
  bottom: 1px;
  border-radius: 5px;
  z-index: 2;
}

.SubPlayer .SubPlayerleft {
  width: 42px;
  height: 42px;
  background: #1A7CF8;
  border-radius: 24px;
  margin-right: 16px;
  cursor: pointer;
}

.SubPlayer .SubPlayermenu {
  width: 20px;
  margin: 11px auto;
}

.SubPlayer img {
  width: 100%
}

.SubPlayer .SubPlayerright {
  width: 326px;
  height: 42px;
  background: rgba(0, 0, 0, 0.30);
  border-radius: 24px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.SubPlayer .SubPlayerright img {
  width: 100%;
  cursor: pointer;
}

.SubPlayer .SubPlayerindex {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-right: 16px;
}

.SubPlayer .SubPlayerplay {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  margin-top: -1.5px;
  margin-left: 20px;
}

.SubPlayer .SubPlayertxt {
  flex: 1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}

.SubPlayer .SubPlayerclose {
  width: 18px;
  height: 18px;
  margin-right: 20px;
}

.Thumbnail {
  width: 100%;
  height: 98px;
  overflow: hidden;
}

.PlayerGroup {
  width: 100%;
  height: 34px;
  display: flex;
  transition: 0.6s all;
}

.Grouplist {
  margin: 0px auto;
}

.Groupitem {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.70);
  letter-spacing: -0.03px;
  text-align: center;
  font-weight: 400;
  height: 100%;
  line-height: 34px;
  cursor: pointer;
  float: left;
}

.HighlightedItem {
  border-bottom: 1px solid #1A7EF7;
  box-sizing: border-box;
  color: #fff;
}
.manyoucolour{
  background-image: linear-gradient(#000000 0%, #393939 100%);
}
.Subgroup {
  width: 100%;
  height: 34px;
  display: flex;
}

.Subgrouplist {
  margin: 0px auto;
}

.Subgroupitem {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.70);
  letter-spacing: -0.03px;
  text-align: center;
  font-weight: 400;
  height: 100%;
  line-height: 34px;
  cursor: pointer;
  float: left;
}

.HighlightedSubgroup {
  box-sizing: border-box;
  color: #fff;
}

.Thumbnailbox {
  margin-top: 2px;
  padding: 7px 10px 0px 10px;

}

.Thumbnail .swiper-slide {
  width: 81px;
  height: 81px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 4px;
}

.Thumbnail .swiperhover {
  background: rgb(26, 124, 248);
}


.Thumbnail .swiper-slide img {
  width: 77px;
  height: 77px;
}

.Thumbnail .swiper-slide h4 {
  width: calc(100% - 6px);
  height: 16px;
  background-color: rgba(20, 20, 20, 0.6);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}

.Thumbnail .swiper-slide h4 p {
  display: inline-block;
}

.ListCruise {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  height: 42px;
  display: flex;
  transition: 0.6s all;
}

.ListCruiseleft {
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.30);
  border-radius: 24px;
  margin-right: 16px;
  cursor: pointer;
}

.ListCruiseright {
  width: 326px;
  height: 42px;
  background: rgba(0, 0, 0, 0.30);
  border-radius: 24px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cruiserbar_box{
  position: absolute;
  left: 0%;
  bottom: 0;
  width: calc(100% - 12px);
  overflow: hidden;
}
.cruiserbar{
  width: 0px;
  height: 1.5px;
  background: #5BFFFE;
  border-radius: 5px;
  z-index: 2;
  padding-left: 20px;
}

.cruiserbar_bl {
  width: 326px;
  height: 46px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.waves {
  position: relative;
  width: 100%;
  height: 30px;
  margin-top: 20px;
  transform: none;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -4s;
  animation-duration: 3s;

}

.parallax>use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 6s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.ListCruiseright img {
  width: 100%;
  cursor: pointer;
}

.Cruiselindex {
  width: 100%;
  color: #fff;
  font-size: 8px;
  height: 10px;
  text-align: center;
  padding-top: 6px;
}

.Cruiselmenu {
  width: 20px;
  margin: 0px auto;
}

.Cruiselmenu img {
  width: 100%
}

.Cruiseleft {
  width: 16px;
  height: 16px;
  margin-left: 20px;
  margin-right: 16px;
}

.Cruiseplay {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  margin-top: -1.5px;
}

.Cruisetxt {
  flex: 1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Cruiseright {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}

.Cruiseclose {
  width: 18px;
  height: 18px;
  margin-right: 20px;
}
.Listmusicswitch {
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.30);
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  margin-left: 15px;
}
.Listmusicswitch img{
  width: 21px;
  height: 21px;
  margin-top: 10px;
  margin-left: 2px;
}
.boxpopup {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 89%;
  height: 89%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  display: none;
}

.closeboxpopup {
  position: absolute;
  right: -40px;
  top: -20px;
  z-index: 1110;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url("../../public/uiskin/img/disp_dark.52c1008.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}

.ifboxtop {
  width: 100%;
  height: 100%;
}

.closeboxpopup img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.panelRight {
  width: 375px;
  height: 100vh;
  position: absolute;
  right: -375px;
  top: 0;
  background: #fff;
  transition: 0.5s all;
  z-index: 222;
}

.panelRightTop {
  height: 55px;
  width: calc(100% - 32px);
  border-bottom: 1px solid rgb(0, 0,0,0.15);
  padding-left: 16px;
  padding-right: 16px;

}

.panelRightclose {
  width: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  float: left;
}

.panelRightclose img {
  width: 20px;
}

.panelRight_operate {
  float: right;
  width: 140px;
  height: 100%;
}

.panelRightTop_share {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}

.panelRightTop_index {
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}

.panelRightTop_index span {
  font-size: 14px;
  color: #1F2023;
  letter-spacing: -0.03px;
  font-weight: 400;
}

.panelRightscrollBar {
  width: 100%;
  height: calc(100% - 100px);
  overflow-y: auto;
  /* max-height: 600px; */
}

.panelRightscrollBar .swiper-container1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  background: #F4F4F4;
}


.panelRightscrollBar .swiper-slide {
  width: 100%;
}

.panelRightscrollBar .swiper-button-next {
  margin-right: 16px;
  width: 30px;
  height: 30px;
  background: rgb(0, 0, 0, 0.3);
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
}

.panelRightscrollBar .swiper-button-next:after {
  font-size: 16px !important;
}

.panelRightscrollBar .swiper-button-prev {
  margin-left: 16px;
  width: 30px;
  height: 30px;
  background: rgb(0, 0, 0, 0.3);
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
}

.panelRightscrollBar .swiper-button-prev:after {
  font-size: 16px !important;
}

.panelRightscrollBar .swiper-pagination-bullets {
  bottom: 0 !important;
  transform: scale(0.8);
}
.panelRightscrollBar .swiper-container1 .swiper-wrapper{
  align-items: center;
}
.previewLayer {
  width: 416px;
  background: rgba(0,0,0,0.75);
  position: absolute;
  left:20px;
  bottom: 0;
  transform: translateY(50%);
  border-radius: 4px;
}

.previewLayerBox .swiper-container2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.previewLayerBox .swiper-container2 .swiper-slide{
  background: rgb(255, 255, 255,0.15);
}

.previewLayerBox .swiper-button-next {
  margin-right: 16px;
  width: 30px;
  height: 30px;
  background: rgb(0, 0, 0, 0.3);
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
}

.previewLayerBox .swiper-button-next:after {
  font-size: 16px !important;
}

.previewLayerBox .swiper-button-prev {
  margin-left: 16px;
  width: 30px;
  height: 30px;
  background: rgb(0, 0, 0, 0.3);
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
}

.previewLayerBox .swiper-button-prev:after {
  font-size: 16px !important;
}

.previewLayerBox .swiper-pagination-bullets {
  bottom: 0 !important;
  transform: scale(0.8);
}



.index_left img {
  width: 20px;
  height: 20px;
  transform: rotate(-270deg);
  margin-top: 2px;
  cursor: pointer;
  margin-right: 3px;
}

.inedx_right img {
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
  margin-top: 3px;
  cursor: pointer;
  margin-left: 3px;
}

.panelRightBox {
  width: calc(100% - 32px);
  min-height: 100px;
  /* max-height: 100px; */
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #F4F4F4; */
  cursor: pointer;
}
.panelRightBox img {
  max-width: 100%;
  max-height: 600px;
}
.previewtBox{
  width: calc(100% - 32px);
  height: calc(100% - 40px);
  min-height: 100px;
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.previewtBox img{
  max-width: 100%;
  max-height: 600px;
}
.panelRightTitle{
  width: calc(100% - 32px);
  padding: 16px 16px 6px 16px;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #000000;
  letter-spacing: -0.04px;
  font-weight: 600;
}
.panelRightTxt {
  width: calc(100% - 32px);
  padding: 4px 16px 16px 16px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-weight: 400;
  color: #000000;
  white-space: pre-line;
}

.previewcoord{
  width: 20px;
  height: 20px;
  position: absolute;
  left: 30%;
  top: 30%;
  transition: 0.5s all;
  display: none;
  margin-top: -8px;
}

.previewcoord:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
}




.previewLayerTop {
  height: 52px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.previewLayerTop_operate {
  width:100%;
  height: 100%;
  float: right;
  padding-left: 8px;
  /* padding-right: 20px; */
}
.previewLayer_colse{
  margin-top: 13px;
  margin-left: 13px;
  width: 20px;
  float: left;
  cursor: pointer;
}
.previewLayer_colse img{
  width: 100%;
}

.previewLayerTop_stopat{
  margin-top: 13px;
  margin-right:13px;
  cursor: pointer;
  float: right;
}

.previewLayerBox {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.previewLayerBox img {
  max-width: 100%;
  max-height: 100%;
}
.previewLayerTxt {
  width: calc(100% - 32px);
  padding: 4px 16px 16px 16px;
  color: #fff;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.03px;
  font-weight: 400;
  white-space: pre-line;
  max-height: 140px;
  overflow-y: scroll;
}
.previewLayerTxt::-webkit-scrollbar {
  width: 4px;
}

.previewLayerTxt::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

.previewLayerTxt::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.previewLayerTitle{
  width: calc(100% - 32px);
  padding: 12px 16px 6px 16px;
  color: #fff;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: -0.04px;
  font-weight: 600;
}

.previewLayer .swiper-pagination-bullet-active{
  background: #ffff!important;
  
}
.previewLayer .swiper-pagination-bullet{
  background: rgba(255,255,255,0.30)
}
.scenemp3box {
  width: 0px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.65);
  border-radius: 24px;
  overflow: hidden;
  transition: 1s all;
  z-index: 1;
  opacity: 0;
}


.scenempmain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
}

.scenemptoux {
  width: 30px;
  height: 30px;
  border-radius: 18px;
  z-index: 2;
  margin-left: 4px;
  margin-right: 6px;
  border: 1px solid rgba(255,255,255,1);
  overflow: hidden;
}

.scenemptoux img {
  width: 100%;
  height: 100%;
}

.scenemptitle {
  font-size: 14px;
  color: #fff;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scenemp3bottom {
  width: 38px;
  height: 22px;
  border-radius: 24px;
  cursor: pointer;
  margin-left: 6px;
  float: right;
  height: 36px;
}

.scenemp3bottom img {
  width: 22px;
  height: 22px;
  margin-top: 6px;
}
.altAuo {
  width: 156px;
  height: 37px;
  position: absolute;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.65);
  border-radius: 24px;
  overflow: hidden;
  transition: 1s all;
  z-index: 1;
}

.altAuomain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
}

.altAuotitle {
  font-size: 14px;
  color: #fff;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
}

.altAuoset {
  width: 24px;
  height: 22px;
  border-radius: 24px;
  cursor: pointer;
  float: right;
  height: 36px;
}

.altAuoset img {
  width: 16px;
  margin-top: 9px;
}

.altAuoclose {
  width: 34px;
  height: 22px;
  border-radius: 24px;
  cursor: pointer;
  margin-left: 0px;
  float: right;
  height: 36px;
}

.altAuoclose img {
  width: 18px;
  margin-top: 8.5px;
}



    .zoom_image {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgb(0, 0, 0, 0.55);
      z-index: 999;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .zoom_image img {
      max-width: 90%;
      max-height: 90%;
    }

    .zoom_image_close {
      width: 48px;
      height: 48px;
      background: red;
      position: absolute;
      right: 40px;
      top: 24px;
      cursor: pointer;
      z-index: 1;
      background: url("https://www.expoincloud.com/case/public/uiskin/img/PlayerClose.png");
      background-repeat: no-repeat;
      background-position: center center;
    }

  .businesscard {
      padding: 40px;
      width: 420px;
      height: 240px;
      background: rgb(0, 0, 0, 0.6);
      position: absolute;
      left: 50%;
      top: 45%;
      transform: translate(-50%, -50%);
      border-radius: 6px;
      display: none;
    }

    .businessmain {
      width: 100%;
      height: 100%;
      position: relative;
    }

    .card-name {
      font-size: 24px;
      color: #fff;
      margin-bottom: 46px;
    }

    .card-name span {
      font-size: 14px;
      margin-left: 10px;
    }

    .businessmain ul li {
      color: #fff;
      margin-bottom: 16px;
      background-size: 20px 20px !important;
      padding-left: 30px;
    }

    .businessmain ul li:nth-child(2) {
      margin-bottom: 32px;
    }

    .card-qrcode {
      position: absolute;
      right: 0;
      top: 0;
      width: 120px;
      height: 120px;
    }

    .card-qrcode img {
      width: 100%;
      height: 100%;
    }

    .businesscard_close {
      width: 32px;
      height: 32px;
      position: absolute;
      bottom: -66px;
      left: 50%;
      transform: translateX(-50%);
      cursor: pointer;
    }

    .businesscard_close img {
      width: 100%;
    }
    .picture_blurb {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 999;
      display: flex;
      background: rgb(0, 0, 0, 0.9);
      overflow: hidden;
    }

    .picture_blurb .blurb_txt {
      width: 680px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      /* transition: 0.1s all; */
      float: left;
    }

    .picture_blurb .picture_img {
      flex: 1;
      height: 100%;
      display: flex;
      overflow: hidden;
    }

    .picture_blurb .blurb_top {
      width: calc(100% - 64px);
      height: 34px;
      position: absolute;
      top: 30px;
      padding-right: 32px;
      padding-left: 32px;
      line-height: 32px;
      z-index: 11;
    }

    .picture_blurb .blurb_main {
      width: 450px;
      float: right;
      margin-left: 70px;
    }

    .picture_blurb .blurb_title {
      font-size: 22px;
      color: #FFFFFF;
      letter-spacing: -1.35px;
      font-weight: 500;
      margin-bottom: 20px;
    }

    .picture_blurb .blurb_title img {
      width: 36px;
      margin-left: 6px;
      vertical-align: middle;
      margin-top: -5px;
      cursor: pointer;
    }

    .picture_blurb .blurb_p {
      color: rgb(255, 255, 255, 0.8);
      letter-spacing: -0.9px;
      text-align: justify;
      font-weight: 400;
      line-height: 23px;
      max-height: 570px;
      overflow-y: auto;
      padding-right: 50px;
      white-space: pre-wrap;
    }
    .picture_blurb .blurb_p::-webkit-scrollbar {
      width: 6px;
    }
    
    .picture_blurb .blurb_p::-webkit-scrollbar-thumb {
      background-color:rgb(112, 112, 112, 0.6);
      border-radius: 10px;
    }
    
    .picture_blurb .blurb_p::-webkit-scrollbar-track {
      background-color: #3B3B3B;
      border-radius: 10px;

    }

    .picture_blurb .blurb_btn {
      width: 0px;
      height: 616px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }

    .picture_blurb .blurb_sj {
      width: 24px;
      position: absolute;
      left: -24px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
    }
    .picture_blurb .blurb_sj:hover{
      opacity: 0.6;
      transition: 0.2s  all;
    }
    .picture_blurb .blurb_sj img {
      width: 100%;
    }
    .picture_blurb .blurb_line {
      width: 2px;
      height: 100%;
      background: rgb(255, 255, 255, 0.2)
    }

    .picture_blurb .swiper-container {
      width: calc(100% - 100px);
      height: 100%;
    }

    .picture_blurb .swiper-slide {
      width: 100% !important;
      height: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .picture_blurb .picture_h4 {
      font-size: 24px;
      color: #FFFFFF;
      letter-spacing: -1.35px;
      font-weight: 500;
      z-index: 1;
      text-shadow:1px 1px 2px black;
      position: absolute;
      bottom: calc(24% - 90px);
    }

    .picture_blurb .swiper-slide img {
      max-width: 76%;
      max-height: 56%;
      margin-top: 30px;
    }

    .picture_blurb .swiper-slide img:hover {
      cursor: zoom-in;
    }

    .picture_blurb .swiper-slide-zoomed img {
      cursor: zoom-out !important;
    }

    .picture_blurb .swiper-button-next {
      right: 15px;
      color: rgb(190, 179, 179);
      transform: scale(0.8);
    }

    .picture_blurb .swiper-button-prev {
      left: 10px;
      color: rgb(190, 179, 179);
      transform: scale(0.8);
    }

    .picture_blurb_colse{
      width: 58px;
      height: 58px;
      position: absolute;
      right: 18px;
      top: 12px;
      z-index: 999;
      cursor: pointer;
    }
    .picture_blurb_colse img{
      width: 100%;
    }

    .picture_blurb .swiper-pagination {
      display: none;
    }

    .picture_blurb .popup_purchase {
      width: 90px;
      height: 90px;
      position: absolute;
      right: 50px;
      bottom: 58px;
      border-radius: 50%;
      box-shadow: 0 0 8px #888;
      cursor: pointer;
      z-index: 11;
      background: linear-gradient(to right, #0d75fc, #0faef9);
      text-align: center;
      line-height: 90px;
      color: #fff;
      overflow: hidden;
    }

    .picture_blurb .jump_window {
      position: fixed;
      left: 0;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 999;
    }

    .picture_blurb .jump_windowback {
      width: 100%;
      height: 55px;
      background: #fff;
      border: 1px solid #e9e9e9;
    }

    .picture_blurb .jump_windowback h4 {
      height: 100%;
      width: 80px;
      line-height: 55px;
      cursor: pointer;
      background: url("../../public/uiskin/img/jump_windowback.png") no-repeat 15px;
      background-size: 10px 16px;
      padding-left: 35px;
      color: #000000;
    }

    .picture_blurb .jump_iframe {
      width: 100%;
      height: calc(100% - 55px);
    }
    #pop_pass_word {
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      background: #fff;
      z-index: 999999;
    }

    #pop_pass_word .pop_pass_word_none {
      width: 58px;
      height: 58px;
      position: absolute;
      right: 5px;
      top: 5px;
      cursor: pointer;
    }

    #pop_pass_word .pop_pass_word_none img {
      width: 100%;
      height: 100%;
    }

    #pop_pass_word .pop_pass_word_body {
      width: 598px;
      height: 200px;
      position: absolute;
      left: 50%;
      top: 68.333px;
      border: 1px solid #969696;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .7);
      box-shadow: 0 4px 14px rgba(0, 0, 0, .7);
    }

    #pop_pass_word .pop_pass_word_body h4 {
      width: 100%;
      height: 52px;
      padding: 0;
      border-bottom: 1px solid #e5e5e5;
      text-align: center;
      line-height: 52px;
      font-size: 14px;
      margin: 0 0 35px;
      color: #000;
      font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    }

    #pop_pass_word .pop_pass_word_pwd {
      height: 147px;
      width: 100%;
    }

    #pop_pass_word .pwdbody {
      width: 274px;
      margin: 0 auto;
    }

    #pop_pass_word .btnpwd {
      cursor: pointer;
      width: 274px;
      height: 32px;
      color: #fff;
      background-color: #b38af4;
      border: 1px solid #0280bd;
      text-align: center;
      line-height: 32px;
      font-size: 12px;
      -webkit-transition: all .3s;
      transition: all .3s;
      margin: 20px auto 0;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    }

    #pop_pass_word .form-control {
      border-radius: 0;
      display: block;
      width: calc(100% - 8px);
      padding-left: 8px;
      height: 32px;
      font-size: 13px;
      line-height: 1.53846154;
      color: #222;
      vertical-align: middle;
      background-color: #fff;
      border: 1px solid #ccc;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    }

    #pop_pass_word .form-control:focus {
      border-color: #43a047;
      outline: 0;
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(67, 160, 71, 0.6);
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(67, 160, 71, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(67, 160, 71, 0.6);
    }

    #pop_pass_word .pop_pass_ts {
      position: absolute;
      background: #ff6900;
      color: #fff;
      border-radius: 10px;
      font-size: 13px;
      top: 94px;
      padding: 2px 5px;
      right: 165px;
    }
    .listings {
      /* padding: 48px 32px 48px 48px; */
      width: 360px;
      height: 100%;
      background: #2D2D2F;
      position: absolute;
      left: 0px;
      top: 0;
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
      transition: 0.5s all;
      z-index: 3;
      opacity: 0;
    }

    .listingshvoer {
      left: -360px;
    }


    .listings_box::-webkit-scrollbar {
      width: 6px;
      border-radius: 3px;
    }

    .listings_box::-webkit-scrollbar-track {
      background-color: #2D2D2F;
    }

    .listings_box::-webkit-scrollbar-thumb {
      background: rgb(0, 0, 0, 0.35);
      border-radius: 3px;
    }

    .listings_box {
      width: 100%;
      height: 100vh;
      overflow-y: auto;
    }

    .listings_box h2 {
      font-size: 28px;
      color: #FFFFFF;
      letter-spacing: 0.29px;
      /* text-align: justify; */
      font-weight: 540;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 48px 0px 28px 0px;
      margin-left: 48px;
      width: calc(100% - 96px);
      margin-bottom: 16px;
      box-sizing: border-box;
    }

    .listings_box h3 {
      font-size: 24px;
      color: #FFFFFF;
      letter-spacing: 0.25px;
      font-weight: 540;
      height: 60px;
      line-height: 60px;
      cursor: pointer;
      padding-left: 48px;
      padding-right: 48px;
      box-sizing: border-box;
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }

    .listings_box h3:hover {
      opacity: 0.8;
      transition: 0.5s all;
    }

    .listings_box .clickfocus {
      background-color: #3A3A3C;
      transition: 0.5s all;
      transform: translateY(-1px);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }

    .listings_box .clickfocus2 {
      background-color: #343436;
      transition: 0.5s all;
      transform: translateY(-1px);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }

    .listings_box h3 img {
      width: 16px;
      float: right;
      cursor: pointer;
      margin-top: 24px;
    }

    .listings_box h4 {
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0.21px;
      font-weight: 4;
      height: 48px;
      line-height: 48px;
      cursor: pointer;
      padding-left: 58px;
      padding-right: 48px;
    }

    .listings_box h4 img {
      width: 14px;
      float: right;
      cursor: pointer;
      margin-top: 16px;
    }

    .listings_box h4:hover {
      opacity: 0.8;
      transition: 0.5s all;
    }

    .listings_box .clickhove {
      transform: rotate(-90deg);
      transition: 0.5s all;
    }

    .listings_box p {
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0.16px;
      cursor: pointer;
      margin-left: 10px;
      height: 36px;
      line-height: 36px;
      padding-left: 58px;
      padding-right: 48px;
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }

    .listings_box p:hover {
      opacity: 0.8;
      transition: 0.5s all;
    }

    .listings_box .phove{
      background: #252525;
    }

    .listings_box .phove p {
      color: #32AAFF;
    }

    .listings_btn {
      position: absolute;
      right: -20px;
      top: 50%;
      width: 20px;
      height: 68px;
      cursor: pointer;
      transform: translateY(-50%);
    }

    .listings_btn img {
      width: 100%;
    }

    .welcome_mp3_box {
      width: 0px;
      height: 38px;
      position: absolute;
      left: 50%;
      top: 28px;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.65);
      border-radius: 24px;
      overflow: hidden;
      transition: 1s all;
      z-index: 1;
      opacity: 0;
    }
    
    .welcome_mp3_main {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 38px;
      display: flex;
      align-items: center;
    }

    .welcome_mp3_title {
      font-size: 14px;
      color: #fff;
      flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-left: 10px;
    }
    
    .welcome_mp3_bottom {
      width: 38px;
      height: 22px;
      border-radius: 24px;
      cursor: pointer;
      margin-left: 6px;
      float: right;
      height: 36px;
    }
    
    .welcome_mp3_bottom img {
      width: 22px;
      height: 22px;
      margin-top: 6px;
    }

    @media screen and (max-width: 1200px) {
      .picture_blurb .blurb_txt{
        width: 450px;
      }
    }
    @media screen and (max-width: 900px) {
      .picture_blurb .blurb_txt{
        width: 300px;
      }
      .picture_blurb .blurb_main{
        width: 100%;
      }
      .listingshvoer {
        left: -320px;
      }

      .listings {
        width: 320px;

      }
    }
@media screen and (max-width: 950px) {
  .altAuo {
    top: 18px!important;
  }
  #pop_pass_word .pop_pass_word_body{
    width: 96%;
  }
  .businesscard {
    padding: 16px;
    min-height: 170px;
    width: calc(100% - 90px);
    height: auto;
  }

  .card-name {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .businessmain ul li:nth-child(2) {
    margin-bottom: 18px;
  }

  .card-name span {
    font-size: 12px;
  }

  .businessmain ul li {
    background-size: 16px 16px !important;
    font-size: 12px;
  }

  .card-qrcode {
    width: 60px;
    height: 60px;
  }

  .Subgroup {
    overflow-y: auto;
    display: block;
  }
  
  .Subgrouplist {
    width: max-content;
  }

  .PlayerGroup{
    overflow-y: auto;
    display: block;
    height: 50px;
  }

  .Grouplist{
    width: max-content;
  }
  
  .panelRightBox img {
    max-height: 200px;
  }
  .zoom_image_close {
    right: 10px;
    top: 15px;
    transform: scale(0.8);
  }

  .Thumbnail .swiper-slide {
    width: 64px;
    height: 64px;
    margin-right: 10px;
  }

  .Thumbnail .swiper-slide img {
    width: 59px;
    height: 59px
  }

  .Thumbnail {
    height: 80px;
  }
  .ListCruiseright{
    width: 290px;
  }
  .SubPlayerleft,
  .ListCruiseleft {
    margin-right: 6px;
  }
  .Listmusicswitch{
    margin-left: 6px;
  }
  .closeboxpopup {
    right: 10px;
    top: 10px;
  }
  .panelRight {
    width: 100%;
    height: 56%;
    position: fixed;
    right: 0;
    top: 100%;
    /* top: 44%; */
    background: #fff;
  }

  .scenemp3box {
    width: 180px;
    height: 36px;
    top: 18px;
  }
  .scenemptoux{
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 1);
  }
  .scenempmain{
    height: 36px;
  }
  .scenemptitle{
    flex: 1;
  }
  .scenemp3bottom{
    width: 32px;
  }
    
  .boxpopup {
    border-radius: 10px;
    overflow: hidden;
    width: 91%;
    height: 90%;
  }

  .SubPlayer {
    padding-left: 0;
    padding-right: 0;
  }
  .visual_angle{
    left: 25%;
  }
  .Enterprise_name{
      right: 50%;
      transform: translateX(51%);
      top: -24px;
      font-size: 12px;
  }
  .Exhibition_top .Navigation{
    margin-left: 13px;
  }
  .Rich_Text {
    padding: 10px 12px 10px 12px;
    width: calc(100% - 24px)!important;
    background:#fff
    
  }
  .guidecontent{
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%,-50%);
    width: 74%!important;
    height: 56%!important;
    background: url('img/zuopin_m.png') 0px 0px / 100% 100%;
    cursor: pointer;
  }
  .ts1{
    font-size: 12px;
    top: 8px;
    padding-top: 2px;
    padding-bottom: 1px;
  }
  .ts2{
    font-size: 12px;
    top: 8px;
    padding-top: 2px;
    padding-bottom: 1px;
  }
  .ts3{
    font-size: 12px;
    top: 8px;
    padding-top: 2px;
    padding-bottom: 1px;
  }
  .consulting{
      width:calc(100% - 85px)!important;
      height: 364px;
  }
  .contact{
      margin-bottom: 34px!important;
  }
  .consulting_none{
      background: url("../../public/uiskin/img/consulting@x2.png") no-repeat;
      background-size: 16px 16px;
  }
  .contact_type ul{
      margin-bottom: 15px;

  }
  .contact li span{
      font-size: 12px;
  }
  .contact_type #nth_{
      font-size: 12px;
  }
  .contact li{
      height: 32px;
  }
  .contact li span{
      line-height: 32px;
  }
  .consulting_title{
      height: 52px;
  }
  .consulting_title h1 {
      font-size: 14px;
      height: 51px;
  }
  .contact_type li{
      width: 48%!important;
      /* width: 0!important; */
      margin-right: 0!important
  }
  .contact_type li:nth-child(1){
      margin-right: 3px!important
  }
  .contact_type li:nth-child(3){
      margin-right: 3px!important
  }
  .contact_type li p{
      font-size: 12px!important
  }
  .contact_type li{
      width: 80px;
  }
  .contact_type li span{
      margin-right: 4px;
      margin-top: 0;
  }
  .picture_blurb {
    display: block;
    background: rgb(0, 0, 0, 0.8);
  }

  .picture_blurb .picture_h4 {
    font-size: 20px;
  }

  .picture_blurb .picture_img {
    width: 100%;
    height: calc(100% - 185px);
    position: absolute;
    top: 0;
    left: 0;

  }

  .picture_blurb .swiper-container {
    width: 100%;
  }

  .picture_blurb .swiper-pagination {
    background: rgb(0, 0, 0, 1);
    bottom: 0px !important;
    padding-top: 5px;
    display: block;
  }

  .picture_blurb .swiper-slide {
    height: calc(100% - 23px)!important;
  }

  .picture_blurb .swiper-pagination-bullet {
    background: #fff;
  }

  .picture_blurb .swiper-pagination-bullet-active {
    background: #007aff;
  }

  .picture_blurb .blurb_txt {
    width: 100%;
    height: 185px;
    position: absolute;
    top: calc(100% - 185px);
    left: 0;
    background: rgb(0, 0, 0, 1);
  }

  .picture_blurb .blurb_main {
    width: 88%;
    height: 100%;
    margin-left: 0;
  }

  .picture_blurb .blurb_title {
    padding-top: 15px;
    margin-bottom: 10px;
  }

  .picture_blurb .blurb_p {
    overflow-y: auto;
    padding-right: 0;
    max-height: 90px;
    overflow-y: auto;
    padding-right: 0;
  }

  .picture_blurb .blurb_top {
    display: none;
  }

  .picture_blurb .blurb_btn {
    display: none;
  }
  .picture_blurb .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
  }
  .picture_blurb .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .picture_blurb .picture_blurb_colse{
    width: 40px;
    right:6px;
    top: 6px;
  }
  .picture_blurb  .popup_purchase{
    transform: scale(0.7);
    right: 12px;
    bottom: 93px;
  }
}

@media screen and (max-width: 390px) {
  .ListCruiseright {
    width: 268px;
  }

  .SubPlayerright {
    width: 300px !important;
  }
}

@media screen and (max-width: 350px) {


  .SubPlayerright {
    width: 250px !important;
  }
  .ListCruiseright {
    width: 215px;
  }

  .SubPlayertxt,
  .Cruisetxt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

