 .watch-security{
	 width:100%;
	 max-width:700px;
	 background:#fff;
	 padding-top:2rem;
	}
.watch-security img{
	 width:100%;
	}
.watch-security .secbtn{
	display:flex;
	flex-wrap: nowrap;
	margin: 0.5rem;
	}
.watch-security .secbtn li{
	width:100%;
	}
.watch-security .secbtn a{
	display:block;
	background:#ccc;
	margin: 0 0.2rem;
	padding: .5rem;
	text-align:center;
	border:2px solid #9b9b9b;
	height: 100%;
	line-height:1rem;
	}
.watch-security div.point1,div.point2,div.point3{
	margin-bottom:2rem;
	}
.watch-security div.ctstop, div.cts1, div.cts2, div.cts3{
	margin-bottom:3rem;
	}
.watch-security .cts2 ul{
	/* display:flex; */
	flex-wrap: nowrap;
	 margin-top:2rem; 
}
.watch-security .cts2 ul .image{
	width:20%;
	margin:0 auto;
}
.watch-security .cts2 ul .text{
	width:100%;
	padding:0 1rem;
	margin-bottom:1rem;
}
.watch-security .cts2 ul .text dt{
	color:red;
	border-bottom:2px solid red;
	font-size:1.2rem;
	text-align:center;
}
.watch-security .cts3 img{
	margin:1rem 0;
}
.watch-security .attention li{
	list-style:circle;
	width:85%;
	margin:0 auto;
	margin-left:2rem;
}
.watch-security .attention a{
	display:block;
	width:60%;
	background:#ccc;
	margin:0 auto;
	padding:.8rem;
	text-align:center;
	border:2px solid #9b9b9b;
}
.watch-security .attention p{
	text-align:center;
}