@import url("./common.css");
/* 售后服务与支持 */
.in-other-nav{
	width: 100%;
	background: #fff;
	height: 60px;
	overflow: hidden;
}
.container{
	margin: auto;
	position: relative;
	z-index: 3;
	width: 1200px;
}
.left{
	float: left;
}
.in-l li{
	float: left;
	margin-right: 45px;
	line-height: 60px;
}
.in-l li a:before{
	content: "";
	display: block;
	width: 6px;
	height: 1px;
	background: #b72024;
	position: absolute;
	left: 10px;
	top: 50%;
	transition: eas .65s;
}
.in-l li a{
	padding: 5px 10px 5px 25px;
	color: #333;
	position: relative;
}
.in-l li a::after{
	content: "";
	display: block;
	width: 0px;
	height: 1px;
	background: #b72024;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transition: eas .65s;
}
.ser_r{
	line-height: 60px;
	color: #666;
}
.ser_r a{
	color: #666;
}
.right{
	float: right;
}
.clearfix::after{
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.in_container{
	background:#fff;
	box-shadow: 0 0 18px rgb(12 3 6 /19%);
	padding: 60px;
}
.in-h{
	margin-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}
.in-h::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 12px;
	display: block;
	background-color: #006FC6;
}
.in-h b{
	font-size: 18px;
	color: #333333;
	margin-left: 15px;
	position: relative;
	top: -15px;
}
.panel{
	border: 1px solid rgba(94, 173, 243, 0.8);
}
.panel-info .panel-heading{
	background-color:  rgba(94, 173, 243, 0.8);
	color: #fff;
}
.media{
	padding: 30px;
	border-bottom: 1px dashed #e1e1e1;
}
.media h4{
	font-size: 16px;
	color: #333;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: ease .65s;
}
.media span{
	line-height: 24px;
	color: #888888;
	margin-top: 20px;
	height: 48px;
	overflow: hidden;
}
.media-body{
	width:80%;
	padding: 40px;
}