#main{
	width: 1100px;
    margin: 0 auto;
}

.title-area{
	color: #d9c6a5;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding: 10px 15px;
	position: relative;
}

.title-area .return-btn{
	position: absolute;
	left: 20px;
    top: 15px;
	color: #d9c6a5;
	text-decoration: none;
	font-size: 25px;
	font-weight: 500;
}

.content-area-bg{
	border-radius: 25px; 
	padding: 5px; 
	background: radial-gradient(circle farthest-corner at center, #844122, #edd688);
}

.content-area{
	background-color: #ffffff;
	padding: 30px 80px;
	border-radius: 25px;
	overflow: auto;
}

/*feature-bar*/
.feature-bar{
	padding:10px;
	font-size: 18px;
}

.feature-bar .panel-row{
	display: flex;
	align-items: center;
	line-height: initial;
	margin-top: 10px;
}

.feature-bar .panel-row:first-child{
	margin-top:0px;
}

.feature-bar .panel-row .panel{
	margin-left: 10px;
}

.feature-bar .panel-row .panel:first-child{
	margin-left: 0;
}

.feature-bar .pick-date{
   	border: 1px solid #ccc;
    border-radius: 7px;
    font-size: 18px;
    width: 160px;
    padding: 7px 0;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.feature-bar .operate-type, .feature-bar .trans-type{
	border: 1px solid #ccc;
	padding: 0 25px 0 10px;
	border-radius: 7px;
	font-size: 18px;
	height: 35px;
    line-height: 35px;
	text-align: center;
}

.main-content{
	background-color: #FFF;
}

.main-content .log-list-tb{
	width:100%;
}

.main-content .log-list-tb tr.title td{
	background-color: #444;
	color:#fff;
	font-size: 18px;
}

.main-content .log-list-tb td{
	padding: 10px 30px;
	vertical-align: middle;
	font-size: 16px;
	border-bottom:1px solid #ccc;
	line-height: initial;
	text-align: center;
}

.main-content .log-list-tb td.info{
	text-align: left;
}

.main-content .log-list-tb td.info .title{
	font-size: 20px;
	font-weight: bold;
}

.main-content .log-list-tb td.info .trans-reason{
	margin-top: 5px;
	color:gray;
	font-size: 16px;
}

.main-content .log-list-tb td.amount{
	text-align: right;
}

.main-content .log-list-tb td.amount .trans-quota{
	font-size: 20px;
	font-weight: bold;
}

.main-content .log-list-tb td.amount .trans-quota.red-txt{
    color: red;
}

.main-content .log-list-tb td.amount .trans-quota.green-txt{
    color: green;
}

.main-content .log-list-tb td.amount .after-quota{
    margin-top: 5px;
	color:gray;
	font-size: 16px;
	white-space: nowrap;
}


