.to{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.map-header {
	width: 100%;
	height: 55px;
	padding: 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
}
.map-logo {
	width: 110px;
	height: 45px;
	border-right: 1px solid #d9d9d9;
	padding-top: 10px;
	float: left;
}
.map-logo a {
	display: block;
	width: 60px;
	height: 30px;
	margin-left: 30px;
	background: url(/uploads/image/si/index_logo.png) no-repeat;
	background-size:100%;
}
.map-content{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.map-main{
	padding-top: 75px;
	width: 100%;
	height: 100%;
	position: relative;
}
.map-search{
	width: 350px;
	height: 55px;
	border-right: 1px solid #d9d9d9;
	padding-left: 30px;
	float: left;
}
.map-search input{
	border: none;
    background: url(/uploads/image/silist/searchicon.png) no-repeat;
    background-position: 0 19px;
    padding-left: 30px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: rgba(51,51,51,1);
    width: 300px;

}
.map-search input.map-search-inpact{
	background: url(/uploads/image/silist/searchiconhover.png) no-repeat;
	background-position: 0 19px;
	cursor: pointer;
}
.map-choice-box{
	height: 54px;
	float: left;
}
.map-choice,.map-cho-morebox{
	float: left;
	font-size:16px;
	color:rgba(51,51,51,1);
	line-height:55px;
	margin-left: 50px;
	cursor: pointer;
	position: relative;
}
.map-choice-icon{
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #999;
	margin-left: 9px;
}
.map-choice-icon-active{
	border-left:4px solid transparent!important;
    border-right:4px solid transparent!important;
    border-bottom:5px solid #8262bb;
    border-top:none
}
.map-main-list{
	width: 490px;
    margin-top: 50px;
    overflow-y: scroll;
	
}
.map-main-con{
	width: 100%;
	height: 100%;
	position: relative;
}

.map-main-list::-webkit-scrollbar{
    width: 4px;
    height: 16px;
    /*background-color: #f5f5f5;*/
}
.map-main-list::-webkit-scrollbar-button {
	display: none;
}
.map-main-list::-webkit-scrollbar-track {
	width: 4px;
	height: 100%;
	background: #fff
}
 .map-main-list::-webkit-scrollbar-thumb  {
 	width: 4px;
	height: 6px;
	background:rgba(223,222,222,1);
	border-radius: 4px 
 }

.map-mainlist-list{
	padding: 30px 0;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 30px;
}
.map-list-img{
	width:180px;
	height:146px; 
	float: left;
	border-radius: 2px;
}
.map-list-text{
	float: left;
	margin-left: 19px;
	width: 203px;
	height:146px; 
	overflow: hidden;
	position: relative;
}
.map-list-text h4{
	font-size:16px;
	color:rgba(51,51,51,1);
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 25px;
}
.map-list-text h4 a{
	color:rgba(51,51,51,1);
	margin-right: 10px;
}
.map-list-text h4 a:hover{
	color:rgba(121,93,171,1)
}
.map-list-text h4 span{
	background:rgba(248,145,68,1);
	opacity:0.85;
	border-radius: 2px ;
	color: #fff;
	padding: 3px 5px;
	font-size: 12px;
}
.map-listtext-p{
	font-size:12px;
	color:rgba(153,153,153,1);
	line-height:25px;
}
.map-listtext-lable{
	margin-top: 5px;
	height: 24px;
	overflow: hidden;
}
.map-listtext-lable span{
	display: inline-block;
    background: rgba(249,248,254,1);
    border-radius: 3px;
    font-size: 12px;
    color: rgba(121,93,171,1);
    padding: 0 9px;
    line-height: 24px;
    margin-right: 5px;
}
.map-listtext-price{
	font-size:13px;
	color:rgba(51,51,51,1);
	position: absolute;
	right: 0;
	top: 50%;
}
.map-listtext-price span{
	font-size:16px;
	font-weight: bold;
}

.map-mainlist-tab{
    width: 490px;
    height: 46px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    background: #fff;
    z-index: 10;
}
.map-mainlist-tab li{
	width: 120px;
    height: 44px;
    font-size: 14px;
    color: rgba(102,102,102,1);
    line-height: 44px;
    text-align: center;
    float: left;
    border-right: 1px solid #e6e6e6;
    cursor: pointer;
}
.map-mainlist-tab li:last-child{
	border: none
}
.map-mainlist-tab li i.xy-housetab-iconup {
    background-position: 0 1px;
}
.map-mainlist-tab li i{
	background: url(/uploads/image/silist/houseicon.png) no-repeat;
	display: inline-block;
	width:7px;
	height:12px; 
	margin-left: 7px;
}
.map-mainlist-tab li i.xy-housetab-iconup{
	background-position: 0 1px
}
.map-mainlist-tab li i.xy-housetab-icondown{
	background-position: -14px 0
}
.map-mainlist-tab li.xy-housetab-active,.map-mainlist-tab li:hover{
	background:rgba(250,250,250,1);
	color: #906bc8;
}
.map-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.4);
	top: 0;
	left:  0;
	z-index: 100;
	display: none;
}
.map-choice-list{
	position: absolute;
	top: 55px;
	left: -70px;
	width: 200px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	display: none;
}
.map-choice-list li{
	height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(51,51,51,1);
    cursor: pointer;
}
.map-choice-list li:hover{
	background: rgba(144,107,200,0.1);
    color: #754ab6;
}
.map-drop{
	width: 20px;
	height: 60px;
	background: url(/uploads/image/silist/listup.jpg);
	position: absolute;
	right: -20px;
	top: 50%;
	cursor: pointer;
}
.map-drop-ture{
	background: url(/uploads/image/silist/listdown.jpg);
}

.map-list-con{
	width: 490px;
    left: 0;
    top: 75px;
    background: #fff;
    position: absolute;
    z-index: 10;
}
.map-calendar{
	border:none;
	float: left;
    font-size: 16px;
    color: rgba(51,51,51,1);
    line-height: 55px;
    cursor: pointer;
    position: relative;
    width: 100px;
    text-align: right;
    padding-right: 10px; 
}
.map-calendar:-ms-input-placeholder{
    color: rgba(51,51,51,1);opacity:1;
}

.map-calendar::-webkit-input-placeholder{
    color: rgba(51,51,51,1);opacity:1;
}
.map-cho-more{
	position: absolute;
    top: 55px;
    left: -270px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    width: 610px;
    display: none;
}
.map-morelist-tit{
	font-size: 14px;
    color: rgba(34,34,34,1);
    line-height: 45px;
    padding: 5px 30px;
    float: left;
    font-weight: bold;
}
.map-morelist-cho a {
    display: inline-block;
    font-size: 14px;
    color: rgba(51,51,51,1);
    line-height: 45px;
    width: 100px;
}
.xy-select-check {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: rgba(255,255,255,1);
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    margin: 17px 6px 0 0;
    float: left;
}
.xy-select-check-true{
	background: url(/uploads/image/silist/selecttrue.png) no-repeat;
	width:13px;
	height:13px; 
	border: none
}
.map-morelist-cho{
	float: left;
	text-align: left;
	width: 520px;
}
.xy-selcon-delete {
    display: inline-block;
    line-height: 54px;
    background: url(/uploads/image/silist/delete.png) no-repeat;
    background-size: 11px 13px;
    font-size: 12px;
    color: rgba(102,102,102,1);
    padding-left: 18px;
    background-position: 0 21px;
    margin-left: 40px;
    cursor: pointer;
}
.map-more-btn{
	float: right;
}
.map-more-btn span{
	font-size: 14px;
	margin-right: 25px;
}
.map-more-btn span.map-more-btnact{
	color: rgba(121,93,171,1);
	font-weight: bold;
}


.xy-house-main,.map-mainlist-list{
	position: relative;
}
.vricon{
	position: absolute;
	bottom: 45px;
	left:16px;
	width: 32px;
	height: 32px;
}
.vr_animation_logo {
  	width: 50px;
	height: 50px;
	background-image: url(/uploads/image/si/vrlogo_animation.png);
	background-repeat: no-repeat;
	background-size: 3500px 50px;
	-webkit-animation: vr_animation_logo_keyframes 3s steps(69) 0.6s infinite;
	animation: vr_animation_logo_keyframes 3s steps(69) 0.6s infinite;
}
.vr_animation_logo {
		position: absolute;
		top: 50%;
		left:50%;
	  	-webkit-transform: translate(-50%,-50%) scale(.63);
	    transform: translate(-50%,-50%) scale(.63);
	}
	@-webkit-keyframes vr_animation_logo_keyframes {
	  0% {
	    background-position: 0 0
	  }

	  to {
	    background-position: -3450px 0
	  }
	}

	@keyframes vr_animation_logo_keyframes {
	  0% {
	    background-position: 0 0
	  }

	  to {
	    background-position: -3450px 0
	  }
}