.grey{
	background: #fafafa;
}
.phone-number{
	line-height: 72px;
	color: #555;
	font-size: 16px;
}
.phone-number .num{
	margin: 0 10px;
}
.phone-number span{
	color: #0c3091;
	font-size: 24px;
}
.phone-number img{
	width: 30px;
	margin-right: 15px;
}
.red-warn{
	line-height: 74px;
	color: #c62121;
	font-size: 16px;
	border-top: 1px solid #dfdfdf;
}




.accept .btns{
	margin: 46px 0;
}
.accept .btns a{
	display: inline-block;
	width: 108px;
	height: 36px;
	line-height: 36px;
	background: #0c3091;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	margin: 0 30px;
}
.accept .btns a.look{
	color: #0c3091;
	border:1px solid #0c3091;
	background: none;
}




.accept .title{
	color: #000000;
	padding-bottom: 24px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ededed;
	/*font-size: 24px;*/
}
.accept-text{
	color: #555555;
	font-size: 16px;
	line-height: 30px;
}




@media (max-width: 768px){
.phone-number{
	flex-wrap: wrap;
}
.phone-number img {
    width: 20px;
    margin-right: 5px;
}
.phone-number .num {
    font-size: 14px;
}
.phone-number span {
    font-size: 16px;
}
}