/* 广告主保障、媒介主保障样式表 */
@charset "utf-8";

.color-333 {
	color: #333;
}
.color-666 {
	color: #666;
}
.active {
	background-color: #4eb6ff;
}
.active a {
	color: #fff;
}
h2, h3, h4, h5 {
	font-weight: normal;
}
/* c~r@y~z~m. */
body {
	background-color: #f7f7f7;
}
p {
	margin: 0;
	padding: 0;
}
.security-main {
	position: relative;
	font-size: 14px;
	width: 1200px;
	margin: 10px auto;
}
.security-main > .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	background-color: #fff;
	border: 1px solid #fff;
	text-align: center;
}
.security-main > .left h3 {
	padding: 12px;
	color: #333;
}
.security-main > .left div {
	padding: 10px 0;
	margin-bottom: 10px;
}
.security-main > .right {
	padding: 30px 70px;
	margin-left: 202px;
	background-color: #fff;
}
.security-main > .right .title {
	font-size: 22px;
	padding-bottom: 40px;
	margin-bottom: 16px;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.security-main > .right .text-tips {
	font-size: 16px;
	padding-left: 12px;
}
.security-main > .right .text {
	position: relative;
	margin-top: 40px;
	margin-left: 30px;
}
.security-main > .right .text-left {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background-color: #cecece;
	text-align: center;
	border-radius: 10px;
}
.security-main > .right .text-right {
	width: 510px;
	margin-left: 62px;
}
.security-main .text-right h3 {
	font-size: 20px;
	margin-bottom: 8px;
 	color: #4eb6ff;
}
.security-main .text-right h4 {
	font-size: 16px;
	margin-bottom: 16px;
}
.security-main .text-right > div {
	padding: 20px;
	background-color: #fafafa;
	border-radius: 10px;
}
.security-main .text-right h5 {
	font-size: 16px;
	margin-bottom: 10px;
}