/* 大标题 */
@font-face{
	font-family: Roboto-Bold-3;
	src: url('../font/newRoboto/Roboto-Bold-3.ttf')
}
/* 新-标题 */
@font-face{
	font-family: Roboto-Bold-title;
	src: url('../font/roboto/Roboto-Bold-3.ttf')
}
/* 新-描述细体 */
@font-face{
	font-family: Roboto-Light-whiteDesc;
	src: url('../font/newRoboto/Roboto-Light-10.ttf')
}
/* */
@font-face{
	font-family: Roboto-Medium-12;
	src: url('../font/roboto/Roboto-Medium-12.ttf')
}
/* 黑背景下 描述 使用常规字体 */
@font-face{
	font-family: Roboto-Regular-blackRule;
	src: url('../font/roboto/Roboto-Regular-blackRule.ttf')
}
.spinner-style{
	height: 500px;
	width: 400px;
	margin: auto;
}
h2{
	font-size: 21px;
}
/*360°旋转*/
.threesixty .threesixty_images img{
	width: 400px;
}
/*360 自动播放的logo*/
.threesixty .nav_bar a{
	/*background: url(../img/airplay2.webp) no-repeat;*/
}
/*360-previous*/
.threesixty .nav_bar a.nav_bar_previous{
	display: none;
}
/*360-next*/
.threesixty .nav_bar a.nav_bar_next{
	display: none;
}


.specs_title{
	width: 100% !important;
	font-size: 37px;
	font-weight: bold;
	padding-bottom: 45px;
	font-family: Roboto-Bold-3;
}
.SpecsMain{
	width: 100%;
}
.SpecsMain .displayArea{
	max-width: 1020px;
	margin: auto;
}
.SpecsMain .displayArea>.title{
	position: relative;
	height: 163px;
	z-index: 1;
}
.SpecsMain .displayArea>.title img{
	width: 90px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
/*表单内行高间距*/
.SpecsMain .form .rows{
	padding: 60px 0;
}
.SpecsMain .form .rows:after{
	display: block;
	content: '';
	clear: both;
}
/*表单内 左边字段样式*/
.SpecsMain .form .leftTitle{
	width: 200px;
	font-size: 21px;
	font-weight: bold;
	color: #333;
	line-height: 29px;
	float: left;
	font-family: Roboto-Bold-title;
}
.SpecsMain .form .rightContent{
	width: calc(100% - 250px);
	font-size: 15px;
	font-weight: 300;
	color: #666666;
	line-height: 29px;
	float: right;
	font-family: Roboto-Light-whiteDesc;
}
.SpecsMain .form .rightContent .title{
	font-weight: bold;
	color: #333;
	font-family: Roboto-Bold-title;
}
.SpecsMain .form .rightContent .content{
	padding-left: 20px;
}
.rightContent > img{
	margin-top: 29px;
	width:410px;
}
.device_label{
	font-weight: bold;
	color: #333;
	padding-top: 30px;
	font-family: Roboto-Bold-title;
}
.device_label span{
	color: #666;
	font-weight: 100;
	font-family: Roboto-Light-whiteDesc;
}
.iconBoxs{
	text-align: center;
	font-size: 17px;
}
.iconBoxs div{
	width: 30%;
}
.iconBoxs div>img{
	width: 40px;
}
.iconBoxs div>p{
	padding-top: 10px;
	font-family: Roboto-Light-whiteDesc;
}
.devicePositi{
	position: relative;
	top: -34px;
	text-align: center;
}

/*响应式*/
@media (min-width: 980px){
	
}
@media (min-width: 768px) and (max-width: 979px) {
	
	/*FAQS*/
	.faqsText{
		width: 100%;
	}
}
@media (max-width: 767px) { 
	.twoUlPad{
		padding-right:70px;
	} 
	
	.twoHeader ul{
		float:none;
		text-align: center;
	}
	.topBananer{
		height: 500px;
	}
	.bananer_title{
		padding-top: 144PX;
	}
	
	.SpecsMain .form .leftTitle{
		width: 100%;
		text-align: left;	
	}
	.devicePositi{
		top: 0px;
	}
	/*设备*/
	.SpecsMain .form .rightContent{
		width: 100%;
	}
}
@media (max-width: 600px) {
	.twoUlPad{
		padding-right: 45px;
	} 
	
	.twoHeader ul{
		float:none;
		text-align: center;
	}
	
	.topBananer{
		height: 500px;
	}
	.bananer_title{
		padding-top: 144PX;
	}
	
	/*Intelligent assistant*/
	.assistant{
		font-size: 50px;
    	line-height: 48px;
	}
	.intelligent{
		height: 1100px;
	}
	.alexaHide{
		opacity: 1;
	}
	.stickyImg{
		display: none;
	}
}
@media only screen and (max-width: 480px){
	.spinner-style{
		width: 100%;
		height: 430px;
	}
	.threesixty .threesixty_images img{
		width: 100%;
	}
	.topBananer{
		height: 400px;
	}
	.bananer_title{
		padding-top: 86px;
	}
	
	.twoHeader ul{
		float:none;
		text-align: center;
	}
	
	/**/
	.overview-sound-handoff{
		left: 63%;
	}
	
	/*all Content*/
	.allContents{
		width: 50%;
	}
	/*Intelligent assistant*/
	.intelligent{
		height: 1190px;
	}
	.assistant{
		font-size: 50px;
    	line-height: 48px;
	}
	.alexaHide{
		opacity: 1;
	}
	.stickyImg{
		display: none;
	}
	.rightContent > img{
		margin-top: 29px;
		width:100%;
	}
}