/* 大标题 */
@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')
}


/*bananr样式*/
.banner-boxs{
	position: absolute;
	top: 0;
	right:0;
	left:136px;
	bottom:0;
	color: #fff;
}
.bananer_title{
	font-size: 70px;
	padding-top:160px;
	line-height: 41px;
	font-weight: bold;
	font-family: Roboto-Bold-3;
	color: #fff;
}
.bananer_describe{
	width: 100%;
	font-size: 32px;
	line-height: 33px;
	margin-top: 40px;
    font-family: Roboto-Bold-title;
}
.shopBtn{
    background: #FFF;
    width: 214px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #000;
    border-radius: 3px;
    margin-top: 60px;
    font-size: 17px;
    display: block;
    font-family: Roboto-Bold-3;
    display: inline-block;
    margin-right: 30px;
}
.wiimlogo::before {
	content: "";
	display: inline-block;
	width: 170px;
	height: 48px;
	background-image: url(../../img/brandStory/wiimLogo.svg);
	background-size: 145px;
	background-repeat: no-repeat;
}
.digital-logo{
	margin-top: 200px;
}
.digital{
	width: 80px;
	height: 105px;
	margin-right:43px;
}

/*Which WiiM Product is right for you?*/
/* .deviceCompare .miniWidth{
	width: 140px;
} */
.deviceCompare .WiiMwidth{
	width: 174px;
}
.audioAmptxt{
	font-size: 12px;
}
.which_three_boxs{
	display: flex;
    padding: 0 15px;
    align-items: center;
    height: 100%;
}
.three_left_text{
	width: 150px;
	text-align: left;
	font-family: Roboto-Bold-title;
}
.three_right_boxs{
	font-family: Roboto-Light-whiteDesc;
    width: calc(100% - 150px);
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: space-between;
}
.provided{
	text-align: center;
    height: 81px;
    border-bottom: 1px solid #ccc;
}
.provided .col-xs-3{
	padding: 0 30px;
}
.productList{
	padding-bottom: 0px;
    border: 1px solid #ccc;
}
.bgcolor{
	background-color: #ededed;
}
.compareTable{
	text-align: right;
	background: #fff;
	margin-bottom: 30px;
	margin-top:40px
}

.miniTable{
	display: none;
}
.titleSty_desc{
	margin-top:40px;
	font-size: 17px;
	color: #333333;
	text-align: center;
	font-family: Roboto-Light-whiteDesc;
}
.streamHi{
	position: relative;
	height: 845px;
}
.allContents img{
	width: 52px;
}
@media (max-width: 979px) { 
	
}
@media (max-width: 770px) {
	/*bananr样式*/
	.bananer_title{
		font-size: 70px;
		padding-top:150px;
	}
	
	
	
	/*Which WiiM Product is right for you*/
	.three_right_boxs{
		width: 100%;
	}
	.three_left_text{
		width: 0px;
	}
	.compareTable{
		display: none;
	}
	.miniTable{
		display: block;
		padding: 0px;
	}
	.mini_three_left_text{
		width: 250px;
		text-align: left;
		font-family: Roboto-Bold-title;
	}
	.titleSty{
		font-size: 30px;
	}
    
}
@media (max-width: 600px) {
	/*bananr样式*/
	.bananer_title{
		font-size: 50px;
		padding-top:130px;
	}
	.bananer_describe{
		width: 100%;
		margin-top:20px;
	}
	
	
	

}
@media only screen and (max-width: 480px){
	.provided .col-xs-3{
		padding: 0;
	}
	/*bananr样式*/
	.bananer_title{
		font-size: 32px;
		padding-top:50px;
	}
	.deviceCompare .miniWidth,.deviceCompare .WiiMwidth,.col-xs-4,.deviceCompare .col-xs-3{
		width: 100%;
	}
	.bananer_describe{
	    font-size: 16px;
	    line-height: 21px;
	    width: 100%;
	    margin: 18px 0 32px;
	}
	.streamHi{
		position: relative;
		height: 715px;
	}
	.digital-logo{
		text-align: left;
		padding:0 20px;
	}
	.digital{
		width: 46px;
		height: 60px;
		margin-right: 16px;
	}
	.digital-logo .hires{
		width: 50px;
		height: 50px;
	}
	.shopBtn{
	    width: 106px;
		height: 30px;
	    font-size: 12px;
	    line-height: 30px;
		background: #FFFFFF;
	    border-radius: 4px;
	    margin: 0px;
	}
	.banner-boxs{
		text-align: center;
		position: initial;
	}
	.wiimlogo::before{
		width: 86px;
	    height: 24px;
	    background-size: 73px;
	}
}