/* 大标题 */
@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')
}


/*顶部 bananer*/
.topBananer{
	position: relative;
	margin-top: 60px;
	/*background-image: url(../img/newBanan.webp);*/
	background-image:url(../img/mini-banner.webp);
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bananDiv_center{
	position: absolute;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	color: #000;
}
.bananDiv_textBox{
	position: relative;
	top:calc(50% - 65px);
}
.bananDiv_textBox_title{
	font-size: 40px;
	color:#fff;
	font-weight:bold;
	margin-bottom: 30px;
	font-family: Roboto-Bold-3;
}
.fileBoxs{
	padding-right: 40px;
}
.fileBoxs img{
	position: relative;
	top: -2px;
	padding-right: 5px;
}
.fileName{
	text-decoration: underline;
	color: #fff;
	font-size: 16px;
	font-family: Roboto-Regular-blackRule;
}


/*首页文字*/
.bananer_text{
    font-size: 40px;
    font-weight: bold;
	padding-left: 25px;
	color: #fff;
	margin-top: 160px;
}



/* main 标题*/
.support-title{
	text-align: center;
	padding:60px 0;
	font-family: Roboto-Bold-3;
}
/* main 标题文字*/
.titleSty{
	font-size: 33px;
	font-weight: bold;
	color: #333333;
	font-family: Roboto-Bold-3;
}
/* Mini 橱窗样式 */
.deviceList{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	padding-bottom: 40px;
}
.no_content{
	justify-content:none;
}
.deviceList_boxs{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.deviceList_boxs .text_boxs{
	position: relative;
    width: 40%;

}
.deviceList_boxs .text_p{
	position: absolute;
	top: calc(50% - 50px);
}
.deviceList_boxs .text_desc{
	font-size: 24px;
	color: #333;
	text-decoration: blink;
	font-weight: bold;
	font-family: Roboto-Bold-3;
}
.deviceList_boxs .text_desc+p{
	font-size: 17px;
	font-family: Roboto-Light-whiteDesc;
}
.deviceList_boxs .text_link{
	font-size: 14px;
	color: #01B28E;
	text-decoration: blink;
	margin-top: 15px;
	font-family: Roboto-Light-whiteDesc;
}
.text_link a{
	color: #01B28E;
    text-decoration: revert;
}
/* 橱窗窗口文本样式控制 */
.readyBoxs,.issueBoxs{
	text-align: center;
	padding:20px;
}
.readyBoxs img{
	width: 100%;
}
.issueBoxs img{
	width: 70px;
}
/* 橱窗窗口的鼠标悬浮样式 */
.deviceList-boxs:hover .deviceList-title{
	color: #01B28E !important;
}
/* 单个窗口的样式  */
.deviceList-boxs{
	border-radius: 10px;
	overflow: hidden;
	max-width: 220px;
    margin: auto;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 8%);
}
/* 橱窗商品的展示框设置  */
.deviceList-imgboxs{
	width: 4.5rem;
	height: 4.5rem;
	margin: auto;
	margin-top: 30px;
}

/* 橱窗文本展示 */
.deviceList-title{
    font-size: 18px;
    color: #333;
    height: 60px;
    line-height: 60px;
    margin: 17px 0 15px;
    font-family: Roboto-Bold-title;
}
/*Issue 文本设置*/
.Issue-title{
	margin-top:20px;
	font-size: 16px;
	color: #000;
	font-family: Roboto-Light-whiteDesc;
}
/* contactUs 盒子*/
.contactUs{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 67px 0 16px 0px;
    text-align: center;
}
/* contactUs 标题文字设置*/
.contactUs_title{
	font-size: 40px;
	color: #1b1b1b;
	font-weight: bold;
	text-align: left;
	font-family: Roboto-Bold-3;
}
.contactUs_desc{
	font-family: Roboto-Light-whiteDesc;
}
.contactUs a{
	color:#fff !important;
}
/* contactUs 链接设置*/
.contactUs-link{
	width: 175px;
	font-size: 20px;
	border-radius: 50px;
	border: 2px solid #000;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	margin: auto;
	margin-top: 10px;
	background: #000;
	color: #fff;
	font-family: Roboto-Regular-blackRule;
}
.contactUs-link:hover{
	color: #01B28E;
}
.w-170{
	width: 250px;
}
.contactUs-icon{
	width: 22px;
    position: relative;
    top: -1px;
    left: 14px;
}
.hideSteam{
	display: none;
}
@media (max-width: 1280px){

}
@media (max-width: 979px){
	.topBananer{
		background-image:url(../img/banner_minisupport_ipad.webp);
	}
	.bananDiv_textBox {
	    top: 45px;
    	text-align: center;
	}
	.fileBoxs{
		padding-right: 0;
		padding-left: 18px;	
	}
	.bananer_text{
		padding-left: 0px;	
	}
}
@media (max-width: 767px) { 
	.topBananer{
		background-image:url(../img/banner_minisupport_iphone.webp);
	}
	/* 背景色文字 */
	.bananDiv_textBox_title{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.topBananer,.bananer_text{
		height: 400px;
	}
	.bananer_text{
		padding-left: 0px;
	}
	/*get ready */
	.deviceList-imgboxs{
		height: 3.5rem;
	}
	.deviceList-title{
		height: 40px;
		line-height: 40px;
	}
	
	.iconList4 .col-xs-3 a>img{
		width: 75px;
	}
	.col-xs-6 img{
		max-width: 500px;
	}
	.deviceList_boxs .text_boxs{
		width: 100%;
		margin-top: 50px;
	}
	.ssss{
		display: none;
	}
	.hideSteam{
		display: block;
		padding-bottom: 115px;
	}
	.text_p::active{
		content: " ";
		display: block;
		clear: both;
	}
	.contactUs{
		margin-bottom: 40px;
	}
	.contactUs-link{
		font-size: 13px;
    	padding: 8px;	
    	width: 115px;
	}
	.w-170{
		width:170px;
	}
}
@media (max-width: 780px) { 
	.col-xs-4{
		width: 50%;
	}

}
@media (max-width: 600px) { 
	.bananer_text{
		padding-left: 0px;
	}
}
@media only screen and (max-width: 480px){
	/*标题文字*/
	.fileBoxs{
		padding-right: 5px;
	}
	.fileName{
		font-size: 12px;
	}
	.fileBoxs img{
		top: 0px;
		padding-right:0px
	}
	.col-xs-6{
		width: 100%;
	}
	.iconList4 .col-xs-3 a>img{
		width:60px;
	}
	.titleSty{
		font-size: 27px;
	}
	/*get ready */
	.deviceList-title{
		height: 27px;
		line-height: 27px;
		font-size: 14px;
	}
	.deviceList_boxs .text_p{
		position: relative;
	}
	.hideSteam{
		padding-bottom: 0px;	
	}
	
}