@charset "utf-8";

.color-333 {
	color: #333;
}
.color-666 {
	color: #666;
}
.bg-a2b6f5 {
	background-color: #a2b6f5;
}
.bg-ffc946 {
	background-color: #ffc946;
}
.bg-62d6a1 {
	background-color: #61d6a1;
}
.bg-54dbd0 {
	background-color: #54dbd0;
}
/* /yzm/cr/ */
h2, h3 {
	font-weight: normal;
}
body {
	background-color: #f7f7f7;
}
p {
	margin: 0;
	padding: 0;
}
.help-main {
	width: 1200px;
	margin: 0 auto;
}
.help-main .wrap {
	margin-top: 10px;
	background-color: #fff;
}
.help-main .wrap-banner img {
	width: 100%;
	height: 100px;
}
.help-main .title {
	padding: 10px 30px;
}
.help-main .title * {
	display: inline-block;
	vertical-align: middle;
}
.help-main .title img {
	width: 20px;
	height: 20px;
}
.help-main .title h2 {
	font-size: 18px;
}
.help-main ul {
	display: block;
}
.help-main li {
	list-style-type: disc;
	display: list-item;
	font-size: 16px;
}
/* 广告主列表样式 */
.help-main .text {
	position: relative;
	padding: 50px;
}
.help-main .text .outer {
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.help-main .text .outer:last-child {
	display: block;
	width: 715px;
	margin-bottom: -20px;
	border-bottom: none;
}
.help-main .text .inner {
	display: inline-block;
	vertical-align: top;
}
.help-main .text .inner:first-child {
	width: 420px;
	margin-left: 20px;
}
.help-main .text .inner:last-child {
	width: 270px;
}
.help-main .text h3 {
	font-size: 18px;
	margin-bottom: 24px;
}
.help-main .text li {
	margin-bottom: 20px;
}
.help-main .text .outer:last-child .inner {
	width: 100%;
}
.help-main .text .outer:last-child li {
	float: left;
	width: 135px;
}
/* 媒介主列表样式 */
.help-main .website-text {
	padding: 40px;
	background-color: #fff;
}
.help-main .website-text > div {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-bottom: 20px;
}
.help-main .website-text .item.odd {
	margin-right: 4%;
}
.help-main .website-text .item h3 {
	position: relative;
 	padding: 10px 0;
 	color: #fff;
 	font-size: 18px;
 	text-align: center;
}
.help-main .website-text .item h3 * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.help-main .website-text .item > div {
	display: inline-block;
	padding: 40px 80px 10px 50px;
	border: 1px solid #eee;
}
.help-main .website-text .item > div ul {
	padding-left: 30px;
}
.help-main .website-text .item > div ul.bottom {
	border-top: 1px solid #eee;
	padding-top: 24px;
}
.help-main .website-text .item li {
	float: left;
	width: 50%;
	margin-bottom: 14px;
}
.help-main .standard {
	padding-top: 50px;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
}
.help-main .standard h2 {
	font-size: 28px;
	margin-bottom: 50px;
	text-align: center;
}
.help-main .standard .outer {
	text-align: center;
}
.help-main .standard .inner {
	display: inline-block;
	font-size: 18px;
	padding: 0 75px;
}
.help-main .standard .inner img {
	width: 65px;
	height: 65px;
	margin: 0 auto 16px auto;
}
.help-main .wrap-bottom {
	margin-top: 50px;
	font-size: 18px;
	text-align: center;
}
.help-main .wrap-bottom p:first-child {
	margin-bottom: 10px;
}
.help-main .wrap-bottom p.last {
	margin-bottom: 26px;
}
.help-main .wrap-bottom .contact,
.help-main .wrap-bottom .contact:hover {
	position: relative;
	display: block;
	font-size: 14px;
	background-color: #4eb6ff;
	width: 280px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	color: #fff;
	margin-bottom: 70px;
	border-radius: 10px;
}
.help-main .wrap-bottom .contact img {
	position: absolute;
	top: 10px;
	left: 35px;
}
.help-main .problem {
	position: absolute;
	top: 30px;
	right: 40px;
	border: 1px solid #eee;
}
.help-main .problem h3 {
	font-weight: bold;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.help-main .problem ul {
	margin: 20px 30px 20px 50px;
}
.help-main .problem li {
	font-size: 16px;
}