body {
	background: radial-gradient(90% 90% at 50% 9%, #5D4038 0%, rgba(58, 41, 33, 0.74) 56.59%, #140906 100%);
}

.content-card {
	width: 1400px;
	background: #3B2218;
	border-radius: 8px;
	border: 1px solid #84673E;
	margin: auto;
}

.header-box {
	background: none !important;
}

.content-card>.layout-title {
	font-size: 46px;
	height: 118px;
	line-height: 118px;
	margin: 0 20px;
	border-bottom: 1px solid #66482F;
}

.main-box .input-box {
	display: flex;
	justify-content: flex-start;
	margin-top: 35px;
}

.main-box .input-box .input-item {
	width: 563px;
	height: 70px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;
	padding-left: 20px;
	margin: 0 15px 0 26px;
}

.main-box .input-box .input-item::placeholder {
	color: #DFCBB0;
}

.payexm .layout-title {
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	padding-left: 33px;
	padding-top: 65px;
	padding-bottom: 28px;
}

.pay-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 41px;
}

.pay-box .pay-item {
	width: 652px;
	height: 682px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	position: relative;
}

.pay-box .pay-item h5 {
	font-weight: 500;
	font-size: 22px;
	color: #DFCBB0;
	display: flex;
	align-items: center;
	padding: 31px 0 73px 34px;
}

.pay-box .pay-item h5>.logo {
	width: 38px;
	margin-right: 26px;
}

.pay-box .pay-item .wx-desc-img {
	width: 519px;
	margin-left: 33px;
}

.pay-box .pay-item .zfb-desc-img {
	width: 549px;
	margin-left: 9px;
}

.pay-box .pay-item .text {
	font-weight: 500;
	font-size: 14px;
	color: #DFCBB0;
	line-height: 31px;
	position: absolute;
	top: 150px;
	right: 20px;
}

.pay-result{
	font-weight: bold;
	font-size: 15px;
	color: #DFCBB0;
	margin: auto;
	margin-top: 60px;
	text-align: center;
	min-height: 586px;
	display: none;
}
.pay-result .table-cell{
	height: 58px;
	line-height: 58px;
}
.pay-result .table-cell{
	display: flex;
	width: 1360px;
	margin: auto;
}
.pay-result .table-cell span.view-btn{
	text-decoration: underline;
}
.pay-result .table-cell span{
	border-right: 1px solid #66482F;
	border-bottom: 1px solid #66482F;
}
.pay-result .table-cell:nth-child(1){
	border-top: 1px solid #66482F;
}
.pay-result .table-cell:nth-child(2n){
	background: #563121;
}
.pay-result .table-cell span:nth-child(1){
	width: 270px;
	border-left: 1px solid #66482F;
}
.pay-result .table-cell span:nth-child(2){
	width: 278px;
}
.pay-result .table-cell span:nth-child(3){
	width: 173px;
}
.pay-result .table-cell span:nth-child(4){
	width: 227px;
}
.pay-result .table-cell span:nth-child(5){
	width: 238px;
}
.pay-result .table-cell span:nth-child(6){
	flex: 1;
	cursor: pointer;
}