/*体验中心展示*/
.Scene_tab_content{
	margin: 1.2rem auto 0.4rem auto;
}
.UIOT_experience_tab{
	
}
.UIOT_experience_title li{
	width: 2.13rem;
	height: 2.08rem;
	margin: 0.2rem 0;
	background-color: #eee!important;
}
.UIOT_experience_title li a:hover{
	background-color: transparent;
	cursor: pointer;
}
/*报名实地体验智能场景*/
.header_spot{
	text-align: center;
	margin: 0.3rem auto 0.2rem auto;
	width: 10rem;
	font-weight: 500;
	font-size: 0.28rem;
	letter-spacing: 0.02rem;
	color: #333;
}
.Scene_spot_form{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/Experience_bkg.png);
	height: 5.14rem;
	background-color: #eee;
	position: relative;
	margin-bottom: 0.8rem;
}
.Scene_spot_form_mask{
	position: relative;
	width: 16rem;
	height: 5.14rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,0.7);
}
#Scene_form{
	display: block;
	width: 5rem;
	height: 2.5rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#Scene_form input{
	width: 80%;
	height: 0.3rem;
	display: block;
	color: #fff;
	margin: 0 auto 0.1rem auto;
	background: none;
}
#Scene_form button{
	width: 85%;
	display: block;
	margin: 0 auto;
	height: 0.4rem;
	border-radius: 0rem;
}
#Scene_form .help-block{
	width: 85%;
    font-size: 0.13rem;
    display: block;
    margin: -0.1rem auto 0 auto;
}
#UserText{
	padding-bottom: 0.45rem;
}
.tab_header{
	font-size: 0.2rem;
	letter-spacing: 0.015rem;
	color: #333;
	width: 10rem;
	margin: 0.2rem auto;
	text-align: center;
}
.UIOT_experience_tab .nav-tabs{
	border: none;
	margin-bottom: 0.5rem;
}
.UIOT_experience_tab .nav-tabs>li>a{
	width: 100%;
	height: 100%;
	border-radius: 0rem;
	padding: 0rem;
	border: none;
}
.UIOT_experience_tab .nav-tabs>li>a:hover,.UIOT_experience_tab .nav-tabs>li:hover{
	border: none;
	box-shadow: none;
	background-color: transparent;
}
.num{
	width: 1.8rem;
	height: 0.4rem;
	color: #333;
	font-size: 0.15rem;
	letter-spacing: 0.02rem;
	line-height: 0.4rem;
	margin:0.4rem auto 0.2rem auto;
	position: relative;
	text-align: center;
	background-color: #fff;
	display: block;
}
.num:hover{
	color: #fff;
	background:none;
}
.UIOT_experience_title li{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.UIOT_experience_title li:nth-child(1){
	background-image: url(../img/UIOT_Whole_house01.png);
}
.UIOT_experience_title li:nth-child(2){
	background-image: url(../img/UIOT_Whole_house02.png);
}
.UIOT_experience_title li:nth-child(3){
	background-image: url(../img/UIOT_Whole_house03.png);
}
.UIOT_experience_title li:nth-child(4){
	background-image: url(../img/UIOT_Whole_house04.png);
}
.UIOT_experience_title li:nth-child(5){
	background-image: url(../img/UIOT_Whole_house05.png);
}
.UIOT_experience_title li:nth-child(6){
	background-image: url(../img/UIOT_Whole_house06.png);
}
.UIOT_experience_tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color: transparent!important;
}
.UIOT_experience_title li a{
	position: relative;
}
.UIOT_experience_title li a span{
	display: block;
	width: 2.13rem;
	height: 2.08rem;
	color: #fff;
	line-height: 2.08rem;
	background: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 0.17rem;
	letter-spacing: 0.015rem;
}
.UIOT_experience_title li.active a span{
	display: none;
}
/*场景切换内容*/
.Scene_pattern{
	width: 2.6rem;
	height: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #F0F1F2;
}
.Scene_pattern li{
	width:1.6rem;
	cursor: pointer;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	color: #333;
	font-size: 0.18rem;
	margin: 0.05rem auto;
	border-bottom: 1px solid #F0F1F2;
}
.Scene_step{
	width: 4.5rem;
	height: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #A6E1EC;
}
.Scene_step li{
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	color: #333;
	font-size: 0.18rem;
	margin: 0.05rem auto;
}
.Scene_show{
	width: 8rem;
	height: 4rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/intelligent/img102.jpg);
}
