/* 头部css */
#banner {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
}
#top{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 9999;
    transition: opacity 0.5s;
    background: #2d486e;
}
#top .logo{
    position: absolute;
    width: 94px;
    height: 25px;
    background-size: cover;
    top: 8px;
    left: 4px;
    overflow: visible;
}
#top .logo span{
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 10px;
    height: 10px;
    background: url(../thumb/images/sma_logo.png);
    background-size: cover;
}
#top>.user-info {
    display: block;
    position: absolute;
    width: 200px;
    height: 40px;
    left: 100px;
    top: 0px;
    display: flex;
    align-items: center;
}
#top>.user-info>.userinfo-name {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    /* color: #000; */
    color: #fff;
    font-size: 14px;
    top: 3px;
    left: 10px;
}
#top>.user-info>.userinfo-phone {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    color: #555;
    font-size: 12px;
    top: 0;
    left: 0;
    transform: scale(0.9);
}
#content_vr {
    display: block;
    /* background: rgb(199, 195, 195); */
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#krpanoImg{
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(191,191,191);
}
#krpanoImg .vr-html{
  display: none;
}
#main_krpano{
    width: 100%;
    height: 100%;
    /* display: none; */
    margin-top: 40px;
}
@media screen and (min-width:767px){
    .first,.vr-html{
        width: 25%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
    }

    #main_swiper{
        width: 25%;
        margin: 0 auto;
    }
    #krpanoImg{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
        height: 95%;

    }
}
/* 地图 */
#container {
    width: 100%;
    height: 100%;
    display: none;
}
#close {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
}
#map {
    width: 100%;
    height: 100%;
}
/* 底部css */
#down_nav {
    opacity: 0;
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    z-index: 99999;
    transition: opacity 0.5s;
}
#down_nav .menu-show {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* display: block; */
    position: absolute;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 56px;
    margin: auto;
    margin-top: 0px;
    box-shadow: 0px 0px 2px 0px #666;
    z-index: 9999;
}
#down_nav .menu-show>div {
    display: block;
    float: left;
    width: 20%;
    height: 50px;
    margin: 0;
    padding: 0;
}
#down_nav .menu-show>div.active span{
    color:#1c93fa;
}
#down_nav .menu-show>div>div{
    background-size: cover;

}
#down_nav .menu-show>div>div.menu_icon {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
}
#down_nav .menu-show>div>span {
    display: block;
    position: relative;
    color: rgba(120, 120, 120, 1);
    top: -3px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    transform: scale(0.9);
}

#down_nav .menu-show>div>div.iw-icon-sanbox{
    background-image: url(../thumb/images/iw-icon-sanbox.png);
}
#down_nav .menu-show>div.active>div.iw-icon-sanbox{
    background-image: url(../thumb/images/iw-icon-sanbox_hov.png);
}

#down_nav .menu-show>div>div.iw-icon-location{
    background-image: url(../thumb/images/iw-icon-location.png);
    background-size: cover;
}
#down_nav .menu-show>div.active>div.iw-icon-location{
    background-image: url(../thumb/images/iw-icon-location_hov.png);
}

#down_nav .menu-show>div>div.iw-icon-housetype{
    background-image: url(../thumb/images/iw-icon-housetype.png);
}
#down_nav .menu-show>div.active>div.iw-icon-housetype{
    background-image: url(../thumb/images/iw-icon-housetype_hov.png);
}

#down_nav .menu-show>div>div.iw-ui-icon-gps{
    background-image: url(../thumb/images/gps.png);
}
#down_nav .menu-show>div.active>div.iw-ui-icon-gps{
    background-image: url(../thumb/images/gps_.png);
}
#down_nav .menu-show>div>div.iw-ui-icon-http{
    background-image: url(../thumb/images/web.png);
}
#down_nav .menu-show>div.active>div.iw-ui-icon-http{
    background-image: url(../thumb/images/web_.png);
}

#down_nav .menu-show>div>div.iw-ui-icon-more{
    background-image: url(../thumb/images/iw-icon-more.png);
}
#down_nav .menu-show>div.active>div.iw-ui-icon-more{
    background-image: url(../thumb/images/iw-icon-more_hov.png);
}

#down_nav .menu-show>div>div.iw-icon-brochure{
    background-image: url(../thumb/images/brochure.png);
}
#down_nav .menu-show>div.active>div.iw-icon-brochure{
    background-image: url(../thumb/images/brochure_hov.png);
}
#down_nav .menu-show>div>div.hux{
    background-image: url(../thumb/images/iw-icon-location.png);
}
#down_nav .menu-show>div.active>div.hux{
    background-image: url(../thumb/images/iw-icon-location_hov.png);
}
#down_nav .menu-show>div>div.iw-icon-roam {
    background-image: url(../thumb/images/iw-icon-roam.png);
}
#down_nav .menu-show>div.active>div.iw-icon-roam {
    background-image: url(../thumb/images/iw-icon-roam_hov.png);
}
#down_nav .nav_manu{
    display: block;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    width: 50%;
    max-width: 98%;
    height: 0px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 62px;
    border-radius: 4px;
    z-index: 99999;
    box-shadow: 0px 0px 1px 0px rgba(180, 180, 200, 1);
    /* opacity: 0; */
}
#down_nav .nav_manu .nav_manu_container{
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: 96%;
    left: 10px;
    margin: 0;
    bottom: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
#down_nav .nav_manu .nav_manu_container>div{
    display: block;
    position: absolute;
    background: none;
    width: auto;
    height: 20px;
    border: 0;
    margin: 14px 15px 10px 15px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: rgba(120, 120, 120, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#down_nav .nav_manu .nav_manu_container>div.active{
    color: #007aff;
    border-bottom: 1px solid #007aff;
}
#down_nav .nav_manu .nav_manu_container>div:last-child{
    right: 0;
}
.menu-board{
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 0px;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 1px 0px #888;
    overflow: show;
    z-index: 99;
} 
.menu-board .menu {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-board .menu-board-split{
    display: block;
    position: absolute;
    background: rgba(200, 200, 200, 0.8);
    width: 80%;
    height: 1px;
    left: 0;
    right: 0;
    top: 60px;
    transform: scale(1, 0.6);
    margin: auto;
}
.menu-board .menu>div {
    display: block;
    float: left;
    width: 70px;
    height: 55px;
    margin: 0;
    padding: 0;
}
.menu-board .menu>div>div.menu_icon {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    left: 19.6px;
    right: 0;
    margin: 0;
    padding: 0;
    transform: scale(0.9);
    margin-top: 5px;
}

.menu-board .menu>div>span {
    display: block;
    position: relative;
    color: rgba(120, 120, 120, 1);
    top: -3px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    transform: scale(0.9);
}
.menu-board .menu>div.active .icon-brochure{
    background-size: cover;
    background-image: url(../thumb/images/brochure_hov.png);
  }
  
  .menu-board .menu>div.active .icon-radar{
    background-size: cover;
    background-image: url(../thumb/images/radar_hov.png);
  }
  .menu-board .menu>div.active .icon-copyright{
    background-size: cover;
    background-image: url(../thumb/images/copyright_hov.png.png);
  }
  
  .menu-board .menu>div.active>div.dianzi{
      background: url(../thumb/images/brochure_hov.png);
      background-size: cover;
  }
  .menu-board .menu>div>div.dianzi{
      background: url(../thumb/images/brochure.png);
      background-size: cover;
  }
  .menu-board .menu>div.active>div.hux{
      background: url(../thumb/images/iw-icon-location_hov.png);
      background-size: cover;
  }
  .menu-board .menu>div>div.hux{
      background: url(../thumb/images/iw-icon-location.png);
      background-size: cover;
  }
  .menu-board .button {
      display: block;
      position: absolute;
      width: 100%;
      height: 50px;
      padding: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 9990;
      border: none;
  }
  .menu-board .button div{
      display: block;
      float: left;
      width: 26px;
      height: 30px;
      margin: 8px 12px;
      padding: 0;
  }
.menu-board .button a.active .icon-music {
    background-size: cover;
    background-image: url(../thumb/images/music_.png);
}
.menu-board .button a.active .icon-gps {
    background-size: cover;
    background-image: url(../thumb/images/gps_.png);
}
.menu-board .button a.active .icon-http {
    background-size: cover;
    background-image: url(../thumb/images/web_.png);
}
.menu-board .button a.active .icon-phone {
    background-size: cover;
    background-image: url(../thumb/images/phone_.png);
}
.menu-board .button a.active .icon-music.active {
  background-size: cover;
  background-image: url(../thumb/images/music.png);
}
.icon-music audio {
    display: none;
}
/* <!-- 电子楼书样式 --> */

 .eqxiframe {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

@media screen and (min-width: 1200px) {
	.eqxiframe {
		margin-left: 50%;
		padding-top: 10%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.eqxiframe {
		margin-left: 50%;
		padding-top: 10%
	}
}

@media screen and (min-width: 768px) and (max-width:1023px) {
	.eqxiframe {
		margin-left: 30%;
		padding-top: 18%;
	}
}
 


.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) {
    .dialog_main{
        top: 0;
    }
    .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:100%;
	height:auto;
}
#div_pano{
	position:relative;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.3);
}
#pano{
	position:absolute;  
}
.button,button,li {
	margin-bottom: 0rem;
}
/* 评论列表 */
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;
}
.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){
    .dialog_main{
        width: 30%;
        bottom: 0;
    }
	#comments{
		padding:5px;
	}
	#comment_close span{
		font-size: 18px;
		padding: 0px 6px;
	}
	#iosWx img{
		width: 100%; 
	}
}
@media screen and (max-width:768px){
    
    .dialog_main{
        width: 100%;
        bottom: 0;
    }
    .button, button, li{
        margin-bottom: 0!important;
      }
      .main_chat {
        height: 90% !important;
        display: none;
    }
    .sethome ul.firstUl li:last-child{
        margin-bottom: 1rem !important;
    }
  
}
#dialog_wrap{
  /* width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; */
  /* background: rgba(0,0,0,0.6); */
  /* display: none;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 12%;
  z-index: 1; */

}
.dialog_main,#chats{
    width: 30%;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    overflow: hidden;
    height: 60%;
    position: fixed;
    right: 0;
    /* top: 0; */
    margin-top: 12%;
    display:none;
    z-index:1;
    /* pointer-events: none; */
}
#dialog_wrap .title{
  position: relative;
    color: #fff;
}
#dialog_wrap .title div{
  text-align: center;
  background-color: rgba(0,0,0,0);
    border-bottom: 3px solid rgba(245,245,245,0.4);
  line-height: 40px;
}
.addHome{
  height: 92%;
  display:none;
  color: #fff;
}

#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;
  top: 316.906px;
  right: 242px;
  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: 100%;
  float:left;
}
.sethome .firstUl{
  padding: 0 5%;
  width: 100%;
}
.sethome .firstUl li:first-child{
    padding: 10px 0;
}
.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%;
}
textarea:focus {
    outline: none;
　　border: 1px solid #ccc;/*跟进textarea背景颜色来定*/
}
.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;
  color: #fff;
}
.sethome ul li input::placeholder{
   color: #fff;
  }
.sethome ul li input:focus{
  border:0;
  background: none;
}
.sethome ul li input[type=text]:hover{
    background: none;
}
.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: 2px solid rgba(245,245,245,0.4);
  height: 100%;
  overflow-y: scroll;

}
.chater{
  border-bottom: 2px solid rgba(245,245,245,.4);;
  padding: 5px 0 5px 10px;
  display: flex;
  align-items: center;
  position: relative;

}
.headImg{
  width: 38px;
  margin-right: 10px;
}
.chater p{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.chater span{
  font-size: 12px;
  text-overflow: ellipsis;
    flex: 1;
    overflow: hidden;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}
.chater p img{
  width: 100%;
}
.chatBanner{
  width: 75%;
  
}
.chats{
  /* height: 75%; */
  height: 72%;/*改*/
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.chats::-webkit-scrollbar ,.chat_list::-webkit-scrollbar{
    width: 0px;
    height: 4px;
    background-color: rgba(0,0,0,0);
}
.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: 28%;
  border-top: 2px solid rgba(245,245,245,0.4);
  position: relative;
}
.textarea textarea{
  border: 0;
  width: 100%;
  /* height: 86%; */
  height: 62%;/*改*/
  resize: none;
  /* margin-top: 25px; */
  margin-top: 6px;/*改*/
  margin-bottom: 0;
  background: rgba(0,0,0,0);
  /* border-bottom: 2px solid rgba(245,245,245,0.4); */
  color: #fff;
}
.chats_item{
  padding: 5px 10px;
  margin-bottom:10px;
}
.chats_item p{
  color: #666!important;
}
.chat_img{
  width:30px;
  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;
   
}
.chats_item.rit>div>span{
    font-size: 12px;
    color: #fff;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
.chats_item.rit>div>p{
    font-size: 8px;
    color: #fff!important;
    margin-bottom: -0.5rem;
    background: rgba(0,0,0,0.4);
    padding: 8px;
    border-radius: 5px;
}
.chats_item>div>span{
    font-size: 12px;
    color: #fff;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
.chats_item>div>p{
    font-size: 8px;
    color: #fff!important;
    margin-bottom: -0.5rem;
    background: rgba(0,0,0,0.4);
    padding: 8px;
    border-radius: 5px;
}
.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;
  margin: 6px 10px;
}
.guan{
  position: absolute;
  left: 1px;
  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: 20px 50px;
  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_main{
        bottom: 0;
    }
    .chats{
        height: 66%;
    }
    .chats_item.rit>div>p{
        font-size: 12px;
        color: #fff!important;
        margin-bottom: -0.5rem;
    }
    .chats_item>div>p{
        font-size: 12px;
        color: #fff!important;
        margin-bottom: -0.5rem;
    }
    .chats_item.rit>div>span{
        font-size: 12px;
        color: #fff;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 4px;
    }
    .chats_item>div>span{
        font-size: 12px;
        color: #fff;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 4px;
    }
  #dialog_wrap{
    align-items: flex-end;
    margin-top: 0;
  }
  .dialog_main{
	width: 100%;
  }
  .homeTab>div{
	width: 86%;
  }
  .homeTab>div>div{
    width: 145px;
    line-height: 30px;
  }
  .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%; */
    height: 50%;/*改*/
	border-radius: 5px 5px 0px 0px;
  }
  .chat_list{
	width: 30%;
	border-right:2px solid rgba(245,245,245,0.4);
  }
  .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: 28%;/*改**/
  }
  .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;
    left:0;
    margin: 0 10px;
  }
  .guan{
	left: 1px;
	font-size: 12px;
  }
  .jiesanmain{
	padding: 10px 35px;
    width: 60%;
    z-index: 2;
  }
  .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; */
	width: initial;
	height:100%;
}
#start_tishi>.tishi_text{
	position: absolute;
	top: 10px;
	right: 37%;
	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: 100%;
		max-width: 100%;
		object-fit: cover;
		max-height: 100%;
	}
}	

.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: 0; 
}
.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%;
}
/*商品热点页面样式*/
@charset "UTF-8";
@font-face {
	font-family:'JDZhengHei-01-Regular';
	src: url('https://h5.m.jd.com/babelDiy/Zeus/2MBETYzzP8pjqcKGCPFxqomxUJ1x/plugin/JDZhengHei-01-Regular.ttf') format("truetype")
}
.swiper-container {
	/* height: 300px !important; */
	--swiper-theme-color: #ff6600;
	--swiper-pagination-color: #00ff33;
	/* 两种都可以 */
	background-color: #222;
}
.swiper-wrapper{
	font-size:0;
}
.swiper-pagination {
	text-align: right;
	color: #fff;
	background-color: #cccccc;
	border-radius: 10px 0 0 10px;
	right: 0;
	width: auto;
	margin-left: 86%;
	padding-right: 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: 16%!important;
}
.swiper-item {
	width: 100%;
}
.product_title {
	text-align: left;
	justify-content: space-between;
	padding: 10px;
	background-color: whitesmoke;
}
.product_left {
	font-weight: 700;
	line-height: 21px;
	padding-right: 0;
	color: #262626;
	font-size: 16px;
}
.contents {
	background-color: #ffffff;
	padding-bottom: 34px;
	overflow: hidden;
	/* height: 52%; */
	height: 65%;
	
	
}
.product_right {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-family: JDZhengHei-01-Regular !important;
}
.product_mainpic {
	width: 33%;
	margin: 10px 33.3% 0;
}
.product_contents {
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	padding: 2% 2% 50px 2%!important;
	overflow-y: hidden;
}
.product_contents::-webkit-scrollbar {
	display: none;
}
.product_contents img {
	width: 100% !important;
	max-width: 100%;
}
.contents::-webkit-scrollbar {
	display: none;
}
.product_contents video {
	width: 100% !important;
}
.footer {
	background-color: #fff;
	position: fixed;
	height: 60px;
	text-align: center;
	line-height: 40px;
	color: #222;
	bottom: 0;
	z-index: 1111;
	width: 100%;
}
.btn_item {
	display: inline-block;
	width: 30%;
	height: 30px;
	line-height: 30px;
	background: #f0f0f0;
	border-radius: 40px;
	font-family: PingFang SC-Regular;
	cursor: pointer;
	font-size: 12px;
	margin-top: 15px;
}
.btn_add {
	color: #000;
	margin-right: 8rem;
}
.btn_buy {
	text-decoration-line: none;
	background: linear-gradient(140deg, #fd5c37, #ee384d);
	color: #fff;
}
.swiper-slide video {
	width: 100%;
	object-fit: contain;
}
@media (min-width: 768px) {
	.shop{
		width: 500px !important;
		margin: auto;
		left:50% !important;
		transform: translateX(-50%);

	}
	.footer {
		width: 500px !important;
	}
	.swiper-container {
		/* height: 500px !important; */
		height: 281px !important;
	}
	.swiper-item {
		width: 100%;
		/*height: 500px !important;*/
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	.product_contents{
		padding: 2% 2% 0 2%!important;
		color: #222 !important;
	}
	/* .btn_top_close{
		top:40px !important;
	} */
}
.btn_close {
	border-radius: 0 0 0 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:36px;
	color: #fff;
	font-size: 15px;
	padding-left: 6px;
	margin-top: -18px;
	margin-right: -18px;
	background-color: #222;
}
.product_title_active {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	background-color: whitesmoke;
	border-radius: 10px 10px 0 0;
}
.btn_top_close {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 111111;
	background-color: #222;
	color: #fff;
	font-size: 16px;
	border-radius: 0 0 0 50px;
	height: 40px;
	width: 40px;
	padding-left: 6px;
	text-align: center;
	line-height: 30px;
}
.hide {
	display: none;
}
.main {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	overflow: hidden;
	z-index: 111;
	pointer-events: auto;
}
.scroll_content {
	height: 100%;
	overflow: scroll;
	padding-bottom: 94px;
}
.scroll_content::-webkit-scrollbar {
	display: none;
}
.shop{
	display:none;
	position:absolute;
	top: 0;
	left:0;
	bottom: 0;
}
.swiper-slide img{
	max-width:100%!important;
}
.product_contents p{
	color:#222 !important
}
.money1{
	font-weight:600;
	font-size:24px
}
.money2{
	font-weight:400;
	font-size:16px
}
.swiper-item2{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	    background-color: white;
}