.old_page {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.oldpage_banner {
	width: 100%;
	min-width: 1200px;
	position: relative;
}

.oldpage_banner>img {
	width: 100%;
	min-width: 1200px;
	position: relative;
	z-index: -1;
}

.oldpage_banner_box {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -60px;
	left: 0px;
	z-index: 10;
}

.oldpage_banner_cont {
	width: 1200px;
	height: 120px;
	padding: 0px 60px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
	border-radius: 0px 0px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.oldpage_banner_cont_left {
	margin-right: 40px;
}

.oldpage_banner_cont_left>p:first-child {
	font-size: 24px;
	color: #2b2b2b;
	padding-left: 10px;
	font-weight: bold;
	position: relative;
}

.oldpage_banner_cont_left>p:first-child::after {
	content: '';
	width: 3px;
	height: 90%;
	background-color: #f52a80;
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 1;
}

.oldpage_banner_cont_left>p:last-child {
	font-size: 16px;
	color: #2b2b2b;
}

.oldpage_banner_cont_right {
	flex: 1;
	display: flex;
	align-items: center;
}

.oldpage_banner_cont_right>input {
	width: 280px;
	height: 44px;
	padding: 0 20px;
	box-sizing: border-box;
	border: solid 1px #d2d2d2;
	background-color: #fafafa;
	border-radius: 22px;
	margin-right: 16px;
}

.oldpage_banner_cont_right>p {
	width: 220px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	background-image: linear-gradient(90deg,
			#f20072 0%,
			#ff279c 100%),
		linear-gradient(#e61874,
			#e61874);
	border-radius: 22px;
	cursor: pointer;
	color: #ffffff;
	transition: .25s;
}

.oldpage_banner_cont_right>p:hover {
	opacity: 0.7;
}

.oldpage_zero {
	width: 100%;
	height: 1194px;
	padding-top: 150px;
	background-image: url(/images/old/bj.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	position: relative;
}

.oldpage_zero_con {
	width: 1200px;
	min-height: 300px;
	margin: 0px auto;
}

.oldpage_zero_con_head {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oldpage_zero_con_head>p {
	font-size: 50px;
	font-weight: bold;
	color: #2b2b2b;
	margin-bottom: -35px;
	z-index: 1;
}

.oldpage_zero_con_tags {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 59px;
}

.oldpage_zero_con_tags>img {
	width: 270px;
	height: 210px;
}

.oldpage_zero_con_table {
	width: 100%;
	height: 540px;
	background-image: url(/images/old/05.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 50px;
	position: relative;
}

.oldpage_zero_con_table_ani {
	width: 548px;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 154px;
	left: 62px;
	z-index: 1;
}

.oldpage_zero_con_table_ani_box {
	width: 100%;
}

.oldpage_zero_con_table_ani_box>p {
	width: 100%;
	padding: 0px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
}

.oldpage_zero_con_table_ani_box>p>span {
	font-size: 20px;
	margin-bottom: 10px;
}

.oldpage_zero_con_table_ani_box>p>span:first-child {
	display: inline-block;
	width: 100px;
}

.oldpage_zero_con_table_ani_box>p>span:last-child {
	display: inline-block;
	width: 86px;
}

.oldpage_zero_con_table_in {
	width: 444px;
	height: 162px;
	position: absolute;
	right: 66px;
	bottom: 224px;
	z-index: 1;
}

.oldpage_zero_con_table_in>input {
	width: 100%;
	height: 70px;
	padding: 0px 20px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #bbbbbb;
}

.oldpage_zero_con_table_in>input:first-child {
	margin-bottom: 20px;
}

.oldpage_zero_con_table_btn {
	width: 444px;
	font-size: 32px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	color: #ffffff;
	background-image: linear-gradient(90deg,
			#f20072 0%,
			#ff279c 100%),
		linear-gradient(#000000,
			#000000);
	border-radius: 8px;
	cursor: pointer;
	transition: .25s;
	position: absolute;
	bottom: 86px;
	right: 66px;
	z-index: 1;
}

.oldpage_zero_con_table_btn:hover {
	opacity: 0.7;
}

.oldpage_issue {
	width: 100%;
	height: 1294px;
	padding-top: 100px;
	background-image: url(/images/old/06.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.oldpage_issue_con {
	width: 1200px;
	min-height: 300px;
	margin: 0 auto;
}

.oldpage_issue_con_head {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oldpage_issue_con_head>p {
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: -35px;
	z-index: 1;
}

.oldpage_issue_con_box {
	width: 100%;
	padding: 0px 30px;
	margin-top: 60px;
}

.oldpage_olddes {
	width: 100%;
	height: 996px;
	padding-top: 60px;
}

.oldpage_olddes_con {
	width: 1200px;
	min-height: 200px;
	margin: 0 auto;
}

.oldpage_olddes_con_box {
	width: 100%;
	margin-top: 58px;
}

.oldpage_new {
	width: 100%;
	height: 1074px;
	padding-top: 100px;
	background-image: url(/images/old/12.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.oldpage_new_con {
	width: 1200px;
	min-height: 300px;
	margin: 0px auto;
}

.oldpage_new_con_box {
	width: 100%;
	height: 720px;
	padding: 46px 30px;
	margin-top: 58px;
	background-image: url(/images/old/14.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.12);
}

.oldpage_new_ani_box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.oldpage_new_ani {
	flex: 1;
	margin-top: 20px;
	position: relative;
	user-select: none;
}

.oldpage_new_ani_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.oldpage_new_ani_wrap_item1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.oldpage_new_ani_wrap_item2 {
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-right: 1px dashed #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.oldpage_new_ani_wrap_handle {
	width: 42px;
	height: 42px;
	background: url(/images/old/23.png) no-repeat;
	position: absolute;
	left: 550px;
	top: 400px;
	z-index: 20;
	cursor: pointer;
}

.oldpage_new_ani_wrap_handle>p {
	width: 118px;
	color: #FFFFFF;
	position: absolute;
	bottom: -24px;
	left: -36px;
	z-index: 1;
}

.oldpage_new_ani_next {
	position: absolute;
	bottom: 40px;
	left: 10px;
	z-index: 11;
}

.oldpage_new_ani_prev {
	position: absolute;
	bottom: 40px;
	right: 10px;
	z-index: 13;
}

.oldpage_new_ani_menu {
	width: 100%;
	height: 82px;
	padding: 0px 76px;
	margin-top: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.oldpage_new_ani_menu>img {
	cursor: pointer;
}

.oldpage_nineteen {
	width: 100%;
	height: 786px;
	padding-top: 100px;
	background-image: url(/images/old/26.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.oldpage_nineteen_con {
	width: 1200px;
	margin: 0px auto;
}

.oldpage_pledge {
	width: 100%;
	height: 958px;
	padding-top: 100px;
}

.oldpage_pledge_con {
	width: 1200px;
	margin: 0px auto;
}

.oldpage_pledge_box {
	width: 100%;
	margin-top: 75px;
}

/* 
@keyframes floatani {
	0%{
		transform: translateY(0%);
	}
	25%{
		transform: translateY(6%);
	}
	50%{
		transform: translateY(0%);
	}
	75%{
		transform: translateY(-6%);
	}
	100%{
		transform: translateY(0%);
	}
} */

.oldpage_pledge_box_top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.oldpage_pledge_box_top>p {
	font-size: 24px;
	color: #333333;
	padding: 4px 21px;
	background-color: #fafafa;
	border: solid 1px #dddddd;
	position: absolute;
	/* animation: floatani 1.05s infinite; */
}

.oldpage_accept {
	width: 100%;
	height: 974px;
	padding-top: 100px;
	background-image: url(/images/old/31.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.oldpage_accept_con {
	width: 1200px;
	min-height: 200px;
	margin: 0px auto;
}

.oldpage_accept_con_box {
	width: 100%;
	padding: 30px;
	margin-top: 60px;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.12);
	position: relative;
}

.oldpage_accept_con_box_item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.oldpage_accept_prev {
	position: absolute;
	top: 226px;
	left: -140px;
	z-index: 1;
	cursor: pointer;
}

.oldpage_accept_next {
	position: absolute;
	top: 226px;
	right: -140px;
	z-index: 1;
	cursor: pointer;
}

.oldpage_from {
	width: 100%;
	height: 974px;
	padding-top: 100px;
	background-image: url(/images/old/44.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.oldpage_from_box {
	width: 1200px;
	min-height: 300px;
	margin: 0px auto;
}

.oldpage_from_con {
	width: 100%;
	height: 596px;
	margin-top: 60px;
	background-image: url(/images/old/46.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.oldpage_from_con_person {
	font-size: 20px;
	position: absolute;
	top: 148px;
	left: 76px;
	z-index: 1;
}

.oldpage_from_con_radio {
	width: 414px;
	position: absolute;
	top: 210px;
	left: 64px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.oldpage_from_con_radio>div {
	width: 188px;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #181719;
	font-size: 20px;
}

.oldpage_from_con_radio>div>img {
	margin-right: 12px;
}

.oldpage_from_con_from {
	width: 414px;
	position: absolute;
	top: 266px;
	left: 64px;
	z-index: 1;
}

.oldpage_from_con_from>input {
	width: 100%;
	height: 50px;
	padding: 0px 20px 0px 40px;
	border: none;
	border-bottom: 1px solid #cdcdcd;
	outline: none;
}

.oldpage_from_con_from>input:hover,
.oldpage_from_con_from>input:focus {
	border: none;
	border-bottom: 1px solid #cdcdcd;
	outline: none;
}

.oldpage_from_con_from_area {
	position: absolute;
	top: 11px;
	left: 0px;
	z-index: 1;
}

.oldpage_from_con_from_phone {
	position: absolute;
	top: 98px;
	left: 0px;
	z-index: 1;
}

.oldpage_from_con_from_btn {
	width: 414px;
	height: 80px;
	line-height: 80px;
	font-size: 26px;
	text-align: center;
	color: #FFFFFF;
	background-image: linear-gradient(90deg,
			#232128 0%,
			#43424a 100%),
		linear-gradient(#ff0879,
			#ff0879);
	border-radius: 40px;
	cursor: pointer;
	position: absolute;
	bottom: 80px;
	left: 64px;
	z-index: 1;
}

.oldpage_from_con_from_btn:hover{
	opacity: 0.7;
}

.oldpage_from_right_title{
	font-size: 26px;
	color: #ffffff;
	position: absolute;
	top: 140px;
	right: 114px;
	z-index: 1;
}
.oldpage_from_right_money{
	position: absolute;
	z-index: 1;
}
.oldpage_from_right_money>p:first-child{
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
}
.oldpage_from_right_money>p:last-child{
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

.oldpage_from_right_remark{
	color: #FFFFFF;
	font-size: 14px;
	position: absolute;
	bottom: 106px;
	right: 112px;
	z-index: 1;
}