﻿ul, ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
	margin: 0px;
	padding: 0px;
	color: #2638da;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img, input {
	border: 0px;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
	border-radius: 0px;
}

.sy_two li a, .sy_two li .bottom {
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.sy_two li:hover a {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.sy_four .nei .a:hover, .sy_six .ul li h1 a:hover, .sy_six .amore:hover, .sy_nine .left a:hover, .footer_one li h1 a:hover, .footer_one li p a:hover, .footer_four .right a:hover {
	color: #39F
}

.zc_three li .btn_next:hover, .zc_three li .btn_yzm:hover, .ll_one li .btn:hover, .dy_one li .btn:hover {
	background: #2638da;
}

/* header */

.header {
	float: left;
	width: 100%;
	text-align: center;
}

.header .left, .header .zhong, .header .right {
	float: left;
	width: 33.33%;
	text-align: center;
}

.header .left img {
	max-width: 90%
}

.header .zhong {
	line-height: 160px;
	color: #fff;
	font-size: 60px;
}

.header .right {
	width: auto;
	float: right;
	text-align: right;
	padding-right: 5%;
	max-width: 28%
}

.header .right img {
	margin-top: 20px;
}

.header .img {
	float: left;
	width: 100%;
	display: none
}

.img_pc {
	width: 100%;
	height: 100%;
}

@media (min-width: 1500px) {
	.header .zhong {
		font-size: 70px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.header .img_pc {
		float: left;
		width: 100%;
	}
	.header .left {
		width: 100%;
		text-align: center;
	}
	.header .zhong {
		width: 100%;
		line-height: 100px;
		font-size: 32px;
	}
	.header .right {
		width: 100%;
		text-align: center;
		max-width: 100%;
		padding-right: 0;
	}
	.header .right img {
		margin: 0px;
		margin: 0px 30px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.header {
		padding: 0px;
	}
	.header .left {
		width: 100%;
		text-align: center;
	}
	.header .left img {
		max-width: 60%
	}
	.header .zhong {
		width: 100%;
		line-height: 40px;
		font-size: 18px;
	}
	.header .right {
		width: 100%;
		text-align: center;
		max-width: 100%;
		padding-right: 0;
	}
	.header .right img {
		margin: 0px;
		margin: 0px 5px;
		max-width: 42%;
		opacity: 0.7
	}
	.header .img_pc {
		display: none;
	}
	.header .img {
		display: block;
	}
}

/* page1 */

.page1 {
	width: 1030px;
	margin: 0 auto;
}

.page1 ul {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.page1 ul li {
	display: block;
	width: 430px;
	margin: 0px auto;
	margin-top: 50px;
}

.page1 ul li a {
	float: left;
	width: 85%;
	height: 60px;
	border-radius: 100px;
	border: 1px solid #2638da;
	background: #ffffff;
	text-align: center;
	font-size: 18px;
	color: #2638da;
	line-height: 26px;
	margin-top: 1rem;
	padding-top: 10px;
}

.page1 ul li a img {
	float: left;
	display: none;
	margin-top: -15px;
}

.page1 ul li a span {
	font-size: 16px;
	color: #2638da
}

.page1 ul li a.sel {
	background: #2638da;
	color: #fff;
}

.page1 ul li a.sel span {
	color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.page1 {
		width: 90%;
		margin-left: 5%;
		float: left;
	}
	.page1 ul li {
		width: 44%;
		margin: 0px auto;
	}
	.page1 ul li a {
		height: 60px;
		padding-top: 10px;
		font-size: 20px;
		line-height: 26px;
	}
	.page1 ul li a span {
		font-size: 15px;
	}
	.page1 ul li a img {
		height: 70px;
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.page1 {
		width: 70%;
		margin-left: 15%;
		float: left;
		padding-top: 0px;
		padding-bottom: 0;
	}
	.page1 ul li {
		width: 100%;
		margin: 0px;
		margin-top: 20px;
		float: left;
	}
	.page1 ul li a {
		height: 47px;
		padding-top: 7px;
		font-size: 16px;
		line-height: 20px;
		margin-left: auto;
		margin-top: 3rem;
		width: 100%;
	}
	.page1 ul li a span {
		font-size: 12px;
	}
	.page1 ul li a img {
		height: 54px;
		margin-top: -7px;
	}
	.page1 ul {
		margin-bottom: 0
	}
}

/* footer */

footer {
    width: 100%;
    height: 80px !important;
    order: 3 !important;
    position: fixed !important;
    bottom: 0 !important;
}

@media(max-width:767px) {
	head {
		width: 100% !important;
		height: 400px !important;
		order: 1;
	}
	footer {
		width: 100% !important;
		height: auto !important;
		order: 3;
		position: fixed !important;
		bottom: 0 !important;
		left: auto !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	footer {
		padding: 20px 0px;
	}
	footer .img_pc {
		float: left;
		width: 100%;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	footer {
		padding: 0px;
	}
	footer .img_pc {
		display: none
	}
	footer .img {
		display: block;
		width: 100%;
	}
}

/* 注册 zc */

.zc_main {
	width: 680px;
	margin: 0px auto;
}

.zc_one {
	float: left;
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	font-size: 20px;
	color: #2638da;
	line-height: 30px;
}

.zc_one span {
	font-size: 18px;
	color: #2638da;
}

.zc_two {
	float: left;
	width: 100%;
	border-bottom: 1px solid #2638da;
	text-align: center;
}

.zc_two li {
	display: inline-block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #2638da;
	border-bottom: 0px;
	margin: 0px 10px;
	color: #2638da;
	font-size: 16px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #ffffff;
	cursor: pointer;
	border-bottom: none !important;
}

.zc_two li.sel {
	background: #2638da;
	color: #fff
}

.zc_three {
	float: left;
	width: 88%;
	margin-left: 6%;
	padding: 5px 0px;
}

.zc_three li {
	float: left;
	width: 100%;
	padding: 15px 0px;
}

.zc_three li span {
	float: left;
	line-height: 50px;
	color: #2638da;
	font-size: 16px;
	padding-right: 10px;
}

.zc_three li .txt {
	border: 1px solid #2638da;
	padding-left: 70px;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.zc_three li .txt::-webkit-input-placeholder {
	color: #ffffff;
}

.zc_three li .txt:-moz-placeholder {
	color: #ffffff;
}

.zc_three li .txt::-moz-placeholder {
	color: #ffffff;
}

.zc_three li .txt:-ms-input-placeholder {
	color: #ffffff
}

.zc_three li .txt_tell {
	float: left;
	width: 70%;
}

.zc_three li .txt_yzm {
	float: left;
	width: 44%;
}

.zc_three li .txt_xin {
	float: left;
	width: 44%;
}

.zc_three li .img_yzm {
	float: left;
	margin-left: 20px;
	height: 40px;
}

.zc_three li .btn_yzm {
	float: left;
	margin-left: 20px;
	background: #2638da;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	width: 23%;
}

.zc_three li .btn_next {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #2638da;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.zc_four {
	float: left;
	width: 100%;
	border-top: 1px solid #2638da;
	padding: 20px 0px;
	text-align: center;
	color: #2638da;
	font-size: 16px;
	line-height: 25px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.zc_one {
		font-size: 30px;
	}
	.zc_one span {
		font-size: 18px;
	}
	.zc_two li {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.zc_main {
		float: left;
		width: 90%;
		margin-left: 5%
	}
	.zc_one {
		font-size: 20px;
		line-height: 20px;
		padding: 20px 0px;
	}
	.zc_one span {
		font-size: 12px;
	}
	.zc_two li {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		width: 110px;
		margin: 0px 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.zc_three {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 20px 0px;
	}
	.zc_three li {
		width: 100%;
		padding: 9px 0px;
	}
	.zc_three li span {
		float: left;
		width: 25%;
		font-size: 14px;
		padding: 0;
		line-height: 40px;
	}
	.zc_three li .txt {
		line-height: 40px;
		height: 40px;
		font-size: 13px;
	}
	.zc_three li .txt_tell {
		width: 64%;
		padding-left: 10%;
		background-size: 40px;
	}
	.zc_three li .txt_yzm {
		width: 35%;
		padding-left: 10%;
		background-size: 24px;
	}
	.zc_three li .img_yzm {
		margin: 0px;
		width: 25%;
		float: right;
		height: 40px;
	}
	.zc_three li .txt_xin {
		width: 35%;
		padding-left: 10%;
		background-size: 32px;
	}
	.zc_three li .btn_yzm {
		width: 27%;
		float: right;
		height: 42px;
		line-height: 42px;
		font-size: 13px;
		margin: 0px;
	}
	.zc_three li .btn_next {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.zc_four {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 0px;
	}
	.zc_four img {
		width: 20px;
	}
}

/* 联络信息 ll */

.zc_four {
	border-top: none;
}

.main {
	width: 680px;
	margin: 0px auto;
}

.ll_one {
	float: left;
	width: 100%;
	padding: 30px 0px;
}

.ll_one li {
	float: left;
	width: 100%;
	padding-top: 20px;
	line-height: 40px;
	font-size: 16px;
	color: #2638da;
}

.ll_one li span {
	float: left;
	width: 20%;
	font-size: 16px;
	color: #2638da;
}

.ll_one li .txt {
	float: left;
	width: 76%;
	padding-left: 3%;
	border: 1px solid #2638da;
	line-height: 40px;
	font-size: 16px;
	color: #2638da;
}

.ll_one li .txt::-webkit-input-placeholder {
	color: #ffffff;
}

.ll_one li .txt:-moz-placeholder {
	color: #ffffff;
}

.ll_one li .txt::-moz-placeholder {
	color: #ffffff;
}

.ll_one li .txt:-ms-input-placeholder {
	color: #ffffff
}

.ll_one li label {
	cursor: pointer;
	margin-right: 30px;
	;
	color: #2638da;
}

.ll_one li label input {
	width: 16px;
	height: 16px;
}

.ll_one li .txt3 {
	width: 16%
}

.ll_one li .txt2 {
	width: 38.5%;
	margin: 0px 2%;
}

.ll_one li .select {
	float: left;
	border: 1px solid #2638da;
	line-height: 40px;
	font-size: 16px;
	color: #2638da;
	height: 40px;
	margin-right: 10px;
	width: 26%;
	padding: 0px 5px;
}

.ll_one li .sel_qu {
	width: 24.5%;
	margin-right: 0
}

.ll_one .li, .dy_one .li {
	text-align: center;
}

.ll_one li .btn, .dy_one li .btn, .tx_four .btn {
	height: 40px;
	font-size: 16px;
	background: #2638da;
	color: #fff;
	padding: 0px 75px;
}

.ll_one li .tel {
	width: 20% !important;
}

.ll_one li .tel2 {
	width: 25%;
	margin: 0 2%;
}

.dy_one .bottom .txt_yj {
	float: left;
	width: 78%;
	border: 1px solid #2638da;
	height: 120px;
	line-height: 30px;
	font-size: 20px;
	margin-left: 100px;
	padding-left: 2%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.dy_one .bottom .txt_sm {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

.passport div {
	width: 76%;
	float: left;
	text-align: center;
}

@media (max-width: 767px) {
	/* 手机 */
	.main {
		width: 92%;
		margin-left: 4%;
		float: left;
	}
	.ll_one {
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.ll_one li {
		padding-top: 10px;
		line-height: 36px;
		font-size: 14px;
	}
	.ll_one li span {
		font-size: 14px;
		line-height: 36px;
		width: 26%;
	}
	.ll_one li .txt {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		width: 69%;
		padding-left: 3.5%;
	}
	.ll_one li label input {
		width: 15px;
		height: 15px;
		float: left;
		margin-top: 10px;
		margin-right: 4px;
	}
	.ll_one li label {
		margin-right: 15px;
		float: left;
	}
	.ll_one li .txt3 {
		width: 15%
	}
	.ll_one li .txt2 {
		width: 34.5%;
		margin: 0px 1.5%;
	}
	.ll_one li .select {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		width: 26%;
		margin-right: 1%
	}
	.ll_one li .sel_qu {
		width: 19%;
		margin-right: 0
	}
	.ll_one li .btn, .dy_one li .btn, .tx_four .btn {
		padding: 0px 20px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.dy_one .bottom .txt_yj {
		margin-left: 50px;
		height: 80px;
		font-size: 14px;
		line-height: 26px;
	}
	.dy_one .bottom .txt_sm {
		height: 32px;
		line-height: 32px;
		margin-top: 10px;
		padding: 0px;
		padding-left: 3%;
		font-size: 13px;
	}
	.passport div {
		width: 63%;
	}
	.ll_one li .tel {
		width: 15% !important;
	}
	.ll_one li .tel2 {
		width: 30% !important;
		margin: 0 2% !important;
		padding: 0 !important;
	}
}

.tx_text {
	width: 80%;
	text-align: center;
	margin-top: 2rem;
	margin-left: 16%;
}

/* 调研信息 dy */

.dy_one {
	float: left;
	padding-top: 40px;
	width: 90%;
	margin-left: 5%;
}

.dy_one li {
	float: left;
	width: 100%;
	padding-bottom: 40px;
}

.dy_one li .top {
	float: left;
	width: 100%;
	background: #ffffff;
	color: #2638da;
	font-size: 20px;
	line-height: 60px;
}

.dy_one li .top i {
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #2638da;
	font-size: 48px;
	color: #ffffff;
	font-style: inherit;
	border-right: 10px solid #fff;
}

.dy_one li .top span {
	padding-left: 15px;
	;
	color: #2638da;
}

.dy_one li .bottom {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.dy_one li label {
	float: left;
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	color: #2638da;
	cursor: pointer;
}

.dy_one li label input {
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 100px;
	margin-top: 14px;
	margin-right: 10px;
}

.dy_one li .btn {
	width: 40%;
	margin: 0px 20px;
	background: #2638da;
	color: #fff;
}

.pay p {
	font-size: 1.5rem;
	text-align: center;
	margin: 20vh 0;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.dy_one li .top {
		line-height: 50px;
		font-size: 20px;
	}
	.dy_one li .top i {
		height: 50px;
		width: 50px;
		line-height: 50px;
		font-size: 36px
	}
	.dy_one li label {
		font-size: 20px;
		line-height: 44px;
	}
	.dy_one li label input {
		width: 20px;
		height: 20px;
	}
	.dy_one li .btn {
		font-size: 20px;
		line-height: 50px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.dy_one {
		width: 100%;
		margin-left: 0%;
		padding-top: 20px;
	}
	.dy_one li {
		padding-bottom: 20px;
	}
	.dy_one li .top {
		line-height: 40px;
		font-size: 15px;
	}
	.dy_one li .top i {
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 26px;
		border-right: 5px solid #fff;
	}
	.dy_one li .top span {
		padding-left: 10px;
	}
	.dy_one li label {
		font-size: 20px;
		font-size: 12px;
		line-height: 28px;
	}
	.dy_one li label input {
		width: 14px;
		height: 14px;
		margin-left: 50px;
		margin-top: 8px;
		margin-right: 5px;
	}
	.dy_one li .btn {
		margin: 0px 5px;
		width: 45%;
		padding: 0px;
		font-size: 13px;
	}
}

/* 头像 tx */

.tx_one {
	float: left;
	width: 80%;
	padding-top: 40px;
	text-align: center;
	margin-left: 18%;
}

.tx_one img {
	max-width: 30%;
	border-radius: 400px;
}

.tx_two {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #2638da;
	margin: 0px;
	font-weight: normal;
}

.tx_three {
	float: left;
	line-height: 30px;
	color: #2638da;
	font-size: 16px;
	padding-bottom: 40px;
	text-align: left;
}

.tx_four {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 60px;
}

.tx_four .btn {
	width: 40%;
	background: #2638da;
	color: #fff;
}

.img_passport {
	width: 150px;
}

.shiming .ll_one li .select {
	width: 78%;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.tx_four .btn {
		width: 60%;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.tx_one img {
		max-width: 36%;
		border-radius: 400px;
	}
	.tx_one {
		padding-top: 15px;
	}
	.tx_two {
		line-height: 40px;
		font-size: 15px;
	}
	.tx_three {
		width: 100%;
		padding: 0px;
		margin: 0px;
		font-size: 12px;
		line-height: 20px;
		padding-bottom: 15px;
	}
	.tx_four {
		padding-bottom: 20px;
	}
	.tx_four .btn {
		width: 45%
	}
	.img_passport {
		width: 100px;
		margin-left: calc(25% - 50px);
	}
	.shiming .ll_one li .select {
		width: 73%;
	}
}

body {
	display: flex !important;
	flex-direction: column !important;
}

head {
	width: 1280px !important;
	height: 160px !important;
	order: 1 !important;
}

.zc_main, .main {
	flex: 1 !important;
	margin-bottom: 80px !important;
}

.p_title {
	margin-top: 1rem;
	font-size: 20px;
	text-indent: 40px;
}

.border1 .bottom {
	text-align: center;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	position: absolute;
	/*top: 300px;*/
	width: 100%;
}

.border {
	margin: auto;
	position: relative;
	z-index: 0;
	width: 400px;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
}

.border::before {
	content: '';
	position: absolute;
	z-index: -2;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	background-color: #399953;
	background-repeat: no-repeat;
	background-size: 50% 50%, 50% 50%;
	background-position: 0 0, 100% 0, 100% 100%, 0 100%;
	background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
	-webkit-animation: rotate 4s linear infinite;
	animation: rotate 4s linear infinite;
}

.border::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 6px;
	top: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	/* background: rgb(38, 56, 218); */
	border-radius: 5px;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.border1 {
	position: relative;
}

@keyframes clipMe {
	0%, 100% {
		clip: rect(0px, 260.0px, 2px, 0px);
	}
	25% {
		clip: rect(0px, 2px, 260.0px, 0px);
	}
	50% {
		clip: rect(268.0px, 260.0px, 260.0px, 0px);
	}
	75% {
		clip: rect(0px, 260.0px, 260.0px, 268.0px);
	}
}

@-webkit-keyframes clipMe {
	0%, 100% {
		clip: rect(0px, 260.0px, 2px, 0px);
	}
	25% {
		clip: rect(0px, 2px, 260.0px, 0px);
	}
	50% {
		clip: rect(268.0px, 260.0px, 260.0px, 0px);
	}
	75% {
		clip: rect(0px, 260.0px, 260.0px, 268.0px);
	}
}

/* 我的 wd */

.border1 .wd_one {
	width: 200px;
	height: 200px;
	background: #2638da;
	border-radius: 20px;
	margin: 20px auto;
}

.wd_one h5 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 20px;
	margin: 0px;
	line-height: 76px;
	color: #fff;
	text-align: center;
	width: 100%
}

.wd_one .img {
	float: left;
	width: 190px;
	height: 190px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	background: white;
	border-radius: 10px;
}

.wd_one .img img {
	width: 90%;
	margin: 5%;
}

.wd_one .bottom {
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 3px;
}

.wd_two {
	float: left;
	width: 100%;
	margin-left: 0%;
	margin-bottom: 20px;
}

.wd_two li {
	float: left;
	width: 42%;
	margin-left: 5%;
	margin-bottom: 25px;
}

.wd_two li a {
	float: left;
	width: 92%;
	padding-right: 8%;
	text-align: center;
	border: 1px solid #2638da;
	height: 55px;
	border-radius: 100px;
	border-left: 0px;
	color: #2638da;
	font-size: 20px;
	line-height: 22px;
	padding-top: 15px;
	background: #ffffff;
}

.wd_two li a img {
	float: left;
	margin-top: -16px;
}

.wd_two li a span {
	font-size: 13px;
	color: #2638da;
}

.wd_two li a.sel {
	color: #fff;
	background: #2638da
}

.wd_two li a.sel span {
	color: #fff;
}

.wd_three {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	color: #2638da;
	font-size: 20px;
	padding-top: 20px;
}

.txt_wd {
	float: left;
	width: 92%;
	border: 1px solid #2638da;
	border-radius: 20px;
	padding: 20px 4%;
	height: 240px;
	line-height: 40px;
	font-size: 18px;
	color: #2638da;
	margin-bottom: 40px;
	outline: none;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.wd_one {
		width: 60%;
		margin: 30px 20%;
	}
	.wd_one h5 {
		letter-spacing: 8px;
		font-size: 14px;
		line-height: 60px;
	}
	.wd_one .bottom {
		font-size: 20px;
		line-height: 30px;
		padding: 15px 0px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.wd_one {
		width: 90%;
		margin: 30px 5%;
	}
	.wd_one h5 {
		letter-spacing: 4px;
		font-size: 12px;
		line-height: 50px;
	}
	.wd_one .bottom {
		font-size: 14px;
		line-height: 20px;
		padding: 6px 0px;
	}
	.wd_two li {
		width: 90%;
		margin: 0px;
		margin-left: 5%;
		margin-bottom: 20px;
		padding: 0px;
	}
	.wd_two li a {
		height: 42px;
		width: 92%;
		padding-top: 8px;
		font-size: 18px;
		line-height: 18px;
		padding-right: 8%;
	}
	.wd_two li a img {
		height: 50px;
		margin-top: -8px;
	}
	.wd_two li a span {
		font-size: 12px;
	}
	.wd_three {
		font-size: 16px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.txt_wd {
		width: 92%;
		padding: 10px 4%;
		font-size: 13px;
		line-height: 24px;
		height: 140px;
	}
	.p_title {
		margin-top: 1rem;
		font-size: 14px;
	}
}

.qd_one {
	float: left;
	width: 83%;
	margin: 20px 0px;
	margin-left: 5%;
	border: 1px solid #2638da;
	padding: 10px 3.5%;
	text-align: center;
}

.qd_one img {
	max-width: 100%;
	border-radius: 20px;
}

.dq_two {
	float: left;
	width: 100%;
	padding-top: 35px;
	background: url(../images/bg_04_1.png) no-repeat top center;
	background-size: auto 25px;
	color: #2638da;
	font-size: 12px;
	padding-bottom: 20px;
	line-height: 20px;
	text-align: center;
}

.qd_three {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.qd_three .btn {
	height: 34px;
	background: #2638da;
	color: #fff;
	font-size: 14px;
	width: 35%;
	margin: 0px 10px;
}

/* 邀请 yq */

.yq_one {
	float: left;
	width: 100%;
	padding-top: 80px;
	text-align: center;
	color: #2638da;
	font-size: 28px;
	line-height: 60px;
	letter-spacing: 6px;
	padding-bottom: 10px;
}

.yq_two {
	color: #2638da;
	float: left;
	width: 100%;
	background: url(images/bg_04.png) no-repeat top center;
	height: 200px;
	font-size: 32px;
	text-align: center;
	line-height: 36px;
}

.yq_two span {
	color: #2638da;
	font-size: 18px;
	letter-spacing: 3px;
}

.yq_three {
	color: #2638da;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 70px;
	font-size: 36px;
	letter-spacing: 3px;
}

.yq_four {
	color: #2638da;
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-top: 40px;
	border: 1px solid #2638da;
	border-radius: 20px;
	padding-bottom: 200px;
}

.yq_four .top {
	color: #2638da;
	float: left;
	width: 100%;
	padding-top: 40px;
	line-height: 40px;
	font-size: 27px;
	letter-spacing: 24px;
	text-align: center;
	padding-bottom: 30px;
}

.yq_four .top span {
	color: #2638da;
	font-size: 15px;
	letter-spacing: 3px
}

.yq_four .img {
	float: left;
	width: 100%;
	text-align: center;
}

.yq_four .img img {
	width: 50%
}

.yq_four .bottom {
	color: #2638da;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 3px;
}

.yq_five {
	color: #2638da;
	float: left;
	width: 90%;
	margin-left: 5%;
	background: url(images/bg_05.png) no-repeat left top;
	background-size: 100%;
	height: 360px;
	margin-top: -200px;
	text-align: center;
	font-size: 28px;
	letter-spacing: 15px;
	line-height: 40px;
	padding-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.yq_one {
		padding-top: 60px;
		font-size: 20px;
		line-height: 50px;
	}
	.yq_two span {
		font-size: 16px;
	}
	.yq_three {
		font-size: 32px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.yq_one {
		padding-top: 10px;
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 3px;
	}
	.yq_two {
		height: 90px;
		background-size: auto 100%;
		font-size: 20px;
		line-height: 22px;
	}
	.yq_two span {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.yq_three {
		font-size: 15px;
		line-height: 24px;
		margin-top: 10px;
		letter-spacing: 2px;
	}
	.yq_four {
		padding-bottom: 100px;
		width: 84%;
		margin-left: 8%;
		margin-top: 10px;
	}
	.yq_four .top {
		font-size: 16px;
		letter-spacing: 10px;
		padding-top: 10px;
		line-height: 24px;
		padding-bottom: 5px;
	}
	.yq_four .top span {
		font-size: 12px;
	}
	.yq_four .img img {
		width: 50%
	}
	.yq_four .bottom {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.yq_five {
		width: 100%;
		margin: 0px;
		margin-top: -100px;
		font-size: 16px;
		padding-top: 10px;
		line-height: 22px;
		letter-spacing: 5px;
		height: 210px;
		background-size: 100%;
	}
}

/* 签到 qd */

.qd_one {
	float: left;
	width: 83%;
	margin: 20px 0px;
	margin-left: 5%;
	border: 1px solid #4F636D;
	padding: 10px 3.5%;
	text-align: center;
}

.qd_one img {
	max-width: 100%;
	border-radius: 20px;
}

.dq_two {
	float: left;
	width: 100%;
	padding-top: 35px;
	background: url(../images/bg_04_1.png) no-repeat top center;
	background-size: auto 25px;
	color: #4F636D;
	font-size: 12px;
	padding-bottom: 20px;
	line-height: 20px;
	text-align: center;
}

.qd_three {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.qd_three .btn {
	height: 34px;
	background: #4F636D;
	color: #fff;
	font-size: 14px;
	width: 35%;
	margin: 0px 10px;
}

.qd_four {
	padding: 0px;
}

.qd_four h1 {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 50px;
	padding-top: 40px;
}

.qd_four .txt {
	float: left;
	width: 80%;
	margin-left: 10%;
	border: 1px solid #4F636D;
	line-height: 36px;
	height: 36px;
	margin-bottom: 50px;
	text-align: center;
}

.qd_five {
	float: left;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	border-bottom: 1px solid #4F636D;
}

.qd_five li {
	float: left;
	width: 100%;
	padding: 10px 0px;
}

.qd_five li .left {
	float: left;
	width: 70%;
	text-align: center;
	color: #4F636D;
	font-size: 13px;
	line-height: 20px;
}

.qd_five li .right {
	float: right;
	width: 30%;
	text-align: center;
	padding-top: 5px;
}

.qd_five li .right img {
	height: 28px;
}

.qd_five .li {
	background: #E8E8E8
}

.qd_six {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.qd_six a {
	background: #4F636D;
	color: #fff;
	padding: 8px 25px;
	font-size: 14px;
}

.qd_six .a_left, .qd_six .a_right {
	float: left;
	background: #E8E8E8;
	color: #4F636D;
	padding: 5px 20px;
	margin-top: -5px;
}

.qd_six .a_right {
	float: right;
}

.qd_six .a_fh {
	padding: 5px 10px;
}

.qd_seven {
	float: left;
	width: 93%;
	border-bottom: 1px solid #4F636D;
	padding: 10px 0px;
	padding-left: 7%;
}

.qd_seven li {
	float: left;
	width: 100%;
	line-height: 30px;
	color: #4F636D;
	font-size: 13px;
}

.qd_seven li .txt {
	float: left;
	width: 70%;
	height: 28px;
	border: 1px solid #4F636D;
	text-align: center;
	line-height: 28px;
	font-size: 13px;
}

.qd_seven li .btn {
	float: left;
	width: 25%;
	background: #4F636D;
	color: #fff;
	font-size: 13px;
	height: 30px;
	margin-left: 5px;
}

.mod_style {
	color: #424c50 !important;
	font-size: 16px !important;
	line-height: 24px !important;
}

@media (max-width: 767px) {
	.mod_style {
		color: #424c50 !important;
		font-size: 14px !important;
		line-height: 22px !important;
	}
}