/* 启动页 */
.loading {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../img/welcome-bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	z-index: 99999;
}

.loading .progress-box {
	width: 7rem;
	height: .25rem;
	border-radius: .15rem;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .5);
	position: fixed;
	left: 50%;
	margin-left: -3.5rem;
	top: 83.2vh;
}
.loading .progress-box .gres {
	width: 0%;
	height: .25rem;
	background-color: #5C709E;
}
.loading .progressN {
	width: 100%;
	height: 1rem;
	font-size: .5rem;
	color: #363636;
	line-height: 1rem;
	text-align: center;
	position: fixed;
	left: 0;
	top: 80vh;
}


.wel-logo{
	width: 6.4rem;
	position: fixed;
	left: 50%;
	margin-left: -3.2rem;
	bottom: 8vh;
}
.wel-txt{
	width: 1.2rem;
	position: fixed;
	right: 5.6rem;
	top: 9vh;
}
.wel-txt.txt2{
	left: 5.6rem;
	top: 53vh;
}

.Phxjs {
	width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: url(../img/bqxx-bg.jpg) no-repeat center top;
	background-size: 100% 100%;
}
.hide {
	visibility: hidden;
	position: absolute;
	z-index: -1;
	/* height: 0; */
}

.tk-con {
	display: none;
	width: 100%;
    height: auto;
	background: #000000 url(../img/load-txt.png) no-repeat center center;
	background-size: 1.93rem 1.08rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0rem;
	z-index: 9999;
}
.tk-con .hxjs-close{
	display: block;
	width: 3.2rem;
	position: absolute;
	right: .25rem;
	bottom: 30vh;
	z-index: 3;
}

#iframe {
	width: 100%;
    height: auto;
	/* background: #000000 url(../img/load-txt.png) no-repeat center center;
	background-size: 1.93rem 1.08rem; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0rem;
}

.player_audio {
    color: #fff;
    position: fixed;
    right: .45rem;
    top: 2rem;
    display: block;
    z-index: 9999;
    width: 22px;
    height: 22px;
    background-position: center;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-image: url(../img/mstop.gif);
    transform: rotate(-90deg);
    background-color: rgba(0,0,0,.3);
    border-radius: 3px;
    pointer-events: auto;
    -webkit-pointer-events: auto;
}

.player_audio.play {
    background-image: url(../img/mplay.gif);
}

/* 三维景观 */
.swjg-con {
	width: 100%;
	height: auto;
	background: url(../img/bqxx-bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.swjg-con .tabPro .hd {
	width: 100%;
	height: 1.45rem;
	padding: 0 0 0 5.55rem;
	position: fixed;
	left: 0;
	top: .5rem;
	z-index: 9999;
}
.tabPro .hd ul li {
    float: left;
    width: 3.75rem;
    height: 1.45rem;
    display: block;
    margin: 0 .1rem 0 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 1;
}
.tabPro .hd ul a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.tabPro .hd ul li:nth-child(1) {
	background-image: url(../img/xmsp-nav1.png);
}
.tabPro .hd ul li:nth-child(2) {
	background-image: url(../img/xmsp-nav2.png);
}
.tabPro .hd ul li.on:nth-child(1) {
	background-image: url(../img/xmsp-nav1-on.png);
}
.tabPro .hd ul li.on:nth-child(2) {
	background-image: url(../img/xmsp-nav2-on.png);
}

.qjsp-con {
	width: 100%;
	height: auto;
	background: url(../img/bqxx-bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.qjsp-con .tips-img {
	width: 2.8rem;
	position: fixed;
	left: 50%;
	margin-left: -1.4rem;
	bottom: 2.8rem;
	z-index: 11;
}
.qjsp-con .qjqw-box {
	width: auto;
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	position: relative;
}
.qjsp-con .qjqw-box img {
	height: 100%;
	width: auto;
	max-width: initial;
}
.qjsp-con .qjqw-box img.touch {
	height: 100%;
	width: auto;
	max-width: initial;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-45%);
}

/* 项目沙盘 */
.xmsp-con{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0rem;
}
.xmsp-con .tab_menu{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.tab_menu .nav_list{
	width: 3.8rem;
	overflow: hidden;
	position: absolute;
	right: .3rem;
	bottom: 2.8rem;
	z-index: 9;
}
.tab_menu .nav_list li{
	width: 100%;
	height: 1.3rem;
	margin-bottom: .6rem;
}
.tab_menu .nav_list li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% 100%;
}
.tab_menu .nav_list li:nth-child(1) a{
	background-image: url(../img/xmsp-btn1.png);
}
.tab_menu .nav_list li:nth-child(2) a{
	background-image: url(../img/xmsp-btn2.png);
}
.tab_menu .nav_list li:nth-child(3) a{
	background-image: url(../img/xmsp-btn3.png);
}

.tab_menu .nav_list li.on:nth-child(1) a{
	background-image: url(../img/xmsp-btn1-on.png);
}
.tab_menu .nav_list li.on:nth-child(2) a{
	background-image: url(../img/xmsp-btn2-on.png);
}
.tab_menu .nav_list li.on:nth-child(3) a{
	background-image: url(../img/xmsp-btn3-on.png);
}

.video-tk{
	display: none;
	width: 100%;
	position: relative;
	z-index: 1000;
}
.mask{
	display: none;
	width: 100%;
	background-color: rgba(0, 0, 0, .65);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.video-tk .close-btn{
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	position: fixed;
	right: .5rem;
	top: 8rem;
	z-index: 1100;
}
.video-tk .psVideo-shade{
	bottom: 0;
}

/* 户型鉴赏 */
.hxjs-con {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

.hxjs-con .fac-logo {
	width: 2.75rem;
	position: absolute;
	top: .5rem;
	left: .75rem;
}

.hxjs-con .swiper-container {
	width: 100%;
	height: 100%;
	padding: 0;
}
.hxjs-con .swiper-container.swiper-container-h .swiper-slide {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.hxjs-con .swiper-container.swiper-container-v1 .swiper-slide,
.hxjs-con .swiper-container.swiper-container-v2 .swiper-slide{
	width: 100%;
	height: 36.2rem;
	position: relative;
}


.hxjs-con .hxjs-info {
	width: 100%;
	position: relative;
}
.hxjs-con .hxjs-info .hx-img {
	width: 100%;
	margin: 0 auto;
}

.hxjs-con .hxjs-btn{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 4.37rem;
	position: absolute;
	left: 0;
	top: 24.85rem;
	z-index: 99;
}
.hxjs-con .hxjs-btn .a-btn{
	display: block;
	float: left;
	width: 4rem;
	margin: 0 .7rem;
}

.hxjs-info .arrow {
	width: .8rem;
	position: absolute;
	left: 50%;
	margin-left: -.4rem;
	top: 90vh;
	z-index: 11;
	-webkit-animation: rightan 1.6s infinite;
	-webkit-animation-fill-mode: both;
}

#pagination1 {
    width: 100%;
	height: 1.45rem;
	padding: 0 0 0 5.55rem;
	/* background: url(../img/hx1-navBg.png) no-repeat center top;
	background-size: 100% 100%; */
	position: absolute;
	left: 0;
	top: .5rem;
}
#pagination1 .swiper-pagination-bullet {
	float: left;
    width: 3.75rem;
    height: 1.45rem;
    display: block;
	margin: 0 .1rem 0 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%; 
    opacity: 1;
}
#pagination1 span:nth-child(1){
	background-image: url(../img/xmsp-nav1.png);
}
#pagination1 span:nth-child(2){
	background-image: url(../img/xmsp-nav2.png);
}

#pagination1 span:nth-child(1).swiper-pagination-bullet-active{
	background-image: url(../img/xmsp-nav1-on.png);
}
#pagination1 span:nth-child(2).swiper-pagination-bullet-active{
	background-image: url(../img/xmsp-nav2-on.png);
}

.swiper-container-vertical>.swiper-pagination-bullets {
	top: 3.3rem;
	right: .7rem;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: .3rem 0;
}
.dot .swiper-pagination-bullet {
	width: .35rem;
	height: .35rem;
	background: rgba(91, 104, 108, .36);
	opacity: 1;
}
.dot .swiper-pagination-bullet-active {
	background: rgba(36, 194, 202, 1);
}
