.member-discount-content {
	background: #fff;
	width: 100%;
	height: 1370px;
	display: inline-block;
	position: relative;
	margin-top: -5px;
}

.item-parent {
	width: 1200px;
	height: 193px;
	margin: auto;
	position: relative;
	margin-top: 60px;
	box-shadow: 0px 1px 5px 0px rgba(153, 153, 153, 0.5);
	border-radius: 4px;
	cursor: pointer;
}

.item-left-div {
	width: 190px;
	height: 193px;
	display: inline-block;
	float: left;
	text-align: center;
	position: relative;
}

.item-left-div .item-title {
	position: absolute;
	top: 17px;
	width: 100%;
	height: 30px;
	height: 30px;
	font-size: 22px;
	font-family: Impact;
	color: rgba(0, 0, 0, 1);
	line-height: 27px;
}

.item-left-div img {
	width: 190px;
	height: 193px;
}

.item-right-div {
	float: right;
	width: 1010px;
	height: 193px;
	font-size: 22px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: white;
	text-align: center;
	line-height: 2.7;
}

.right-top {
	width: 100%;
	height: 134px;
	padding: 14px 0px;
}

.right-top .top-left {
	width: 504px;
	height: 100%;
	float: left;
}

.item-right-div img {
	width: 86px;
	height: 86px;
	float: left;
	margin-left: 24px;
	margin-top: 10px;
}

.right-top .item-content div {
	width: 100%;
	height: 25px;
	font-size: 18px;
	font-family: PingFangSC-Medium;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	line-height: 25px;
	text-align: left;
}

.right-top .item-content span {
	width: 100%;
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(68, 68, 68, 1);
	line-height: 22px;
	display: inherit;
	text-align: left;
	margin-top: 10px;
}

.right-top .top-right {
	width: 504px;
	height: 100%;
	float: right;
	border-left: 1px solid rgba(238, 238, 238, 1);
}

.top-right img {
	margin-left: 40px;
}

.top-right .item-content {
	width: 350px !important;
}

.item-content {
	width: 370px;
	height: 100%;
	float: right;
	margin-top: 10px;
}

.right-bottom {
	width: 1010px;
	height: 59px;
	background: rgba(245, 247, 249, 1);
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
}

.right-bottom-hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(110, 145, 255, 1);
}

.toast-info-bg {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
}

.toast-info-bg .info-list-parent {
	width: 100%;
	height: 100%;
	position: relative;
}

.toast-info-bg .info-list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
	width: 440px;
	height: 540px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
	padding: 46px 40px;
}

.form-title {
	width: 100%;
	height: 55px;
	font-size: 28px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	line-height: 40px;
	position: relative;
}

.close-icon {
	background:
		url('/page/pc/images/activities/finance/icon-finance-close.png')
		no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 30px;
	top: 25px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.input-list {
	width: 100%;
	height: 284px;
}

.input-list input[type=text] {
	width: 100%;
	height: 60px;
	border-radius: 4px;
	border: 1px solid rgba(222, 222, 222, 1);
	margin-top: 18px;
	padding: 20px;
}

.form-button {
	width: 64px;
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 22px;
	width: 360px;
	height: 60px;
	background: linear-gradient(315deg, rgba(37, 137, 235, 1) 0%,
		rgba(50, 93, 236, 1) 100%);
	border-radius: 4px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

.tips {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -130px;
	margin-top: -25px;
	background: #000;
	height: 50px;
	width: 300px;
	border-radius: 10px;
	text-align: center;
	display: none;
	line-height: 50px;
}

.tips span {
	margin: auto;
	color: #fff;
	font-size: 16px;
}

.notNull{
	display: inherit;
	width: 100%;
	height: 30px;
	color: red;
	font-size: 12px;
	text-align: left;
	line-height: 30px;
}