/* api page - start */
.getProxy_top{
	border-radius: 34px;
}
.getProxy_top .user .bigtitle{
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #212025;
	padding-bottom: 40px;
}
.getProxy_top .usertitle,.apititle{
	font-size: 24px;
	font-weight: 500;
	color: #212025;
}
.getProxy_top .userpass{
	background-color: #fff;
	border-radius: 34px;
	padding: 20px;
}
.getProxy_top .el-tabs__header{
	border: 1px solid #212025;
}
.getProxy_top .credential .el-form-item{
	width: 32%;
	padding: 0 20px 0 0;
	margin-bottom: unset;
}
.getProxy_top .el-button{
	display: flex;
	align-items: center;
}
.credential .userpass .test_command{
	padding: 20px 0 !important;
}
.credential .userpass .test_command .command{
	/*justify-content: unset !important;*/
}
.credential .userpass .test_command .command .test_code{
	margin: 0 20px 0 0 !important;
}
.credential .userpass .code{
	width: 100% !important;
}
.el-table th.el-table__cell>.cell{
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	font-weight: 500;
}
.getProxy_top .code_button{
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
}
.getProxy_top .apitab{
	max-width: unset !important;
	margin-top: 24px;
}
/* end */