/* 大标题 */
@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')
}
.logo-txt{
	display: flex;
	justify-content: space-evenly;
	font-size: 23px;
	color: #333333;
	font-family: Roboto-Bold-3;
	padding-bottom: 20px;
}
#dragSpin{
	display: none;
	z-index: 999999;
}
.logo-title{
	text-align: center;
	padding: 120px 0 20px;
}
#open-devie{
	cursor: pointer;
}
.barrier-bg{
	width: 100%;
	height:100vh;
	background: #000;
	opacity:0.5;
	position: fixed;
	top: 0;
	z-index: 9999;
}
.barrier-bed{
	width: 100%;
	height:100vh;
	position: fixed;
	top: 0;
	z-index: 999999;
    opacity: 1;
    background: none;
}
.barrier-bed-boxs{
	width: 814px;
	height: 720px;
	background: #FFFFFF;
	box-shadow: 0px 0px 26px 6px rgba(0,0,0,0.13);
	border-radius: 32px;
	border: 2px solid #F0F0F0;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.barrier-embedded{
	position: relative;
    height: 100%;
}
.barrier-title{
    font-family: Roboto-Medium-12;
    width: 169px;
    height: 78px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    margin: auto;
    padding-top: 45px;
    margin-bottom: 65px;
    text-align: center;
}
#barrier-close{
    position: absolute;
    top: -9px;
    right: -15px;
    box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 20%);
    border-radius: 50%;
    cursor: pointer;
}
.spinner-style{
	height: 420px;
	width: 450px;
	margin: auto;
}
.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: 205px;
	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;
}
.SpecsMain .form .rightContent .content{
	padding-left: 20px;
}
.content-device img{

}
.amp-icon{
	display: block;
}
.amp-icon-left:before{
	content:'';
	width: 28px;
	height: 28px;
	background: #E3E4E6;
	display: inline-block;
	border-radius: 28px;
	position: relative;
    left: -14px;
    top: 8px;
    font-family: Roboto-Regular-blackRule;
}
.amp-icon-right:before{
	content:'';
	width: 28px;
	height: 28px;
	background: #7D7E80;
	display: inline-block;
	border-radius: 28px;
	position: relative;
    left: -14px;
    top: 8px;
	font-family: Roboto-Regular-blackRule;
}
.iconBoxs{
	text-align: center;
	font-size: 17px;
}
.iconBoxs div{
	width: 30%;
}
.iconBoxs div>img{
	width: 40px;
}
.iconBoxs div>p{
	padding-top: 10px;
}
.devicePositi{
	position: relative;
	top: -34px;
	text-align: center;
}
 .ipone-show{
 	display: none;
 }
 /*当右边分成两列的时候*/
.rightContent .partition{
	display: flex;
}
.partition .content{
	width: 50%;
	padding-left: 0px !important;
}
.partition .content p{
	font-family: Roboto-Bold-title;
	color:#333333;
}
.partition .content p span{
	font-family: Roboto-Light-whiteDesc;
}
/*响应式*/
@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;
	}
	.ipone-show{
		display: block;
	}
	.ipone-hide{
		display: none;
	}
	.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 .partition{
		justify-content: space-between;
	}
	.partition .content{
		width: 170px;
		padding-left: 0px !important;
	}
	.partition-device{
		flex-direction: column;
	}
	.content-device{
		padding: 20px 0;
		width: 100% !important;
		text-align: center;
	}
	.rightContent{
		margin-top: 0px;
	}
	.SpecsMain .form .rows{
		padding: 40px 0;
	}
}