body {
	background-color: #fff;
	max-width:100vw !important;
}

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: inherit;
}

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

.home_pages .addr{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1920px;
}

@media (max-width: 1440px) {

	/*如果媒体满足0-750 之间,那么会应用这里面的样式*/
	body {
		position: relative;
		overflow-x: hidden;
	}

	.main-content {
		width: 100%;
		height: 100%;
	}

	.home_pages {
		position: relative;
		width: 100%;
		height: 100vh;
		padding-top: 112px;
		background: url("../images/bg1.png"), no-repeat;
		background-size: cover;
		padding-bottom: 60px;
	}

	.header_out {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 112px;
		z-index: 99;
	}

	.header_out .mobmark{
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
		z-index: -1;
		background-color: rgba(0,0,0,0.5);
	}

	/* 头部样式 */
	.header {
		width: 100%;
		height: 112px;
		padding: 0px 24px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header_scorll {
		background: rgba(0, 0, 0, 0.60);
	}

	.header_log {
		display: inline-block;
		height: 72px;
	}
	.header_log a img{
		height: 72px;
	}

	.mobtitle_img,
	.mobheader_title {
		width: 48px;
		height: 48px;
	}

	/* 隐藏pc 端的头部菜单*/
	.pcheader_title {
		display: none;
	}

	/* log 标题样式 */
	.log_content {
		width: calc(100% - 180px);
		margin: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 63px;
	}

	/* 展开的菜单项样式 */
	.menu {
		position: absolute;
		top: 112px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 338px;
		background: #FFFFFF;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
		border-radius: 0px 0px 24px 24px;
		padding: 34px 0px 36px 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 32px;
		justify-content: space-between;
	}

	.menu a {
		color: rgba(0, 0, 0, 0.65);
	}

	.mob_close {
		display: none;
	}

	.pclog_img {
		display: none;
	}

	/* 隐藏pc 端的公告中的关闭按钮 */
	.pc_close {
		display: none;
	}

	.log_text {
		padding-top: 40px;
		font-size: 24px;
		color: #FFFFFF;
	}

	.title_text{
		text-shadow:0px 0px 0 rgb(149,149,149),1px 1px 0 rgb(110,110,110),2px 2px 0 rgb(71,71,71),3px 3px 0 rgb(32,32,32),4px 4px 0 rgb(-7,-7,-7), 5px 5px 0 rgb(-46,-46,-46),6px 6px 5px rgba(0,0,0,0.85),6px 6px 1px rgba(0,0,0,0.5),0px 0px 5px rgba(0,0,0,.2);
		font-size: 2.5rem;
	    font-weight: 800;
	    font-family: 'Microsoft YaHei';
	    line-height: 1em;
	    color: #fff;
	}

	/* 网站链接样式 */
	.home_link {
		width: calc(100% - 24px);
		height: 950px;
		background: #FFFFFF;
		border-radius: 24px;
		margin: 50px auto 0px;
		padding: 34px 32px;
		border: 1px solid #979797;
	}

	.home_item {
		width: 100%;
		height: 88px;
		line-height: 88px;
		background: #F3F7FE;
		border-radius: 8px;
		margin-top: 24px;
		padding: 0px 32px 0px 24px;
		font-size: 24px;
		color: #175CE6;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.home_item a {
		color: #175CE6;
	}

	.home_itemone {
		margin-top: 0px;
	}

	.mobcollection_con {
		display: flex;
		align-items: center;
	}

	/* 隐藏pc端的箭头 */
	.pccollection_con {
		display: none;
	}

	/* 采集页样式 */
	.collection_page {
		width: 100%;
		/* height: 100%; */
		background: #E9ECF2;
		padding-top: 46px;
	}

	/* 采集标题 */
	.collect_title {
		width: calc(100% - 48px);
		text-align: center;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.collect_title span:nth-child(1) {
		font-size: 44px;
		color: #000000;
		font-weight: 500;
	}

	.collect_title span:nth-child(2) {
		padding-top: 8px;
		font-size: 24px;
		color: rgba(0, 0, 0, 0.65);
	}

	/* 采集工具下载 */
	.collect_tool {
		padding-top: 40px;
		width: calc(100% - 48px);
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.collect_tool li {
		/*width: 50%;*/
		padding-right: 20px;
		margin-bottom: 24px;
	}

	.collect_tool li>div {
		width: 100%;
		background: #FFFFFF;
		border-radius: 24px;
		position: relative;
	}

	.collect_tool li>div:hover{
		top: -10px;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1) !important;
	}

	.collect_tool li:nth-child(even) {
		padding-right: 0px;
	}

	.collect_tool li img {
		width: 100%;
	}

	.collect_tool li .collect_item {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 24px 0px 32px 0px;
	}

	.collect_tool li .collect_item span:nth-child(1) {
		font-size: 28px;
		color: #000000;
		font-weight: 500;
	}

	.collect_tool li .collect_item span:nth-child(2) {
		font-size: 20px;
		color: rgba(0, 0, 0, 0.65);
		padding: 12px 0px 32px 0px;
	}

	.collect_tool li .collect_item button {
		width: 152px;
		height: 54px;
		background: #FFFFFF;
		border: 1.28px solid #427FF8;
		border-radius: 28px;
		font-size: 20px;
		color: #427FF8;
	}

	/* 隐藏移动端的采集图片 */
	.collect_tool li .pccollect_img {
		display: none;
	}

	/* 隐藏圆点 */
	.dot_box {
		display: none;
	}

	/* 赞助页 */
	.sponsor_pages {
		position: relative;
		padding-top: 24px;
		width: 100%;
		height: calc(100% - 70px);
		background: #E9ECF2;
	}

	.sponsor_header {
		width: 100%;
		height: 400px;
		background: #427FF8;
	}

	.sponsor_header p {
		width: calc(100% - 48px);
		margin: 0 auto;
		padding: 64px 0px 0px 56px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.sponsor_header p span:nth-child(1) {
		font-size: 44px;
		color: #FFFFFF;
		font-weight: 500;
	}

	.sponsor_header p span:nth-child(2) {
		font-size: 24px;
		color: #FFFFFF;
		padding-top: 16px;
	}

	.sponsor_content {
		position: relative;
		top: -158px;
		left: 0px;
		width: calc(100% - 48px);
		margin: 0 auto;
		background: #fff;
		border-radius: 16px;
		padding: 60px 12px 80px 32px;
	}

	.sponsor_plate .sponsor_plate_title {
		display: flex;
		flex-direction: column;
	}

	.sponsor_plate_title span:nth-child(1) {
		font-size: 36px;
		color: #000000;
		font-weight: 500;
	}

	.sponsor_plate_title span:nth-child(2) {
		padding-top: 16px;
		font-size: 24px;
		color: rgba(0, 0, 0, 0.65);
	}

	.sponsor_box {
		margin-top: 32px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}

	.sponsor_box li {
		width: 50%;
		/* text-align: center; */
		margin-top: 20px;

		/* margin-right: 20px; */
		padding-right: 20px;
	}

	.sponsor_box li>div {
		padding: 40px 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		border-radius: 8px;
	}


	.sponsor_box li p {
		font-size: 56px;
		display: flex;
		align-items: center;
		color: #FFFFFF;
		font-weight: 500;
	}

	.sponsor_box li p>span {
		font-size: 24px;
		padding-left: 4px;
	}

	.sponsor_box li span {
		font-size: 24px;
		color: #FFFFFF;
	}

	.sponsor_box li:nth-child(even) {
		margin-right: 0px;
	}

	.sponsor_box li:nth-child(-n+3)>div {
		background: url("../images/广告赞助奖励1.png"), no-repeat;
		background-size: cover;
	}

	.sponsor_box li:nth-child(n+4)>div {
		background: url("../images/广告赞助奖励2.png"), no-repeat;
		background-size: cover;

	}

	.sponsor_plate {
		margin-top: 60px;
	}

	.sponsor_plate:nth-child(1) {
		margin-top: 0px;
	}

	.sponsor_plate:nth-child(3) {
		margin-top: 121px;
	}

	.sponsor_text {
		padding-top: 32px;
		padding-left: 20px;
		padding-right: 32px;
	}

	.sponsor_text li {
		list-style: disc;
		font-size: 24px;
		line-height: 38px;
		color: rgba(0, 0, 0, 0.85);
	}

	.sponsor_text li::marker {
		color: rgba(0, 0, 0, 0.85);
	}

	.sponsor_recommend {
		padding-top: 32px;
	}

	.sponsor_recommend li {
		margin-top: 20px;
		padding: 39px 0px;
		padding-left: 32px;
		width: 389px;
		background: url("../images/站长推荐奖励.png"), no-repeat;
		background-size: 100%, 100%;
	}

	.sponsor_recommend li:nth-child(1) {
		margin-top: 0px;
	}

	.sponsor_recommend li p {
		font-size: 56px;
		color: #FFFFFF;
		font-weight: 500;
		padding-bottom: 16px;
	}

	.sponsor_recommend li p>span {
		font-size: 24px;
		color: #FFFFFF;
	}

	.sponsor_recommend li span {
		font-size: 24px;
		color: #FFFFFF;
	}


	/* 底部样式 */
	.footer_box {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: -238px;
		width: 100%;
		height: 341px;
		padding-top: 50px;
		background: #141D35;
		text-align: center;
	}

	.footer_box>p {
		font-size: 24px;
		color: #FFFFFF;
	}


	.footer_box p span {
		display: block;
		padding-top: 26px;
	}

	.footer_box p:nth-child(1) {
		width: 702px;
		margin: 0 auto;
		line-height: 30px;
		padding-bottom: 40px;
	}

	.footer_box p .line {
		display: inline-block;
		width: 100%;
		padding-top: 0px;
	}

	.footer_box p:nth-child(2) {
		font-size: 20px;
	}

	.border {
		width: 702px;
		margin: 0 auto;
		height: 1px;
		border: 1px solid #263249;
		margin-bottom: 40px;
	}

	.go_top {
		display: none;
	}

	/* 公告管理 */
	.announcement {
		position: relative;
		display: none;
	}
	.announcement .mark{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.40);
		z-index: 99;
	}

	.announcement .content{
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 134px);
		min-height: 506px;
		background: #FFFFFF;
		border-radius: 24px;
		padding: 32px;
		z-index: 9999;
	}

	.announcement .title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 32px;
		color: #000000;
		font-weight: 500;
	}

	.annouun_content {
		display: inline-block;
		padding: 48px 0px;
		font-size: 28px;
		color: rgba(0, 0, 0, 0.85);
		max-width: 100%;
		word-break: break-all;
	}

	.announcement .announ_btn {
		position: absolute;
		bottom: 32px;
		right: 32px;
		width: 180px;
		height: 72px;
		background: #427FF8;
		border-radius: 40px;
		border-color: #427FF8;
		border-width: 0px;
		font-size: 28px;
		color: rgba(255, 255, 255, 0.85);
	}

	/* 遮罩层 */
	.mark {
		position: absolute;
		/* display: none; */
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.40);
	}

}

@media (min-width: 1440px) {

	body {
		position: relative;
		overflow-x: hidden;
	}

	.main-content {
		position: relative;
		height: 100%;
	}

	.home_pages {
		padding-top: 76px;
		position: relative;
		width: 100%;
		height: 100vh;
		background: url("../images/bg1.png"), no-repeat;
		background-size: 100%, 100%;
	}

	.header_out {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 76px;
		z-index: 99;
	}

	/* 头部样式 */
	.header {
		max-width: 1920px;
		width: 80%;
		height: 76px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;

		color: #FFFFFF;
		font-weight: 500;
	}

	.header_scorll {
		background: rgba(0, 0, 0, 0.70);
	}

	.header_log {
		display: inline-block;
		/*width: 116.88px;*/
		height: 56px;
		/*background: url("../images/淘片logo3-白色.png"), no-repeat;*/
		/*background-size: 116.88px, 33px;*/
	}

	.header_log a img{
		height: 56px;
	}

	.header_margin {
		display: inline-block;
		padding: 0px 60px;
	}

	.pcheader_title span {
		cursor: pointer;
		padding-right: 25px;
	}
	.pcheader_title span:last-child{
		padding-right: 0;
	}

	.pcheader_title a {
		color: #fff;
	}
	.header_out.header_scorll .pcheader_title a {
		color: #fff;
	}

	/* 隐藏移动端的头部菜单 */
	.mobheader_title {
		display: none;
	}

	/* log 标题样式 */
	.log_content {
		width: calc(100% - 720px);
		margin: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 55px;
	}

	.moblog_img {
		display: none;
	}

	.title_text{
		text-shadow:0px 0px 0 rgb(149,149,149),1px 1px 0 rgb(110,110,110),2px 2px 0 rgb(71,71,71),3px 3px 0 rgb(32,32,32),4px 4px 0 rgb(-7,-7,-7), 5px 5px 0 rgb(-46,-46,-46),6px 6px 5px rgba(0,0,0,0.85),6px 6px 1px rgba(0,0,0,0.5),0px 0px 5px rgba(0,0,0,.2);
		font-size: 2.5rem;
	    font-weight: 800;
	    font-family: 'Microsoft YaHei';
	    line-height: 1em;
	    color: #fff;
	}

	.log_text {
		padding-top: 24px;
		font-size: 18px;
		color: #FFFFFF;
	}

	/* 隐藏移动端的公告中的关闭按钮 */
	.mobgray_close {
		display: none;
	}

	/* 公告管理 */
	.announcement {
		position: relative;
		display: none;
	}
	.announcement .mark{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.40);
	}
	.announcement .content{
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 480px;
		min-height: 304px;
		background: #FFFFFF;
		border-radius: 16px;
		padding: 24px;
		z-index: 9999;
	}

	.announcement .title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 18px;
		color: #000000;
		font-weight: 500;
	}
	
	.announcement p {
		font-size: inherit;
	}

	.announcement .pc_close {
		cursor: pointer;
	}

	.annouun_content {
		display: inline-block;
		padding: 32px 0px;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.85);
		max-width: 100%;
		width: 100%;
		word-break: break-all;
	}

	.announcement .announ_btn {
		cursor: pointer;
		position: absolute;
		bottom: 24px;
		right: 24px;
		width: 96px;
		height: 40px;
		background: #427FF8;
		border-color: #427FF8;
		border-radius: 20px;
		border-width: 0px;
		font-size: 16px;
		color: rgba(255, 255, 255, 0.85);
	}

	/* 网站链接样式 */
	.home_link {
		/*width: calc(100% - 1024px);*/
		width: 800px;
		min-width: 573px;
		height: 792px;
		background: #FFFFFF;
		border-radius: 16px;
		margin: 48px auto;
		padding: 64px 48px;
	}

	.home_item {
		cursor: pointer;
		width: 100%;
		height: 64px;
		line-height: 64px;
		background: #F3F7FE;
		border-radius: 8px;
		margin-top: 24px;
		padding: 0px 24px;
		font-size: 18px;
		color: #175CE6;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.home_item:first-child{
		margin-top: 0;
	}

	.home_item a {
		color: #175CE6;
	}
	.activeItem {
		background: #427FF8;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
		color: #FFFFFF;
		cursor: pointer;
	}

	.activeItem .arrow {
		display: none;
	}

	.home_item .arrow_white {
		display: none;
	}

	.activeItem .arrow_white {
		display: block
	}

	.activeItem>span:nth-child(1) a {
		color: #fff;
	}


	/* .home_item .active-a {
		color: #fff;
	} */

	.pccollection_con {
		display: flex;
		align-items: center;
	}

	.pccollection_con span {
		font-size: 16px;
	}

	.pccollection_con img {
		margin-left: 12px;
	}

	/* 隐藏移动端的箭头 */
	.mobcollection_con {
		display: none;
	}

	/* 圆点样式 */
	.dot_box {
		position: fixed;
		top: 388px;
		right: 73px;
		display: flex;
		flex-direction: column;
	}

	.dot_box p {
		cursor: pointer;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #A7BCD6;
		position: relative;
	}

	.dot_box p:hover span{
		position: absolute;
		top: -13px;
		right: 30px;
		display: inline-block;
		height: 36px;
		min-width: 102.5px;
		line-height: 36px;
		text-align: center;
		background: #427FF8;
		font-size: 16px;
		color: #FFFFFF;
	}


	.dot_box p:nth-child(2) {
		margin: 56px 0px;
	}

	.dot_box .active_dot{
		position: relative;
		cursor: pointer;
		background: #427FF8;
		border: 3px solid #FFFFFF;
		box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
	}

	.dot_box p span {
		display: none;
	}

	.dot_box .active_dot span,
	.dot_box .hover_dot span {
		position: absolute;
		top: -13px;
		right: 30px;
		display: inline-block;
		height: 36px;
		min-width: 102.5px;
		line-height: 36px;
		text-align: center;
		background: #427FF8;
		font-size: 16px;
		color: #FFFFFF;
	}

	.dot_box .active_dot span::after,
	.dot_box .hover_dot span::after {
		position: absolute;
		right: -5px;
		top: 14px;
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-left: 5px solid #427FF8;
		border-bottom: 5px solid transparent;
	}

	/* 采集页样式 */
	.collection_page {
		position: relative;
		width: 100%;
		background: #E9ECF2;
		padding: 76px 0;
	}

	/* 采集标题 */
	.collect_title {
		max-width: 1920px;
		width: 80%;
		text-align: center;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 20px;
	}

	.collect_title span:nth-child(1) {
		font-size: 28px;
		color: #000000;
		font-weight: 500;
	}

	.collect_title span:nth-child(2) {
		padding-top: 8px;
		font-size: 16px;
		color: rgba(0, 0, 0, 0.65);
	}

	/* 采集工具下载 */
	.collect_tool {
		padding-top: 40px;
		max-width: 1920px;
		width: 80%;
		min-width: 797px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.collect_tool li {
		cursor: pointer;
		width: 25%;
		/* height: 360px; */
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.collect_tool li>div {
		width: 100%;
		background: #FFFFFF;
		border-radius: 16px;
		position: relative;
		overflow: hidden;
	}

	.collect_tool li>div:hover {
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1) !important;
	}
	.collect_tool li>div:hover button{
		background: #427FF8 !important;
		color: #fff !important;
	}

	.collect_tool li:nth-child(4),
	.collect_tool li:nth-child(8) {
		margin-right: 0px;
	}

	.collect_tool li:nth-child(n+5) {
		/* margin-top: 20px; */
	}

	.collect_tool li img {
		width: 100%;
	}

	.collect_tool li .collect_item {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 16px 0px 24px 0px;
	}

	.collect_tool li .collect_item span:nth-child(1) {
		font-size: 22px;
		color: #000000;
		font-weight: 500;
	}

	.collect_tool li .collect_item span:nth-child(2) {
		font-size: 14px;
		color: rgba(0, 0, 0, 0.65);
		padding: 8px 0px 24px 0px;
	}

	.collect_tool li .collect_item button {
		cursor: pointer;
		width: 120px;
		height: 40px;
		background: #FFFFFF;
		border: 1px solid #427FF8;
		border-radius: 22.5px;
		color: #427FF8;
		font-size: 14px;
	}

	/* 隐藏移动端的采集图片 */
	.collect_tool li .mobcollect_img {
		display: none;
	}

	/* 赞助页 */
	.sponsor_pages {
		position: relative;
		width: 100%;
		background: #E9ECF2;
	}

	.sponsor_header {
		width: 100%;
		height: 304px;
		background: #427FF8;
		padding-top: 50px;
	}

	.sponsor_header p {
		max-width: 1920px;
		width: 80%;
		margin: 0 auto;
		padding: 65px 0px 0px 46px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.sponsor_header p span:nth-child(1) {
		font-size: 28px;
		color: #FFFFFF;
		font-weight: 500;
	}

	.sponsor_header p span:nth-child(2) {
		font-size: 16px;
		color: #FFFFFF;
		padding-top: 8px;
	}

	.sponsor_content {
		position: relative;
		top: -62px;
		left: 0px;
		max-width: 1920px;
		width: 80%;
		margin: 0 auto;
		background: #fff;
		border-radius: 16px;
		padding: 82px 0px 100px 46px;
	}

	.sponsor_plate .sponsor_plate_title {
		display: flex;
		flex-direction: column;
	}

	.sponsor_plate_title span:nth-child(1) {
		font-size: 28px;
		color: #000000;
		font-weight: 500;
	}

	.sponsor_plate_title span:nth-child(2) {
		padding-top: 8px;
		font-size: 16px;
		color: rgba(0, 0, 0, 0.65);
	}

	.sponsor_box {
		margin-top: 20px;
		padding-right: 46px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}

	.sponsor_box li {
		width: 33.3%;
		margin-top: 20px;
		padding-right: 20px;
	}

	.sponsor_box li>div {
		padding: 61px 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		border-radius: 8px;
	}

	.sponsor_box li p {
		font-size: 48px;
		display: flex;
		align-items: center;
		color: #FFFFFF;
		font-weight: 500;
	}

	.sponsor_box li p>span {
		font-size: 20px;
		padding-left: 5px;
	}

	.sponsor_box li span {
		font-size: 16px;
		color: #FFFFFF;
	}

	.sponsor_box li:nth-child(3),
	.sponsor_box li:nth-child(6) {
		padding-right: 0px;
	}

	.sponsor_box li:nth-child(-n+3)>div {
		background: url("../images/广告赞助奖励1.png"), no-repeat;
		background-size: cover;
	}

	.sponsor_box li:nth-child(n+4)>div {
		background: url("../images/广告赞助奖励2.png"), no-repeat;
		background-size: cover;

	}

	.sponsor_plate {
		margin-top: 80px;
	}

	.sponsor_plate:nth-child(1) {
		margin-top: 0px;
	}

	.sponsor_plate:nth-child(3) {
		margin-top: 109px;
	}

	.sponsor_plate:nth-child(4) {
		margin-top: 60px;
	}

	.sponsor_text {
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 32px;
	}

	.sponsor_text li {
		list-style: disc;
		font-size: 18px;
		line-height: 38px;
		color: rgba(0, 0, 0, 0.85);
	}

	.sponsor_text li::marker {
		color: rgba(0, 0, 0, 0.85);
	}

	.sponsor_recommend {
		display: flex;
		flex-wrap: wrap;
		padding-top: 40px;
	}

	.sponsor_recommend li {
		padding: 31px 0px;
		padding-left: 24px;
		padding-right: 202px;
		/* width: 32%; */
		margin-right: 20px;
		margin-bottom: 20px;
		background: url("../images/站长推荐奖励.png"), no-repeat;
		background-size: 100%, 100%;
	}

	.sponsor_recommend li:nth-child(3) {
		/* margin-right: 0px; */
	}

	.sponsor_recommend li p {
		font-size: 48px;
		color: #FFFFFF;
		font-weight: 500;
		padding-bottom: 16px;
	}

	.sponsor_recommend li p>span {
		font-size: 20px;
		color: #FFFFFF;
	}

	.sponsor_recommend li span {
		font-size: 20px;
		color: #FFFFFF;
	}

	/* 底部样式 */
	.footer_box {
		width: 100%;
		height: 240px;
		padding-top: 48px;
		background: #141D35;
		text-align: center;
	}

	.footer_box p {
		font-size: 16px;
		color: #FFFFFF;
	}

	.footer_box p:nth-child(1) {
		width: 80%;
		margin: 0 auto;
		line-height: 28px;
		padding-bottom: 31px;
	}

	.border {
		width: 80%;
		margin: 0 auto;
		height: 1px;
		border: 1px solid #263249;
		margin-bottom: 32px;
	}


	.footer_box p .line {
		display: none;
	}

	/* 返回顶部的样式  */
	.go_top {
		display: none;
		cursor: pointer;
		position: fixed;
		bottom: 270px;
		right: 56px;
		width: 48px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #FFFFFF;
		border-radius: 8px;
		border-color: #fff;
		box-shadow: 0px;
	}

}