.across_card {
    position: absolute;
    width: 74%;
    top: 1rem;
    left: 5px;
    transition: all 1s ease-in-out;
    overflow: hidden;
    background: transparent;
    border-radius: 4px;
    opacity: 1;
    z-index: 3008;
}
.across_card>img{
    display: block;
    max-width: 100%;
}
.vertical_card{
    position: absolute;
    width: 50%;
    top: 1rem;
    left: 3.2%;
    transition: all 1s ease-in-out;
    overflow: hidden;
    background: transparent;
    border-radius: 4px;
    opacity: 1;
    z-index: 3008;
}
.vertical_card>img{
    display: block;
    max-width: 100%;
}
.card-close {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    width: 2.5rem;
    height: 2.5rem;
    text-align: left;
    border: none;
    padding: 0;
    /* border-radius: 50%; */
    /* padding-left: 0.75rem; */
}
.card-close >img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.card-hide-animation {
    /*transform: translateY(-30rem);*/
    /*width: 0;
    height: 0rem;*/
    /*transform: scale(0.01) translateX(-1000px);
    opacity: 0;*/
    -webkit-animation:logo-hide 1s ease 1 alternate forwards;
    animation:logo-hide 1s ease 1 alternate forwards;
}
.card-show-animation {
    -webkit-animation:logo-show 1s ease-in 1;
    animation:logo-show 1s ease-in 1;
}
.logo_up {
    position: absolute;
    width: 4.17rem;
    height: auto;
    max-height: 4.17rem;
    top: 1rem;
    left: 3.2%;
    z-index: 9;
}
@media only screen and (min-width:320px ) {
    .across_card{
        width: 82%;
    }
    .card-close{
        width: 1.5rem;
        height: 1.5rem;
    }
}
@media only screen and (min-width:375px ) {
    .vertical_card{
        width: 12.2rem;
    }
    .card-close{
        width: 1.5rem;
        height: 1.5rem;
    }
}
@media only screen and (min-width:414px ) {
}
@media only screen and (min-width:768px ) {
    .card-close{
        width: 2rem;
        height: 2rem;
    }
}
@media only screen and  (min-width: 992px) {
    .across_card{
        width: 400px;
        top:31px;
        box-sizing: border-box;
        border-radius: 3px;
    }
    .vertical_card{
        width: 320px;
        box-sizing: border-box;
        border-radius: 3px;
    }
}
@keyframes logo-hide{
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(30px, 0px, 0px);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(30px, 0px, 0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.01) translate3d(-50px, -50px, 0px);
        -webkit-transform-origin: left top 0;
        transform: scale(0.01) translate3d(-50px, -50px, 0px);
        transform-origin: left top 0;
    }
}
@keyframes logo-show{
    from {
        opacity: 0;
        -webkit-transform: scale(0.01) translate3d(0px, 0px, 0px);
        -webkit-transform-origin: left top 0;
        transform: scale(0.01) translate3d(0px, 0px, 0px);
        transform-origin: left top 0;
    }
    60% {
        opacity: .4;
        -webkit-transform: scale3d(0.375, 0.375, 0.375) translate3d(120px, 0px, 0px);
        transform: scale3d(0.375, 0.375, 0.375) translate3d(120px, 0px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0px, 0px, 0px);
        -webkit-transform-origin: left top 0;
        transform: scale(1) translate3d(0px, 0px, 0px);
        transform-origin: left top 0;
    }
}
a{ color:#ffffff;}
#hotspotvideo{
	width: 80%;
	height:80%;
	margin: 0 auto;
	background-color: rgba(0,0,0,1);
	position:absolute;
	left: 10%;
	top:10%;
	display: none;
	z-index:99999999;
}
#dingwei{
	padding:10px;
	z-index:99999999; 
	visibility:hidden;
	width:300px;
	height:300px;
	display:block; 
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-150px;
}
img{
	max-width:90%;height:auto;
}
#div_pano{
	position:relative;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.3);
}
#pano{
	position:absolute;  
}
/* 评论列表 */
p{
  margin: 0;
}
#comments{
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 35px 60px 20px;
  height: 100%;
  display:none;
  background-color:#fff;
  z-index: 999;
}
.main_comment{
  height: 90%;
  overflow-y: scroll;
  padding: 0 5px 0 0;
}
.main_comment::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.main_comment::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius:10px;
}
#comments>h1{
  border-bottom: 1px solid #e74851;
  color: #e74851;
  position: relative;
  margin: 0;
  margin-bottom: 20px;
}
#comments>h1 span{
  background: #fff;
  font-weight: 600;
  border: 1px solid #e74851;
  border-radius: 15px 15px 0 0;
  font-size: 21px;
  padding: 4px 15px 1px;
  border-bottom: 0;
}
#comments>h1 a{
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #e74851;
}
#comments>h1 a strong{
  font-size: 18px;
  font-family: Impact;
  text-shadow: 1px 1px 3px #666;
}
.main_comment .head{
  color: #e74851;
  padding-left: 10px;
  border-left: 5px solid #e74851;
  font-size: 16px;
  margin-bottom: 30px;
}
.main_comment ul li{
  border-bottom: 1px dashed #e1e1e1;
  padding: 5px 0 5px;
  display: flex;
}

.main_comment ul li .headImg{
  width: 42px;
  height: 42px;
}
.main_comment ul li .headImg img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.main_comment ul li .comm{
  margin-left: 20px;
  width: 96%;
}
.main_comment ul li .comm .name{
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.main_comment ul li .comm .name a{
  color: #e74851;
  text-decoration: none;
}
.main_comment ul li .comm .name a:hover{
  text-decoration: underline;
}
.main_comment ul li .comm .name span{
  padding: 5px 0 0;
  font-family: Arial;
  color: silver;
}
.main_comment ul li .comm .content{
  padding-top: 0px;
  color: #666;
  font-size: 15px;
  position: relative;
}
#comment_close{
  position: absolute;
  top: 1%;
  right: 1.5%;
  width: 30px;
  cursor: pointer;
}
#comment_close span{
  font-size: 22px;
  border-radius:50%;
  box-shadow: 0 0 5px #666;
  padding: 0px 7px;
}
.mareBtn{
  padding: 20px 0 40px;
  text-align: center;

}
.mareBtn span{
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.mareBtn span:hover{
  box-shadow: 0 0 10px #e4e3e3;
}
#iosWx{
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
    position: absolute;
    top: 0;
    display: none;
}
#iosWx img{
    width: 20%;
    height: auto;
    display: block;
    margin: 10% auto;
}
@media screen and (max-width:640px){
	#comments{
		padding:5px;
	}
	#comment_close span{
		font-size: 18px;
		padding: 0px 6px;
	}
	#iosWx img{
		width: 100%; 
	}
}
#dialog_wrap{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.dialog_main,#chats{
  width: 50%;
  background-color: #fff;  
  border-radius: 5px;
  overflow: hidden;
  height: 60%;
}
#dialog_wrap .title{
  position: relative;

}
#dialog_wrap .title div{
  text-align: center;
  background-color:#f8f8f8;
  line-height: 40px;
}
.addHome{
  height: 92%;
  display:none;
}

#dialogClose{
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
}
#dialogClose img{
  width:100%;
}
.homeTab{
  border-bottom: 1px solid #eee;

}
.homeTab>div{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.homeTab>div>div{
  width: 245px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.homeTab>div i{
  display: inline-block;
  width: 245px;
  position: fixed;
  bottom: 0;
  height: 3px;
  background-color: #ee0a24;
  transition: left 0.3s;
}
.sethome{
  width: 100%;
  height: 89%;
  margin: 0 auto;

}
.sethome>div{
  height: 100%;
  transition: all 0.3s;

}
.sethome ul{
  list-style: none;         
  height: 90%;
  position: relative;
  width: 50%;
  float:left;
}
.sethome .firstUl{
  padding: 0 5%;

}
.sethome ul li{
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
.sethome ul li input{
  margin-bottom:0;
}
.sethome ul.firstUl li.roomNum,.sethome ul.firstUl li.pasInp{
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 13px;
  padding: 10px 0;
}
.roomNum>span,.pasInp>span{
  display: block;
  width: 15%;
}
.sethome ul.firstUl li .inp{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
.button, button, li{
  margin-bottom: 0;
}
.van-field__control{
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #323233;
  line-height: inherit;
  text-align: left;
  background-color: transparent;
  border: 0;
  resize: none;
}
.sethome ul.firstUl li .inp button{
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  color: #fff;
  background-color: #07c160;
  border: 1px solid #07c160;
}
.sethome ul.firstUl li:last-child{
  border: 0;
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.sethome ul.firstUl li:last-child button{
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #1989fa;
  border: 1px solid #1989fa;
  border-radius: 50px;
  height: 30px;
  line-height: 30px;
  display: flex;
}
.sethome ul.firstUl li:last-child button span{
  font-size: 20px;
  margin-right: 10px;
}
.sethome .lastUl{
  padding: 0 2.5%;

}
.sethome .lastUl li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;

}
.sethome ul.lastUl li input{
  width: 68%;
  
}
.sethome ul li input{
  border:0;
  background-color:transparent;
}
.sethome ul li input:focus{
  border:0;

}
.sethome ul.lastUl li button{
  color: #fff;
  background-color: #07c160;
  border: 1px solid #07c160;
  border-radius: 50px;
  height: 30px;
  line-height: 30px;
}
.main_chat{
  height:93%;
  display: none;
}
.chat_list{
  width:25%;
  border-right: 1px solid #ccc;
  height: 100%;
  overflow-y: scroll;

}
.chater{
  border-bottom: 1px solid #ccc;
  padding: 5px 0 5px 10px;
  display: flex;
  align-items: center;
  position: relative;

}
.headImg{
  width: 45px;
  margin-right: 10px;
}
.chater p{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.chater span{
  font-size: 13px;
}
.chater p img{
  width: 100%;
}
.chatBanner{
  width: 75%;
}
.chats{
  height: 75%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.chats::-webkit-scrollbar ,.chat_list::-webkit-scrollbar{
  width: 4px;
  height: 4px;
  background-color: #7fa3fb;
}
.chats::-webkit-scrollbar-thumb ,.chat_list::-webkit-scrollbar-thumb{
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #7fa3fb;
}
.chats::-webkit-scrollbar-track ,.chat_list::-webkit-scrollbar-track{
  border-radius: 4px;
  background-color: #fff;
}

.textarea{
  height: 25%;
  border-top: 1px solid #ccc;
  position: relative;
}
.textarea textarea{
  border: 0;
  width: 100%;
  height: 86%;
  resize: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.chats_item{
  padding: 5px 10px;
  margin-bottom:10px;
}
.chats_item p{
  color: #666!important;
}
.chat_img{
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
}
.chats_item>div{
  float:left;
  max-width: 60%;
}
.chats_item.rit .chat_img{
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.chats_item.rit>div {
	float: right;
	text-align: right;
}
.textarea span{
  position: absolute;
  bottom: 5px;
  right: 10px;
  border: 1px solid #ccc;
  padding: 3px 15px;
  color: #fff;
  background: #5bb432;
  border-radius: 8px;
  cursor: pointer;
}
.textarea .voice{
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  display:none;
}
.guan{
  position: absolute;
  left: 40px;
  top: 0px;
  color: #fff;
  border-radius: 50%;
  background: red;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
#jiesan{
  position: absolute;
  bottom: 5px;
  right: 90px;
  border: 1px solid #ccc;
  padding: 3px 15px;
  color: #fff;
  background: #3278b4;
  border-radius: 8px;
  cursor: pointer;
  display:none;
}
#jiesanTishi{
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.2);
  display:none;
}
.jiesanmain{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 5px;
  padding: 30px 80px;
  text-align: center;
}
.jiesanmain>div:first-child{
  font-size: 25px;
  margin-bottom:20px;
}
.jiesanBtns{
  display: flex;
  justify-content: space-between;
}
.jiesanBtns span{
  padding: 3px 20px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;

}
.jiesanBtns #jiesanyes{
  background-color: #bb694a;
}
.jiesanBtns #jiesancancel{
  background-color: #ccc;
}
@media screen and (max-width:640px){
  #dialog_wrap{
	align-items: flex-end;
  }
  .dialog_main{
	width: 100%;
  }
  .homeTab>div{
	width: 86%;
  }
  .homeTab>div>div{
	width: 145px;
  }
  .homeTab>div i{
	width: 145px;
  }
  .sethome .firstUl {
	padding: 0 3%;
  }
  .sethome ul.firstUl li .inp {
	width: 60%;
  }
  .roomNum>span, .pasInp>span{
	width: 33%;
  }
  .sethome ul li{
	padding: 10px 0;
  }
  .sethome ul.firstUl li:nth-child(2){
	padding: 10px 0;
  }
  .sethome ul.lastUl li input {
	width: 50%;
  }
  .sethome ul.lastUl li button{
	padding: 0 10px;
  }
  .dialog_main, #chats{
	height: 75%;
	border-radius: 5px 5px 0px 0px;
  }
  .chat_list{
	width: 30%;
	border: 1px dashed #ccc;
  }
  .headImg {
	width: 30px;
	margin-right: 5px;    border-radius: 5px 5px 0px 0px;
  }    border-radius: 5px 5px 0px 0px;
  .chater span {    border-radius: 5px 5px 0px 0px;
	font-size: 12px;    border-radius: 5px 5px 0px 0px;
	display: inline-block;    border-radius: 5px 5px 0px 0px;
	width: 44%;    border-radius: 5px 5px 0px 0px;
	overflow: hidden;    border-radius: 5px 5px 0px 0px;
	text-overflow: ellipsis;    border-radius: 5px 5px 0px 0px;
	white-space: nowrap;
  }
  .chater p{
	right: 0;
  }
  .chatBanner {
	width: 70%;
  }
  .textarea {
	height: 24%;
  }
  .textarea span{
	padding: 0px 10px;
  }
  #jiesan{
	padding: 0px 10px;
	bottom: 5px;
	right: 73px;
  }
  .textarea .voice {
	position: absolute;
	bottom: 3px;
	right: 50%;
	height: 25px;
	width: 25px;
	cursor: pointer;
	top: unset;
  }
  .guan{
	left: 26px;
	font-size: 12px;
  }
  .jiesanmain{
	padding: 10px 35px;
	width: 60%;
  }
  .jiesanmain>div:first-child{
	font-size: 16px;
	margin-bottom: 10px;
  }
  .jiesanBtns span{
	padding: 3px 15px;
	font-size: 12px;
  }
}

#start_tishi{
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	z-index: 9998;
}
#start_tishi>img{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9998;
	transform: translateX(-50%) translateY(-50%);
	max-width:100%!important;
	height:100%;
}
#start_tishi>.tishi_text{
	position: absolute;
	top: 10px;
	right: 40%;
	z-index: 9999;
	color: #fff;
	background: rgba(0,0,0,.3);
	padding: 2px 10px;
	border-radius: 5px;
	font-size: 12px;
}
@media screen and (max-width:786px){
	#start_tishi>.tishi_text{
		right:10px;
	}
	#start_tishi>img{
		width:100%;
		height:auto;
	}
}	

.loading{
  margin:0;
  top:0;
  left:0;
  background: #fff;
}
.loading span{
  display: block!important;
  position: absolute;
  bottom: 17%;
  left: 50%;
  margin-left: -43px;
}
.loading img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width:100%!important;
	height:100%;
}
@media screen and (max-width:786px){ 
	.loading img{
		width:100%;
		height:auto;
	}
	.loading span{
		bottom: 4%;
	}
}	
/* 弹幕 */
#wrap{
	position: absolute;
	top: 2%;
	left: 0;
}
.tanmu{ 
	position:absolute;
	height:34px;
	border-radius:45px;
	background:#fff;
	color:#333;
	left:0;
	top:0;
	font-size:16px;
	white-space:nowrap;
	padding-left:2px;
	/*padding-right:10px;*/
	line-height:34px;
	opacity: 0.9;
	z-index: 1; 
}
.tanmuContent{
	display:flex;
	justify-content:space-between;
	padding-right:10px;
}
.tanmu .tanmuContent .headImg{
	margin-top:2px;
	margin-right:5px;
	display:inline-block;
	width:30px;
	height:30px;
	background:red;
	border-radius: 41px; 
}
.tanmu .tanmuContent .headImg img{
	width: 100%;
	height:100%;
	border-radius: 50%;
}