.backg{
	position: relative;
	width: 100%;
	height: 25rem;
	z-index: 1;
}

.ser-bar{
	width: 100%;
	display: flex;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.ser-bar>div{
	padding: 18px 12px;
	cursor: pointer;
	/* border: 1px solid red ; */
}
.ser-bar>div>a{
	color: #333;
	padding: 15px 12px;
	text-decoration: none;
	font-size: 14px;
}
.ser-bar>div>a:hover{
	border-bottom: 3px solid #2276fc;
	color: #2276fc;
}


.specification{
	width: 100%;
	display: flex;
	justify-content: center;
}

table{
	width: 80%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 50px;
	position: relative;
	margin-bottom: 50px;
}

th{
	color: #fff;
	background-color: #2276fc;
	border-collapse: collapse;
	border: 1px solid #eee;
	padding: 15px;
	line-height: 16px;
	font-size: 16px;
}
td{
	font-size: 14px;
	color: #333;
	line-height: 14px;
	padding: 15px;
	text-align: center;
	border: 1px solid #eee;
}
td>a{
	text-decoration: none;
	color: #333;
}
td:hover{
	color: #2276fc;
	td>a{color: #2276fc;};
}

/* 技术支持 */
.support{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.support>div{
	padding: 50px 5px 20px 5px;
}


.supportCon{
	display: flex;
	justify-content: center;
	align-items: center;
}
.supportCon>div{
	width:80%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	padding: 30px;
	display: flex;
}

.conus{
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	/* background-color: rgba(0, 0, 0, .02); */
}

.coninfo{
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.conus>p{
	font-size: 24px;
	color: #2276fc;
	padding: 10px;
}

.con{
	width: 80%;
	padding: 5px ;
	display: flex;
	align-items: center;
}
.con>img{
	width: 10%;
}
.con>p{
	width: 90%;
}


.usrinfo{
	display: flex;
}


.repair{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding: 50px; */
}
.repair>div{
	padding: 50px 5px 20px 5px;
}



.repairForm{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

#app2 .form{
	width:80%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	padding: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.repairRes{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 30px;
	
	/* background-color: #2276fc; */
}
.repairRes>a{
	padding: 10px;
	cursor: pointer;
	font-style: italic;
	color: #333;
	text-decoration: none;
	
}

#app2{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.username{
	/* border: 1px solid red; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-textarea__inner{
	height: 100px;
}