body {
	margin: 0;
	padding: 0;
	font-family: 'PingFang SC';
	overflow: hidden;
}

body p {
	margin: 0;
}

.page {
	width: 100%;
	height: auto;
	background: #fff;
	display: block;
}

@media screen and (min-width: 1025px) {
	.page {
		display: none;
	}
}

.tips-container {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
}

.tips-container .tips-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 80%;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tips-container .tips-box p {
	font-size: 15px;
	font-weight: 500;
}

.tips-container .tips-box img {
	margin-bottom: 10px;
	margin-left: 10px;
	max-width: 40px;
}

.tips-container img {
	max-width: 80%;
}

.none-show {
	display: none;
	width: 100vw;
	height: 100vh;
	background: #FFF;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
}

#lijixiazai {
	display: block;
}
@media screen and (min-width: 1025px) {
	.none-show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#lijixiazai {
		display: none;
	}
}

.none-show img {
	width: 60px;
	height: 60px;
	margin-bottom: 30px;
}

.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 20px 0px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pay-button {
	max-width: 100%;
	width: 300px;
	height: 50px;
	color: #fff;
	background: #1a53ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	-webkit-box-shadow: 0px 15px 30px -10px rgba(26, 83, 255, 0.5);
	box-shadow: 0px 15px 30px -10px rgba(26, 83, 255, 0.5);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	font-size: 14px;
	cursor: pointer;
}

.pay-button:hover {
	-webkit-box-shadow: 0px 15px 35px -10px rgba(26, 83, 255, 0.7);
	box-shadow: 0px 15px 35px -10px rgba(26, 83, 255, 0.7);
	background: #0033cc;
}

.logo-box {
	height: 60px;
	margin-bottom: 30px;
}

.logo-box img {
	height: 100%;
}

.input-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 100px;
}

@media screen and (max-height: 667px) and (min-height: 500px) {
	.input-box {
		margin-bottom: 120px;
	}
}

@media screen and (max-height: 568px) and (min-height: 500px) {
	.input-box {
		margin-bottom: 70px;
	}
}

.input-box .amount-input {
	border-radius: 40px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
	width: 150px;
	height: 50px;
	min-width: 120px;
}

.input-box .amount-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 5px;
	font-size: 40px;
	width: 10%;
	font-weight: 900;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	ime-mode: disabled;
}

.input-box .amount-input input::-webkit-outer-spin-button,
.input-box .amount-input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}

.input-box .amount-input input:focus {
	outline: none;
}

.input-box .amount-input .company {
	margin-left: 20px;
	height: auto;
}

.input-box .amount-input .company img {
	max-width: 100%;
}

.input-box .amount-input .header {
	margin-left: 20px;
}

.input-box .tips-text {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 700;
	margin-top: 15px;
}

.dex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.dex-box .dex-text {
	font-weight: 500;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dex-box .dex-text p {
	font-size: 13px;
}

.mask {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.pay-window {
	position: fixed;
	left: 20px;
	bottom: -210px;
	width: calc(100vw - 40px);
	background: white;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	border-radius: 16px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.pay-window .cancel {
	width: calc(100% - 20px);
	height: 50px;
	background: rgba(255, 0, 0, 0.05);
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: rgba(255, 0, 0, 0.9);
	font-weight: 500;
	cursor: pointer;
}

.pay-window .pay-box {
	width: 100%;
}

.pay-window .pay-box .hr {
	width: 100%;
	height: 0.6px;
	background: rgba(0, 0, 0, 0.03);
}

.pay-window .pay-box .paytest {
	width: 100%;
	text-decoration: none;
	color: #000;
}

.pay-window .pay-box .paytest .pay-item-box {
	width: 100%;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
}

.pay-window .pay-box .paytest .pay-item-box .icon {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.pay-window .pay-box .paytest .pay-item-box .icon img {
	max-width: 100%;
	max-height: 100%;
}

.pay-window .pay-box .paytest .pay-item-box:hover {
	background: rgba(0, 0, 0, 0.05);
}

.pay-window .wxpay {
	width: 100%;
	height: 60px;
}

.suc-container {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding-top: 100px;
}
.suc-img-box {
	width: 66px;
	height: 66px;
	margin-bottom: 10px;
}
.page-suc {
	width: 100%;
	height: auto;
	background: #fff;
	display: block;
	padding-top: 40px;
}
.suc-title {
	font-size: 19px;
	color: #000;
	font-weight: 900;
	margin-bottom: 50px;
}
.suc-continue {
	text-decoration: none;
}
.suc-but {
	width: 160px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #1953ff;
	color: #1953ff;
	font-weight: 500;
	position: fixed;
	bottom: 150px;
	left: 50%;
	box-sizing: border-box;
	transform: translateX(-50%);
	transition: 0.3s ease;
}
.suc-but:hover .back-but{
	width: 100%;
}

.suc-but:hover{
	color: #fff;
	font-weight: 400;
}

.back-but{
	position: absolute;
	height: 50px;
	width: 0px;
	top: 0;
	left: 0;
	background: #1953ff;
	transition: 0.3s ease;
}
.suc-but p {
	margin: 0;
	transform: translate(0);
}

.suc-table {
	width: 280px;
	box-sizing: content-box;
	border: 1px solid #e6e7eb;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 3px;
	transition: 0.3s ease;
}

.table-item {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e6e7eb;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s ease;
}



.table-title {
	width: 30%;
	background: #f7f8fa;
	border-right: 1px solid #e6e7eb;
	height: 100%;
	color: #808080;
	font-size: 13px;
	font-weight: 500;
	box-sizing: border-box;
	padding-left: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.table-content {
	flex-grow: 1;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 13px;
	font-weight: 500;
}

.blod {
	font-weight: 900 !important;
}

.none-border {
	border: none;
}

@media screen and (max-height: 667px){
	.suc-but {
		bottom: 50px;
		background: #fff;
	}
	.suc-container {
		padding-top: 60px;
	}
}
@media screen and (min-width: 768px) {
	.suc-table {
		width: 1120px;
		max-width: 90%;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.none-border {
		border-right: none !important;
	}
	.table-item {
		width: calc(100% / 3);
		height: auto;
		border-bottom: none;
		border-right: 1px solid #e6e7eb;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.table-title {
		width: 100%;
		background: #f7f8fa;
		border-right: none;
		border-bottom: 1px solid #e6e7eb;
		height: 100%;
		height: 40px;
		color: #808080;
		font-size: 13px;
		font-weight: 500;
		box-sizing: border-box;
		padding-left: 20px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.table-content {
		height: 40px;
		flex-grow: 0;
		box-sizing: border-box;
		padding-left: 20px;
		font-size: 13px;
		font-weight: 500;
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

}

@media screen and (max-width: 768px) {
	.mainnav-container .mainnav-plate .links-plate .home-and-logo-box .icon-logo-font {
		color: #1953ff;
	}
	.mainnav-container {
		color: #000000;
	}
	.mainnav-container .mainnav-plate .h5-switch .switch-row {
		background: #170000;
	}
	.nav-solid-color-a .mainnav-plate .h5-switch .switch-row {
		background: #fff;
	}
	.nav-solid-color .mainnav-plate .h5-switch .switch-row {
		background: #fff;
	}
}

#top {
	width: 90%;
}

#xzkt{
	width: 139px;
	height: 22px;
	font-size: 16px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 19px;
	-webkit-background-clip: text;
}

#yxq{
	width: 103px;
	height: 20px;
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	-webkit-background-clip: text;
	margin-top: 40px;
}

#tubiao {
	text-align: center;
	margin-top: 30px;
	width: 105px;
	height: 105px;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	border: 1px solid #CCCCCC;
}

#tubiao div:first-child{
	width: 79px;
	height: 20px;
	font-size: 14px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 16px;
	-webkit-background-clip: text;
}

#tubiao div:last-child{
	width: 23px;
	height: 17px;
	font-size: 12px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 14px;
	-webkit-background-clip: text;
}

#tubiao div:last-child span{
	margin-left: 35px;
}

#cz {
	margin-top: 60px;
}

#czfs span{
	padding-left: 40px;
	width: 98px;
	height: 22px;
	font-size: 16px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 19px;
	-webkit-background-clip: text;
}


