* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "Noto Sans SC";
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-outline-style: none;
}

input,
button {
	border: none;
	outline: none;
}

body {
	background: #fff;
}

body::before {
	content: "";
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: #f6f7fb;
	overflow: hidden;
}

.clear {
	clear: both;
}
		    .psy_pay_boxss{
	width: 92%;
	padding: 1rem;
	background: #fff;
	margin: 1rem 4%;
	border-radius: 0.25rem;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.1));
	box-sizing: border-box;
}
.psy_pay_boxss h3{
	width: 100%;
	text-align: center;
	border-bottom: 1px #eee solid;
	padding-bottom: 1rem;
}
.psy_pay_boxss img{
	height: 10rem;
	display: block;
	margin: 1rem auto 0.5rem;
}
.psy_pay_boxss h4{
	width: 100%;
	text-align: center;
	color: #7da8f6;
}
.psy_pay_boxss button{
	width: 100%;
	text-align: center;
	line-height: 2.5rem;
	font-size: 15px;
	display: block;
	background: #7da8f6;
	margin-top: 1rem;
	color: #fff;
	border-radius: 2.5rem;
	margin-bottom: 1rem;
}
.psy_pay_boxss  p{
	width: 100%;
	line-height: 1.5rem;
	font-size: 14px;
	margin-top: 0.5rem;
	color: #999;
}