.btn-verify {
	display: block;
	width: 100px;
	height: 26px;
	color: #000000;
	line-height: 26px;
	text-align: center;
	background: #f85408;
	margin: 15px
}

.trtitle {
	height: 50px;
	width: 100%;
}

.trline {
	height: 1px;
	width: 100%;
}

.trcontent {
	height: 150px;
	width: 100%;
}

.btn-verify:hover {
	color: #fff;
}

.bg_gray {
	background: #c2c2c2 !important;
}

.bg_green {
	background: #7CCD7C !important;
}

.defaultbtn {
	font-size: 14px;
	color: #000000;
	background: #a6a6a6;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	transition: 0.2s;
}

.defaultbtn:hover {
	background: #f85408;
	color: #ffffff;
}

.userDiv {
	margin-top: 12px;
	margin-left: 12px;
	width: 400px;
	height: 44px;
	text-align: center;
}

.uIconDiv {
	width: 44px;
	height: 44px;
	text-align: center;
	float: left;
}

.userImg {
	width: 44px;
	height: 44px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.uNameDiv {
	float: right;
	color: #444444;
	font-size: 18px;
	width: 320px;
	text-align: left;
	margin: 0 auto;
	line-height: 44px;
}

.initbtn {
	width: 60%;
	font-size: 14px;
	color: #fff;
	background: #a6a6a6;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.initbtn:hover {
	background: #f85408;
	color:#fff;
}