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

.color-333 {
	color: #333;
}
.color-666 {
	color: #666;
}
.active {
	background-color: #4eb6ff;
}
.active a {
	color: #fff;
}
/* yzm.cr. */
h2, h3, h4, h5 {
	font-weight: normal;
}
body {
	background-color: #f7f7f7;
}
p {
	margin: 0;
	padding: 0;
}
.guide-main {
	position: relative;
	font-size: 14px;
	width: 1200px;
	margin: 10px auto 40px auto;
}
.guide-main > .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	background-color: #fff;
	border: 1px solid #fff;
	text-align: center;
}
.guide-main > .left h3 {
	padding: 12px;
	color: #333;
}
.guide-main > .left div {
	padding: 10px 0;
	margin-bottom: 10px;
}
.guide-main > .right {
	padding: 30px 70px;
	margin-left: 202px;
	background-color: #fff;
}
.guide-main > .right .title {
	font-size: 22px;
	padding-bottom: 40px;
	margin-bottom: 16px;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.guide-main > .right .text-tips {
	font-size: 16px;
	padding-left: 12px;
}
.guide-main > .right .text {
	position: relative;
	width: 600px;
	margin-top: 40px;
	margin-left: 30px;
}
.guide-main > .right .text > div {
	position: relative;
}
.guide-main > .right .text-left {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 24px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background-color: #4eb6ff;
	text-align: center;
	border-radius: 10px;
}
.guide-main > .right .text-right {
	position: relative;
	padding: 20px 30px;
	margin-bottom: 30px;
	margin-left: 62px;
	background-color: #fafafa;
	border-radius: 8px;
}
.guide-main > .right .text-right:before {
	position: absolute;
	top: 20px;
	left: -10px;
	width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 10px solid #fafafa;
    border-bottom: 6px solid transparent;
    content: "";
}
.guide-main .text-right h3 {
	font-size: 20px;
	margin-bottom: 8px;
 	color: #4eb6ff;
}
.guide-main .text-right li {
	display: list-item;
	width: 230px;
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: disc;
}

.guide-main .banner {
	margin-top: 20px;
	margin-bottom: 60px;
}
.guide-main .text-security {

}
.guide-main .text-security > div {
	position: relative;
	display: inline-block;
	width: 425px;
	padding: 40px;
	vertical-align: top;
	box-sizing: border-box;
}
.guide-main .text-security > div img {
	position: absolute;
	top: 50px;
	left: 40px;
}
.guide-main .text-security > div > div {
	margin-left: 75px;
}
.guide-main .text-security > div h3 {
	font-size: 16px;
	color: #4eb6ff;
	margin-bottom: 10px;
}
.guide-main .text-security > div p {
	width: 206px;
}
.guide-main .bottom {
	padding-top: 40px;
	padding-bottom: 80px;
	border-top: 1px solid #eee;
	text-align: center;
}
.guide-main .bottom a,
.guide-main .bottom a:hover {
	display: inline-block;
	vertical-align: middle;
	margin-right: 32px;
	padding: 6px 0;
	color: #fff;
	border-radius: 6px;
}
.guide-main .bottom a:first-child {
	width: 200px;
	background-color: #ff6666;
}
.guide-main .bottom a:last-child {
	width: 140px;
	background-color: #4eb6ff;
}
.guide-main .bottom a > * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}