@charset "UTF-8";

html {
	font-size: 16px !important;
	/* 将根字体大小设置为16px */
}

body {
	line-height: normal;
	background: #F2F7FB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
}

ul,
li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.am-g {
	margin: 0 !important;
	padding: 0 !important;
}

.am-container {
	max-width: 1200px;
	margin: auto;
	padding: 0;
	overflow: hidden;
}

/*PC端 头部*/
.m-hd {
	width: 100%;
	position: absolute;
	z-index: 999;
	padding: 2.25rem 0 0 0;
}

.am-show-md-up {
	padding: 0.9375rem 0;
}

.m-hd .am-sticky {
	-webkit-filter: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.m-hd .am-sticky {
	background: #1a1f2a;
	/* padding: 0.9375rem 0; */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	opacity: 0.95;
}

.m-hd .m-logo {
	display: block;
	float: left;
	width: 6.3125rem;
	height: 1.75rem;
	background: url(../img/logo.png) no-repeat center;
	background-size: cover;
}

.m-hd .m-nav a {
	color: #fff;
	border: 1px solid #FFFFFF;
	font-size: 1.125rem;
}

.m-hd .m-nav a:hover {
	background: #FFFFFF;
	color: #0e90d2;
	border-radius: 0.125rem;
	-webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.m-hd .am-nav>li.am-active>a,
.m-hd .am-nav>li.am-active>a:focus,
.m-hd .am-nav>li.am-active>a:hover {
	color: #fff;
	background-color: #ba1f2e;
	cursor: default;
}

.m-hd .m-among {
	display: flex;
	list-style: none;
}

.m-hd .m-among li {
	padding: 0 1rem;
}

.m-hd .m-among li a {
	position: relative;
	display: block;
	cursor: pointer;
	transition: 0.1s all linear;
	color: #FFFFFF;
	padding-bottom: 0.625rem;
	font-size: 1rem;
}

.m-hd .m-among li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 100%;
	border-bottom: 0.1875rem solid #FFFFFF;
	transition: 0.2s all linear;
}

.m-hd .m-among li a:hover::before {
	width: 100%;
	top: 0;
	left: 0;
	transition-delay: 0.1s;
}


/*移动端 头部*/
.m-hd .am-header a {
	color: #fff;
}

.m-hd #r-nav .am-offcanvas-bar {
	width: 12.5rem;
}

.m-hd #r-nav p {
	margin: 0;
	padding: 1.6rem 0;
	border-bottom: 0.0625rem solid #4F4F4F;
}

/*轮播图*/
.m-header-banner {
	height: 56.25rem;
	padding-top: 16.875rem;
	color: #fff;
	background: #7196ef;
}

.m-header-popularize {
	height: 25rem;
	padding-top: 10.625rem;
	color: #fff;
}

.m-header-write {
	height: 25rem;
	padding-top: 10.625rem;
	color: #fff;
}

.m-header-write hgroup {
	text-align: center;
}

.m-header-banner ul {
	padding: 0;
}

.m-header-banner ul li {
	list-style-type: none;
}

.m-header-banner h2 {
	font-size: 3rem;
	margin: 0;
	padding: 0;
	padding-bottom: 1.25rem;
}

.m-header-banner p {
	font-size: 1.25rem;
	margin: 0;
	padding: 0;
	padding-bottom: 2.5rem;
}

.m-header-banner a {
	font-size: 1rem;
	margin: 0;
	display: inline-block;
	color: #3862d4;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0.8125rem 1.9375rem;
	border-radius: 1.5625rem;
}

.m-header-banner a:hover {
	background: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.m-header-banner nav {
	display: inline-block;
}

.m-header-banner nav li {
	float: left;
	margin-right: 0.625rem;
	font-size: 0.75rem;
}

.m-header-banner nav li a {
	color: #fff;
}

.m-header-banner nav li.am-active a {
	font-weight: bold;
}

/*尾部*/
.m-footer {
	padding: 1.875rem 0;
}

.m-footer-left {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
}

.m-footer-left .m-footer-links {
	/* float:left;
	padding-right:6.25rem;*/
	;
}

.m-footer-left .m-footer-links:last-child {
	padding-right: 0;
}

.m-footer-left .m-footer-links:nth-child(3) ul {
	padding-right: 1.875rem;
}

.m-footer-left .m-footer-links:nth-child(3) ul:last-child {
	padding-right: 0;
}

.m-footer-left .m-footer-links h2 {
	font-size: 1rem;
	color: #ffffff;
	padding-bottom: 1.25rem;
}

.m-footer-left .m-footer-links ul {
	float: left;
}

.m-footer-left .m-footer-links ul li a {
	font-size: 0.875rem;
	color: #bcbcbc;
	line-height: 1.875rem;
}

.m-footer-left .m-footer-links ul li a:hover {
	color: #3862d4;
}

.m-footer-left,
.m-footer-right {
	padding: 1.25rem;
}

.m-footer-right {
	text-align: center;
}

.m-footer-right ul {
	float: right;
}

.m-footer-li {
	padding: 0rem 0rem 0.3125rem 0rem;
	margin: 0rem;
}

.m-footer-li:last-child {
	float: none !important;
}

.m-footer-ul {
	padding: 0rem;
}

.m-footer-right ul li:last-child {
	padding: 1.875rem 0;
}

.m-copyright {
	background: #03040c;
}

.m-copyright p {
	margin: 0;
	padding: 0.625rem 0;
	text-align: center;
	font-size: 0.75rem;
	color: #646464;
}

/*右下加二维码+返回顶部*/
.m-top-cbbfixed {
	position: fixed;
	right: 0.625rem;
	transition: bottom ease .3s;
	bottom: -5.3125rem;
	z-index: 3;
	cursor: pointer;
}

.m-top-cbbtn {
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	background-color: #d22e3e;
}

.m-top-go {
	transition: background-color ease .3s;
	margin-top: 0.0625rem;
}

.m-top-go:hover {
	background-color: #ba1f2e;
}

.m-top-goicon {
	float: left;
	margin: 0.875rem 0 0 0.5625rem;
	width: 1.4375rem;
	height: 0.75rem;
	background: url(../img/side-icon02.png) no-repeat center;
	background-size: cover;
}

.m-top-weixin {
	background: #333;
}

.m-top-weixin div {
	background: url(../img/weixin.png) no-repeat center;
	background-size: cover;
	width: 12.125rem;
	height: 12.4375rem;
	position: absolute;
	left: -12.125rem;
	top: -7.1875rem;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s, opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none\0;
	*display: none;
}

.m-top-weixin:hover div {
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	*display: block;
}

.m-top-weixin-icon {
	float: left;
	margin: 0.75rem 0 0 0.6875rem;
	width: 1.125rem;
	height: 1.125rem;
	background: url(../img/side-icon01.png) no-repeat center;
	background-size: cover;
}

/*首页 我们为您提供*/
.m-index-box-one {
	background: #ffffff;
	border-radius: 0.625rem;
	box-shadow: 0rem 0.0625rem 1.6875rem 0rem #00000033;
	margin-top: -8%;
}

.m-index-box-one hgroup h2 {
	margin: 0;
	padding: 3.125rem 0 2.5rem 0;
	font-size: 2.25rem;
	color: #393939;
	text-align: center;
	font-weight: lighter;
}

.m-index-box-one ul,
.m-index-box-one ul li {
	margin: 0;
	padding: 0;
}

.m-index-box-one ul li div {
	margin: 0 22%;
}

.m-index-box-one ul li div h2 {
	margin: 0;
	padding: 0.875rem 0 0.8125rem 0;
	font-size: 1.2rem;
	color: #5b5f62;
}

.m-index-box-one ul li div p {
	margin: 0;
	font-size: 0.933333rem;
	color: #8d949a;
	padding-bottom: 3.3125rem;
	line-height: 1.6rem;
}

/*首页 海量媒体资源*/
.m-index-box-tow {}

.m-index-box-tow hgroup h2 {
	margin: 0;
	padding: 5.0625rem 0 4rem 0;
	font-size: 2.25rem;
	color: #393939;
	text-align: center;
	font-weight: lighter;
}

.m-index-box-tow ul,
.m-index-box-tow ul li {
	margin: 0;
	padding: 0;
}

.m-index-box-tow ul li {
	text-align: center;
	padding-bottom: 1.875rem;
}

.m-index-box-tow ul li ul {
	background: #FFFFFF;
	width: 17.8125rem;
	height: 18.75rem;
	margin: auto;
	position: relative;
}

.m-index-box-tow ul li ul li {
	padding: 7% 0;
}

.m-index-box-tow ul li ul li img {
	padding: 0 5%;
}

.m-index-box-tow ul li ul em {
	position: absolute;
	border-left: 0.0625rem solid #e9eaeb;
	height: 90%;
	top: 5%;
}

.m-index-box-tow ul li ul span {
	position: absolute;
	border-bottom: 0.0625rem solid #e9eaeb;
	margin: auto;
	width: 80%;
	left: 0;
	right: 0;
}

/*首页 行业领先价值*/
.m-index-box-three {
	;
}

.m-index-box-three hgroup h2 {
	margin: 0;
	padding: 3.375rem 0 3.8125rem 0;
	font-size: 2.25rem;
	color: #393939;
	text-align: center;
	font-weight: lighter;
}

.m-index-box-three ul,
.m-index-box-one ul li {
	margin: 0;
	padding: 0;
	position: relative;
}

.m-index-box-three ul li div {
	margin: 0 14%;
	text-align: center;
	font-size: 3rem;
}

.m-index-box-three ul li div:after {
	content: "_";
	position: absolute;
	left: 0;
	right: 0;
	top: 4.6875rem;
	color: orange;
}

.m-index-box-three ul li div h2 {
	margin: 0;
	padding: 2.6875rem 0 1.25rem 0;
	font-size: 1rem;
	color: #5b5f62;
}

.m-index-box-three ul li div p {
	margin: 0;
	font-size: 0.75rem;
	color: #8d949a;
	text-align: left;
	padding-bottom: 3.125rem;
}

/*稿件发布流程*/
.m-index-box-four {
	max-width: 37.5rem;
}



.m-index-box-four hgroup h2 {
	margin: 0;
	padding: 6.5rem 0 3.8125rem 0;
	font-size: 2.25rem;
	color: #393939;
	text-align: center;
	font-weight: lighter;
}

.m-index-box-four ul,
.m-index-box-one ul li {
	margin: 0;
	padding: 0;
}

.m-index-box-four ul li div {
	margin: 0 14%;
	text-align: center;
}

.m-index-box-four ul li div h2 {
	margin: 0;
	padding: 1.25rem 0;
	font-size: 1rem;
	color: #5b5f62;
}

/*首页 行业领先价值*/
.m-index-box-three {
	;
}

.m-index-box-three hgroup h2 {
	margin: 0;
	padding: 3.375rem 0 3.8125rem 0;
	font-size: 2.25rem;
	color: #393939;
	text-align: center;
	font-weight: lighter;
}

.m-index-box-three ul,
.m-index-box-one ul li {
	margin: 0;
	padding: 0;
	position: relative;
}

.m-index-box-three ul li div {
	margin: 0 14%;
	text-align: center;
	font-size: 3rem;
}

.m-index-box-three ul li div:after {
	content: "_";
	position: absolute;
	left: 0;
	right: 0;
	top: 4.6875rem;
	color: orange;
}

.m-index-box-three ul li div h2 {
	margin: 0;
	padding: 2.6875rem 0 1.25rem 0;
	font-size: 1rem;
	color: #5b5f62;
}

.m-index-box-three ul li div p {
	margin: 0;
	font-size: 0.933333rem;
	color: #8d949a;
	text-align: left;
	padding-bottom: 3.125rem;
	line-height: 1.6rem;
}

/*首页 代理商火热招募中*/
.m-index-box-five {
	background: url(../img/index/index_5_bg.png) no-repeat center;
	background-size: cover;
	height: 31.25rem;
	text-align: center;
	display: flex;
	align-items: center;
}


.m-index-box-five ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.m-index-box-five ul li {
	margin: 0;
	padding: 1.5625rem 0;
}

.m-index-box-five ul li img {
	max-width: 100%;
}

.m-index-box-five ul li a {
	display: inline-flex;
	color: #3862d4;
	background: #f2f7fb;
	padding: 1.25rem 3.9375rem;
	border-radius: 3.125rem;
	box-shadow: 0rem 0.625rem 0.625rem 0rem #23269427;
	border: 1px solid #FFFFFF;
}

.m-index-box-five ul li a:hover {
	border: 1px solid #FFFFFF;
	background: none;
	color: #FFFFFF;
	-webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

/*首页 新闻资讯*/
.slideTxtBox {
	padding: 3.75rem 0;
}

.slideTxtBox .hd {
	margin: 0;
	padding: 1.25rem;
	padding-top: 0;
	border-bottom: 0.125rem solid #f1f1f1;
}

.slideTxtBox .hd h2 {
	float: left;
	padding: 0.3125rem 0;
}

.slideTxtBox .hd ul {
	text-align: right;
}

.slideTxtBox .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	font-size: 0.875rem;
	padding: 0.5625rem 0.9375rem;
	color: #5b5f62;
}

.slideTxtBox .hd ul li.on {
	background: #3862d4;
	color: #fff;
	-webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.slideTxtBox .bd,
.slideTxtBox .bd ul,
.slideTxtBox .bd ul li {
	margin: 0;
	padding: 0;
}

.slideTxtBox .bd ul li {
	cursor: pointer;
	padding: 0rem 1.25rem;
}

.slideTxtBox .bd ul li time {
	padding: 1.5625rem 0 0.9375rem 0;
	font-size: 0.875rem;
	color: #5b5f62;
	display: inline-block;
}

.slideTxtBox .bd ul li h2 {
	padding: 0;
	font-size: 1rem;
	color: #5b5f62;
}

.slideTxtBox .bd ul li p {
	margin: 0;
	padding: 0.9375rem 0;
	font-size: 0.75rem;
	color: #8d949a;
}

.slideTxtBox .bd ul li a {
	font-size: 0.75rem;
	color: #3862d4;
	border-bottom: 0.0625rem solid #3862d4;
}

.slideTxtBox .bd ul li a:hover {
	color: #3862d4;
	border-bottom: 0.0625rem solid #3862d4;
	-webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

/*软文推广 软文自助发稿平台*/
.m-header-popularize h2 {
	font-size: 2.5rem;
}

.m-header-popularize p {
	font-size: 1.125rem;
}

/*软文推广 使用场景*/
.m-popularize-box {
	background: #FFFFFF;
	box-shadow: 0rem 0.125rem 0.625rem 0rem #337afb1a;
	margin-top: -4%;
	padding: 0 5%;
}

.m-popularize-box hgroup h2 {
	font-size: 2.25rem;
	color: #5b5f62;
	font-weight: lighter;
	text-align: center;
	padding: 3.125rem 0;
}

.m-popularize-box-one {
	border-radius: initial;
	box-shadow: none;
	margin: 0;
}

.m-popularize-box-one ul {
	margin: 0;
	padding: 0;
}

.m-popularize-box-one ul li {
	margin: 0;
	padding: 0;
	display: flex !important;
	align-items: center;
}

.m-popularize-box-one ul li>div {
	margin: 0;
	padding: 0 3%;
}

.m-popularize-box-one ul li div h2 {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	color: #393939;
}

.m-popularize-box-one ul li div p {
	margin: 1.5rem 0rem 0rem 0rem;
	padding: 0;
	font-size: 1rem;
	color: #909399;
	line-height: 2rem;
}

.m-popularize-box-one ul li div img {
	background: 0 0 url(../img/rwtg/rwtg_1_kuang.png) no-repeat;
	background-size: cover;
	padding-top: 7%;
	max-width: 100%;
	width: auto !important;
	float: right;
}

.am-slider-default .am-direction-nav a.am-prev {
	background: url(../img/rwtg/rwtg_1_btnl.png)no-repeat center;
	left: -5%;
}

.am-slider-default .am-direction-nav a.am-next {
	background: url(../img/rwtg/rwtg_1_btnr.png)no-repeat center;
	right: -5%;
}

.am-slider-default .am-direction-nav a.am-prev:before {
	display: none;
}

.am-slider-default .am-direction-nav a.am-next:before {
	display: none;
}

.am-slider-default .am-direction-nav a {
	top: 35%;
	width: 1.5625rem;
	height: 5rem;
}

.am-slider-default .am-control-nav {
	position: static;
	padding: 1.5625rem 0;
	line-height: 0;
}

.am-slider-default .am-control-nav li {
	margin: 0 0.5625rem;
}

.am-slider-default .am-control-nav li a {
	width: 0.75rem;
	height: 0.75rem;
	background-color: #e2e5ea;
}

.am-slider-default .am-control-nav li a:hover {
	background-color: #333;
	background-color: rgba(0, 0, 0, .7);
}

.am-slider-default .am-control-nav li a.am-active {
	background-color: #3862d4;
}

/*软文推广 为什么选择软文推广？*/
.m-popularize-box-tow {
	padding: 3.125rem 0;
}

.m-popularize-box-tow hgroup h2 {
	font-size: 1.875rem;
	color: #393939;
	text-align: center;
	padding: 1.25rem 0 3.125rem 0;
}

.m-popularize-box-tow ul,
.m-popularize-box-tow ul li {
	margin: 0;
	padding: 0;
}

.m-popularize-box-tow>ul {
	position: relative;
}

.m-popularize-box-tow>ul>li {
	padding-bottom: 1.25rem;
}

.m-popularize-box-tow ul li ul {
	height: 9.375rem;
	width: 34.375rem;
	max-width: 100%;
	background-size: 100% !important;
	padding: 0 10%;
	display: flex;
	align-items: center;
	position: relative;
}

.m-popularize-box-tow ul li:nth-child(1) ul {
	background: url(../img/rwtg/rwtg_2_bj1.png) no-repeat center;
	float: left;
}

.m-popularize-box-tow ul li:nth-child(2) ul {
	background: url(../img/rwtg/rwtg_2_bj2.png) no-repeat center;
	float: right;
}

.m-popularize-box-tow ul li:nth-child(3) ul {
	background: url(../img/rwtg/rwtg_2_bj3.png) no-repeat center;
	float: left;
}

.m-popularize-box-tow ul li:nth-child(4) ul {
	background: url(../img/rwtg/rwtg_2_bj4.png) no-repeat center;
	float: right;
}

.m-popularize-box-tow ul li:nth-child(1) ul li:last-child {
	float: left;
	padding-right: 10%;
}

.m-popularize-box-tow ul li:nth-child(2) ul li:first-child {
	float: right;
	padding-left: 10%;
}

.m-popularize-box-tow ul li:nth-child(3) ul li:last-child {
	float: left;
	padding-right: 10%;
}

.m-popularize-box-tow ul li:nth-child(4) ul li:first-child {
	float: right;
	padding-left: 10%;
}

.m-popularize-box-tow ul li ul li h1 {
	font-size: 3rem;
	color: #3862d4;
}

.m-popularize-box-tow ul li:nth-child(1) ul li h1 {
	float: left;
}

.m-popularize-box-tow ul li:nth-child(2) ul li h1 {
	float: right;
}

.m-popularize-box-tow ul li:nth-child(3) ul li h1 {
	float: left;
}

.m-popularize-box-tow ul li:nth-child(4) ul li h1 {
	float: right;
}

.m-popularize-box-tow ul li ul li h2 {
	font-size: 1.125rem;
	color: #393939;
	padding-bottom: 1.25rem;
}

.m-popularize-box-tow ul li ul li p {
	font-size: 0.875rem;
	color: #909399;
	margin: 0;
}

/*.m-popularize-box-tow ul li:nth-child(1) ul img {
	;
}
.m-popularize-box-tow ul li:nth-child(2) ul img {
	;
}
.m-popularize-box-tow ul li:nth-child(3) ul img {
	;
}
.m-popularize-box-tow ul li:nth-child(4) ul img {
	;
}*/
.m-popularize-box-position {
	max-width: 12.5rem;
	position: absolute;
	margin: 5% auto;
	left: 0;
	right: 0;
}

.m-popularize-box-position img {
	padding-bottom: 8%;
}

/*软文推广 如何发布稿件？*/
.m-popularize-box-three {
	background: #FFFFFF;
	padding: 2.5rem 0;
}

.m-popularize-box-three hgroup h2 {
	font-size: 2.25rem;
	color: #5b5f62;
	text-align: center;
	font-weight: lighter;
	padding: 1.25rem 0 3.75rem 0;
}

.m-popularize-box-three ul,
.m-popularize-box-three ul li {
	margin: 0;
	padding: 0;
}

.m-popularize-box-three ul li div {
	width: 14rem;
	height: 18.75rem;
	background-color: #ffffff;
	border-radius: 0.1875rem;
	box-shadow: 0rem 0.125rem 0.625rem 0rem #337afb1a;
	margin: auto;
	margin-bottom: 1.25rem;
	padding: 8%;
}

.m-popularize-box-three ul li div h1 {
	font-size: 3.75rem;
	color: #3862d4;
	padding: 1.25rem 0 2.1875rem 0;
}

.m-popularize-box-three ul li div h2 {
	font-size: 1.5rem;
	color: #5b5f62;
	padding: 0 0 0.875rem 0;
}

.m-popularize-box-three ul li div p {
	font-size: 0.875rem;
	color: #909399;
	margin: 0;
	line-height: 1.5rem;
}

/*软文代写*/
.m-write-box-one {
	background: #FFFFFF;
	box-shadow: 0rem 0.125rem 0.625rem 0rem #337afb1a;
	margin-top: -4%;
}

.m-write-box-one ul,
.m-write-box-one ul li {
	margin: 0;
	padding: 0;
}

.m-write-box-one ul {
	padding: 0 5%;
}

.m-write-box-one ul li {
	padding: 1.875rem 0;
}

.m-write-box-one ul li div {
	float: left;
	line-height: 1.875rem;
}

.m-write-box-one ul li div h2 {
	font-size: 1.125rem;
	color: #393939;
}

.m-write-box-one ul li div p {
	font-size: 0.875rem;
	color: #909399;
	margin: 0;
}

/*为什么要软文代写？*/
.m-write-box-tow {
	padding: 2% 0;
}

.m-write-box-tow ul li div h1 {
	font-size: 2.25rem;
	color: #5b5f62;
	font-weight: lighter;
}

.m-write-box-tow ul li div ul li {
	padding-bottom: 2rem;
}

.m-write-box-tow ul li div ul li div {
	float: left;
}

.m-write-box-tow ul li div ul li div:first-child {
	width: 5%;
}

.m-write-box-tow ul li div ul li div:last-child {
	width: 95%;
}

.m-write-box-tow ul li div ul li div p {
	font-size: 1rem;
	color: #909399;
	margin: 0;
}

/*软文代写价格*/
.m-write-box-three {
	padding: 2% 0;
}

.m-write-box-three ul li h1 {
	font-size: 2.25rem;
	color: #5b5f62;
	/* float: left; */
	/* padding-bottom: 3rem; */
}

.m-write-box-three ul,
.m-write-box-three ul li {
	margin: 0;
	padding: 0;
}

.m-write-box-three ul li ul li:nth-child(1),
.m-write-box-three ul li ul li:nth-child(3) {
	padding: 1rem 0;
	padding-right: 1rem;
}

.m-write-box-three ul li ul li:nth-child(2),
.m-write-box-three ul li ul li:nth-child(4) {
	padding: 1rem 0;
	padding-left: 1rem;
}

.m-write-box-three ul li ul li div {
	background: #FFFFFF;
	text-align: center;
	max-width: 100%;
	box-shadow: 0rem 0.125rem 0.625rem 0rem #337afb1a;
	border-radius: 0.1875rem;
	padding: 1.1875rem 0;
}

.m-write-box-three ul li ul li div h2 {
	font-size: 1.5rem;
	color: #393939;
}

.m-write-box-three ul li ul li div p {
	font-size: 1rem;
	color: #909399;
	margin: 0;
	padding: 0.6875rem 0 1.3125rem 0;
}

.m-write-box-three ul li ul li div div {
	height: 0.1875rem;
	width: 1.25rem;
	background: #74d7ef;
	margin: auto;
	padding: 0;
}

.m-write-box-three ul li ul li div h3 {
	font-size: 0.875rem;
	color: #909399;
	padding-top: 0.875rem;
}

.m-write-box-three ul li ul li div h3 em {
	font-size: 1.875rem;
	color: #5077fb;
	font-style: normal;
}

.m-write-box-three>ul>li>div {
	text-align: right;
}

.m-write-box-three>ul>li>div img {
	max-width: 100%;
}

/*代写需要的准备*/
.m-write-box-four {
	padding: 2% 0;
}

.m-write-box-four ul li div h1 {
	font-size: 2.25rem;
	color: #5b5f62;
	font-weight: lighter;
}

.m-write-box-four ul li div ul li {
	padding-bottom: 5rem;
}

.m-write-box-four ul li div ul li div {
	float: left;
}

.m-write-box-four ul li div ul li div:first-child {
	width: 5%;
}

.m-write-box-four ul li div ul li div:last-child {
	width: 95%;
}

.m-write-box-four ul li div ul li div h2 {
	font-size: 1.125rem;
	color: #393939;
}

.m-write-box-four ul li div ul li div p {
	font-size: 0.875rem;
	color: #909399;
	margin: 0;
	line-height: 3rem;
}

/*帮助中心 关于我们 头部header*/
.m-header {
	position: static;
	padding: 1.625rem 0;
	background: #FFFFFF;
	box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(0, 0, 0, 0.08);
}

.m-header .m-among li a {
	color: #537bdd;
}

.m-header .m-among li a::before {
	border-bottom: 0.1875rem solid #537bdd;
}

.m-header .m-nav a {
	color: #537bdd;
	border: 1px solid #537bdd;
}

.m-header .am-header a {
	color: #000000;
}

.m-header .m-nav a:hover {
	background: #537bdd;
	color: #FFFFFF;
}

.m-public-box-one {
	text-align: center;
	max-width: 37.5rem;
}

.m-public-box-one hgroup img {
	margin-top: 4.375rem;
}

.m-help-box {
	background: url(../img/helpcenter_banner_bj.png);
	height: 12.5rem;
	margin-top: 1.25rem;
}

.m-about-box {
	background: url(../img/aboutcenter_banner_bj.png);
	height: 12.5rem;
	margin-top: 1.25rem;
}

/* 新闻资讯*/
.zixun>h2 {
	font-size: 1.5rem;
	color: #393939;
}

.zixun>h2:after {
	content: "";
	display: block;
	border-bottom: 0.1875rem solid #3862d4;
	width: 3.125rem;
	margin: 1.25rem 0;
}

.zixun ul {
	height: 6.875rem;
	overflow: hidden;
}

.zixun .am-u-lg-10 {
	padding-left: 1.25rem;
}

.zixun .am-u-lg-10 h2 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*帮助中心 关于我们 通用*/
.m-public-box-tow {
	padding: 2% 0;
}

.m-public-box-tow img {
	max-width: 100%;
}

.m-public-box-tow ul,
.m-public-box-tow ul li {
	margin: 0;
	padding: 0;
}

.m-public-box-tow>ul>li {
	background: #FFFFFF;
}

.m-public-box-tow>ul>li:last-child {
	padding: 2rem;
}



.m-public-box-tow>ul>li:first-child>a {
	background: #f7fbff;
	height: 3.75rem;
	font-size: 1rem;
	color: #909399;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 0.25rem solid #f7fbff;
}

.m-public-box-tow>ul>li:first-child>a:hover {
	background: #FFFFFF;
	color: #606266;
	border-left: 0.25rem solid #3862d4;
	-webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.m-public-box-tow>ul>li:last-child>h2 {
	font-size: 1.5rem;
	color: #393939;
}

.m-public-box-tow>ul>li:last-child>h2:after {
	content: "";
	display: block;
	border-bottom: 0.1875rem solid #3862d4;
	width: 3.125rem;
	margin: 1.25rem 0;
}

/*帮助中心  问题*/
.m-help-box-tow ul li:last-child div a {
	display: block;
	background: url(../img/helpcenter_icon.png) no-repeat left;
	color: #909399;
	font-size: 1rem;
	padding-left: 1.5625rem;
	margin-bottom: 2.1875rem;
}

.m-help-box-tow ul li:last-child div a:last-child {
	margin-bottom: 0;
}

.m-help-box-tow ul li:last-child div a:hover {
	background: url(../img/helpcenter_icon_hover.png) no-repeat left;
	color: #537bdd;
	-webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.m-help-box-tow ul li:last-child div p {
	font-size: 0.875rem;
	color: #909399;
	margin: 0;
	line-height: 2rem;
}

/*关于我们 公司简介*/
.m-company-box-tow ul li:last-child div p {
	margin: 0;
	font-size: 0.875rem;
	color: #909399;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.m-company-box-tow ul li:last-child ul li {
	text-align: center;
	padding: 3.75rem 0;
}

.m-company-box-tow ul li:last-child ul li h2 {
	font-size: 2.25rem;
	color: #537bdd;
}

.m-company-box-tow ul li:last-child ul li p {
	margin: 0;
	font-size: 0.875rem;
	color: #909399;
}

/*关于我们 新闻资讯*/
.m-news-box-tow ul li:last-child div {
	border-bottom: 0.0625rem solid #e4e4e4;
}

.m-news-box-tow ul li:last-child ul {
	border-bottom: 0.0625rem solid #e4e4e4;
	padding-bottom: 8rem;
	margin-top: 1.7rem;
}

.m-news-box-tow ul li:last-child ul li h2 {
	font-size: 1.125rem;
	color: #393939;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 1.084rem;
}

.m-news-box-tow ul li:last-child ul li p {
	font-size: 0.875rem;
	color: #909399;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}

.m-news-box-three ul li:last-child ul li {
	text-align: center;
}

.m-news-box-three ul li:last-child ul li p {
	text-align: left;
	text-indent: 2em;
	font-size: 1rem;
	color: #606266;
}

/*关于我们 联系我们*/
.m-contact-box-tow ul li:last-child ul {
	text-align: center;
}

.m-contact-box-tow ul li:last-child ul li div {
	width: 93.88%;
	margin: auto;
	text-align: center;
	padding: 1.3125rem 0;
	margin-bottom: 1.25rem;
}

.m-contact-box-tow ul li:last-child ul li div:hover {
	box-shadow: 0rem 0rem 0.625rem 0rem rgba(43, 43, 145, 0.11);
	border-radius: 0.1875rem;
	-webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.m-contact-box-tow ul li:last-child ul li div h2 {
	font-size: 0.875rem;
	color: #606266;
	padding: 1.25rem 0 0.625rem 0;
}

.m-contact-box-tow ul li:last-child ul li div p {
	margin: 0;
	font-size: 1.125rem;
}

.m-contact-box-tow ul li:last-child ul li:nth-child(1) div p {
	color: #f36c6c;
}

.m-contact-box-tow ul li:last-child ul li:nth-child(2) div p {
	color: #ffc149;
}

.m-contact-box-tow ul li:last-child ul li:nth-child(3) div p {
	color: #537bdd;
}

.m-contact-box-tow ul li:last-child ul li:nth-child(4) div p {
	color: #26cabd;
}

.page {
	clear: both;
	width: 61.25rem;
}

.pagination li {
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
	float: left;
	border: 1px solid #ccc;
	margin-right: 0.25rem !important;
	text-align: center;
}

/* 价格页面*/
.w1200 {
	width: 75rem;
	height: 100%;
	margin: 0 auto;
}

.media_bannter {
	background: url(/static/scwy/images/media/price_bg.png) center center no-repeat;
	width: 100%;
	min-height: 50rem;
	background-size: 100% 100%;
}

.price-page .price-top {
	width: 100%;
	padding: 1.875rem 0rem 1.25rem 0rem;
}

.price-page .filters {
	font-size: 0.75rem;
	width: 100%;
	background: #ffffff;
	padding: 1.5625rem 1.875rem;
	color: #333;
	background-color: #ffffff;
	box-shadow: 0rem 0.0625rem 0.5rem 0rem rgba(0, 0, 0, 0.06);
	border-radius: 0.1875rem;
}

.price-page .filters .layui-form-label {
	width: 5.625rem !important;
	padding: 0.5625rem 0rem;
}

.price-page .filters .layui-form-item {
	border-bottom: 0.0625rem dashed #d7d7d7;
	padding-bottom: 0.9375rem;
}

.price-page .filters .layui-form-label {
	font-size: 1rem;
	color: #606266;
}

.price-page .filters .layui-input-block {
	margin-left: 5.625rem;
}

.price-page .filters .layui-form-radio * {
	font-size: 0.875rem;
	color: #606266;
}

.price-page .filters .layui-form-radio {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.price-page .filters .layui-form-radio>div {
	padding: 0 0.9375rem;
}

.price-page .filters .layui-form-radio>div:hover {
	color: #537bdd;
}

.price-page .filters .layui-form-radio>i {
	display: none;
}

.price-page .filters .layui-form-radioed>div {
	color: #537bdd !important;
}

.price-page .filters .layui-form-radioed>div:hover {
	color: #ffffff !important;
}

.price-page .tabs {
	width: 100%;
	padding: 0.9375rem 1.25rem 1.25rem 1.25rem;
	display: inline-block;
	/* height:5rem;*/
	background-color: #ffffff;
	box-shadow: 0rem 0.0625rem 0.5rem 0rem rgba(0, 0, 0, 0.06);
	border-radius: 0.1875rem;
	margin: 1.25rem 0rem;
}

.price-page .tabs .tabs-content {
	width: 100%;
	/* height:2.375rem;*/
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.price-page .tabs .layui-form-radio * {
	font-size: 0.75rem;
	line-height: 2.25rem;
}

.price-page .tabs .layui-form-radio>div {
	text-align: center;
	width: 7.5rem;
	height: 2.25rem;
	border: 1px solid #537bdd;
	border-radius: 1.125rem;
	font-size: 1.125rem;
	color: #537bdd !important;
}

.price-page .tabs .layui-form-radio>i {
	display: none;
}

.price-page .tabs .layui-form-radioed>div {
	width: 7.5rem;
	height: 2.25rem;
	background: #537bdd;
	border-radius: 1.125rem;
	font-size: 1.125rem;
	color: #ffffff !important;
}

.price-page .tabs .layui-form-radioed>div:hover {
	color: #ffffff !important;
}

.price-page .tabs-select {
	width: 8.125rem;
	float: right;
	margin-left: 0.625rem;
}

.price-page .tabs-input {
	width: 18.75rem;
	float: right;
	margin-left: 0.625rem;
}

.price-page .tabs .layui-input,
.tabs .layui-select,
.tabs button {
	height: 2.875rem;
	background: #f6f6f6;
	border-radius: 1.4375rem !important;
	border: transparent;
	text-indent: 2rem;
}

.price-page .price-bot {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.price-page .data-table {
	width: 100%;
	margin: 0rem 0rem 1.875rem;
	min-height: 18.75rem;
	padding: 0.625rem 1.25rem;
	background: #ffffff;
}

.price-page .layui-table td,
.layui-table th {
	font-size: 0.75rem !important;
}

.tabs-left {
	float: left;
}

/* @media screen and (max-width:75rem) {
	.w1200 {
	width:100%;
}
.m-hd .m-among li {
	padding:0 0.375rem;
}
;}@media screen and (max-width:45rem) {
	.m-header {
	padding:0rem !important;
}
.price-page .tabs {
	height:10rem;
}
.price-page .tabs-input {
	margin-top:0.625rem;
}
.relation {
	display:none;
}
.m-write-box-four ul {
	padding:1.25rem;
}
.m-write-box-tow li {
	width:100%;
}
.m-write-box-tow ul li {
	margin-bottom:0.625rem;
}
.m-popularize-box-three ul li div {
	width:94%;
	text-align:center;
}
.lineBox {
	display:none;
}
.m-write-box-four ul li div h1,.m-write-box-tow ul li div h1,.m-write-box-three ul li h1 {
	text-align:center;
	float:none;
}
.m-write-box-tow ul li div h1 {
	margin-bottom:1.25rem;
}
.m-write-box-four ul li div ul li div:first-child {
	width:5%;
	margin-right:4%;
}
.m-write-box-four ul li div ul li div:last-child {
	width:90%;
}
.m-write-box-one ul li div img {
	margin-right:1.25rem;
}
;}*/


@media only screen and (min-width:1025px) {
	.m-public-box-tow ul .am-u-lg-9 {
		width: 81.667%;
	}

}

@media only screen and (min-width:641px) {
	.m-public-box-tow ul .am-u-lg-9 {
		width: 81.667%;
	}
}


@media only screen and (min-width:1024px) and (max-width:1920px) {
	.m-header-banner {
		height: 25rem !important;
		padding-top: 10rem;
	}
	.m-header-banner_index{
		height: 46.25rem !important;
		padding-top: 15rem;
	}	
	.m-hd {
		/* height: 3.125rem; */
		padding-top: 0;
	}
	    .m-hd .m-right .m-right_li {
	        margin-left: 5px !important;
	    }
	.m-header-banner h2 {
		font-size: 3rem;
		margin: 0;
		padding: 0;
	}

	.m-header-banner p {
		font-size: 1.25rem;
		margin: 0;
		padding: 0;
	}

	.m-header-banner a {
		font-size: 1rem;
		margin: 0;
	}
.m-write-box-tow .write-ul-box .right_list {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		align-content: center;
		flex-wrap: nowrap;
	}

	.m-write-box-tow .write-ul-box .right_list .right_list_div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		padding-top: 0.3125rem;
	}
	.m-write-box-four .write-ul-box .right_list .right_list_div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		padding-top: 0.3125rem;
	}
	.m-footer-right ul {
		float: none;
	}

	.m-footer-right {
		display: block !important;
	}

	.m-footer-links {
		/* padding-right:3.75rem;*/

	}


	.m-index-box-four {
		padding: 0;
	}

	.m-index-box-five {
		padding: 0;
		height: 28.125rem;
	}

	/* .w1200 {
		width: 100%;
	} */

	.m-hd .m-among li {
		padding: 0 0.375rem;
	}

	.m-write-box-tow .write-ul-box {
		display: flex;
	}

}

@media only screen and (min-width:601px) and (max-width:1024px) {
	.m-hd {
		/* height: 3.125rem; */
		padding: 0;
	}
	.m-hd .m-right {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		align-content: flex-start;
		justify-content: center;
		width: 100%;
	}
	
	.m-hd .m-right .m-right_li {
		margin: 0rem;
	}
	.m-hd .m-right .m-right_li:last-child{
		margin-top: 0.625rem;
	}
	.m-hd .am-nav>li>a {
		position: relative;
		display: block;
		padding: 0.4em;
		font-size: 0.875rem;
	}

	.m-hd .m-about li {
		float: left;
		margin-left: 0.3125rem;
		font-size: 0.875rem;
	}

	.m-hd .am-btn {
		padding: 0.5em 0.4em;
	}
	.m-header-banner_index{
		height: 30rem;
		padding-top: 13.75rem;
		text-align: center;
	}
	.m-header-banner {
		height: 30rem;
		padding-top: 13.75rem;
		text-align: center;
	}

	.m-header-banner h2 {
		font-size: 1.875rem;
		margin: 0;
		padding: 0;
	}

	.m-header-banner p {
		font-size: 1.25rem;
		margin: 0;
		padding: 0;
	}

	.m-header-banner a {
		font-size: 1rem;
		margin: 0;
	}


	.m-footer-right ul {
		float: none;
	}

	/* .m-footer-right {
		display: none;
	} */

	/* .m-footer-links {
		padding-right:3.125rem;
	}*/

	.m-index-box-four {
		padding: 0;
	}

	.m-index-box-five {
		padding: 0;
		height: 25rem;
	}

	.w1200 {
		width: 100%;
	}

	.m-header {
		padding: 0rem !important;
	}

	/* .price-page .tabs {
	height:10rem;
}*/
	.price-page .tabs-input {
		margin-top: 0.625rem;
	}

	.relation {
		display: none;
	}

	.m-write-box-four ul {
		padding: 1.25rem;
	}

	.m-write-box-tow li {
		width: 100%;
	}

	.m-write-box-tow ul li {
	 margin-bottom: 1.625rem;
	}

	.m-popularize-box-three ul li div {
		width: 94%;
		text-align: center;
	}

	.lineBox {
		display: none;
	}

	.m-write-box-four ul li div h1,
	.m-write-box-tow ul li div h1,
	.m-write-box-three ul li h1 {
		text-align: center;
		float: none;
	}

	.m-write-box-tow .write-ul-box .m-write-box-tow ul li div h1 {
		margin-bottom: 1.25rem;
	}
	.m-write-box-tow .write-ul-box {
		display: flex;
	}
	.m-write-box-tow .write-ul-box li div .left_img {
		width: 100%;
	}
	
	.m-write-box-four .write-ul-box li div .left_img {
		width: 100%;
	}
	.m-write-box-four ul li div ul li div:first-child {
		width: 5%;
		margin-right: 4%;
	}

	.m-write-box-four ul li div ul li div:last-child {
		width: 90%;
	}

	.m-write-box-one ul li div img {
		margin-right: 1.25rem;
	}


}


@media only screen and (max-width:601px) { 
	.m-hd {
		height: 3.125rem;
		padding: 0;
	}
	
	.m-write-box-tow ul li div ul li{
		    padding-bottom: 4rem;
	}
	.m-header-banner {
		height: 23.75rem;
		padding-top: 4.6875rem;
		text-align: center;
	}

	.m-header-banner h2 {
		font-size: 1.875rem;
		margin: 0;
		padding: 0;
	}

	.m-header-banner p {
		font-size: 1.2rem;
		margin: 0;
		padding: 0;
	}

	.m-header-banner a {
		font-size: 1rem;
		margin: 0;
	}
	.lineBox {
		display: none;
	}
	.m-write-box-tow ul li div h1,.m-write-box-three ul li h1,.m-write-box-four ul li div h1 {
		margin-bottom: 1.25rem;
		text-align: center;
		float: none;
	}
	
	.m-footer-right ul {
		float: none;
	}

	.m-footer-links h2 {
		padding-bottom: 0.625rem !important;
	}

	.m-footer-right {
		display: none;
	}

	.m-popularize-box-one ul li {
		flex-wrap: wrap;
	}

	.m-footer-links {
		padding-right: 1.875rem;
		padding-bottom: 1.25rem;
	}

	.m-footer-left {
		display: block;
	}

	.m-footer-ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		align-content: flex-start;
		justify-content: flex-start;
	}
	.m-write-box-four ul li div ul li div p {
	line-height: 2rem;
	}
	.m-write-box-four ul li div ul li {
	  padding-bottom: 6rem;
	}
	.m-footer-li {
		padding: 0rem 0rem 0.625rem 0rem;
		margin: 0rem;
	}
	.m-footer-li .qq_icon{
		display: none;
	}
	.m-index-box-four {
		padding: 0;
	}

	.m-index-box-five {
		padding: 0;
		height: 18.75rem;
	}

	.w1200 {
		width: 100%;
	}

	.price-page .tabs {
		/* height:10rem;*/
		margin-bottom: 0rem;
	}

	.price-page .tabs .tabs-content .left {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.price-page .tabs .layui-form-radioed>div {
		width: 6.5rem;
	}

	.price-page .tabs .layui-form-radio>div {
		width: 6.2rem;
	}

	.price-page .tabs .tabs-content .tabs-input {
		padding-top: 1.25rem;
		width: 100%;
	}

	.m-header {
		padding: 0rem !important;
	}

	.layui-form-radio:last-child {
		padding-right: 0rem;
		margin-right: 0rem;
	}

	.layui-form-radio {
		margin-right: 0rem;
		padding-right: 0.5rem;
	}

	.layui-form-radio:last-child {
		padding-right: 0rem;
		margin-right: 0rem;
	}

	.m-write-box-tow .write-ul-box li div .left_img {
		width: 100%;
	}

	.m-write-box-four .write-ul-box li div .left_img {
		width: 100%;
	}
}