body {
	background-color: #f8f9fa;
}

.islogin {
	color: #28a745;
	margin-right: 50px;
	vertical-align:middle;
}
.islogin .uname{
	margin-top: 25px;
}
.islogin h3 {
	display: inline-block;
	cursor: pointer;

}
.islogin i{
    position: absolute;
    top:40%;
}



.nav_top {
	background-color: #2d518f;
	display: flex;
	width: 100%;
	height: 80px;
	padding: 20px 30px;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.textarea::placeholder {
	white-space: pre-line;
}

.logo {
	width: 10%;
	height: 45px;
}

.nav_top h1 a {
	color: #28a745;
}

.con {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left a,
.center a {
	font-size: 20px;
	margin: 0 20px;
	color: #ccc;
}


.login {
	color: #8b8b8b;
	text-decoration: none !important;
}

.tabs {
	border-bottom: 0;
}

.container {
	max-width: 1300px;
}

.custom-control-input:checked~.custom-control-label::before {
	background-color: #28a745;
	border-color: #28a745;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: none;
}

.custom-switch .custom-control-label::before {
	left: 7.5rem !important;
}

.custom-switch .custom-control-label::after {
	left: calc(7.5rem + 2px) !important;
}

.textcontont {
	width: 100%;
	border: 0 none;
	outline: 0;
	height: 300px;
	resize: none;
	font-size: 16px;
	padding: 11px 18px;
}

.title {
	height: 200px;
	margin-top: 10px;
	display: none;
}

.qrcodeContainer {
	overflow: hidden;
	width: 200px;
	color: #aaaaaa;
}

.qrimage {
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.qrcodeContainertrue {
	border: 2px dashed #ccc;
}

.qrcodeContainer p {
	overflow: hidden;
	margin: 0;
	font-size: 20px;
	padding: 5px 0;
}

.ptrue {
	border-top: 2px dashed #ccc;
}

.qrcodeContainer img {
	width: 200px;
}

.but {
	width: 100%;
	height: 500px;
	padding-top: 15px;
	background-color: white;
	border-radius: 8px;
}

.but .tablist {
	list-style-type: none;
}

.tablist li {
	cursor: pointer;
	float: left;
	margin: 0 15px;
	padding-bottom: 5px;
}

.tablist .active {
	border-bottom: 3px solid #28a745;
}

.listbox {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 8px;
	display: none;
}

.select {
	display: block;
	width: 100%;
	padding: 5px;
	background-color: #f6f6f6;
	border-radius: 5px;
	margin-bottom: 15px;
}

#v-pills-tab .active {
	color: #28a745;
	background-color: #fff;
}

.showcard {
	display: flex;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%);
	display: none;
	width: 450px;
}

.close {
	position: absolute;
	top: -1px;
	right: 5px;
}

.card-body {
	width: 100%;

}

#cardtext {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

#cardtext img {
	width: 100px;
}

#submit {
	width: 100%;
	margin-top: 10px;
}

#editor—wrapper {
	border: 1px solid #ccc;
	z-index: 100;
	/* 按需定义 */
}

#toolbar-container {
	border-bottom: 1px solid #ccc;
}

#editor-container {
	height: 500px;
}

#upload {
	width: 100%;
	margin-top: 20px;
}

.showqr img {
	width: 100px;
	height: 100px;
}

.showqr td {
	overflow: hidden;
	vertical-align: center !important;
	padding: 0.25rem !important;
}

.showqr p {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
}

.dropdown {
	height: 0;
	overflow: hidden;
	background-color: #e8e8e8;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute !important;
	top: 105px;
	border-radius: 5px;
	text-align: center;
	transition: all 0.3s ease;
	z-index: 2;
}

.dropdown li {
	list-style-type: none;
	padding: 0;
	margin: 5px 0;
	cursor: pointer;
}

.dropdown li:hover {
	color: #28a745;
}

.right {
	position: relative;
}

.uname:hover .dropdown {
	height: 80px;
}

.right i::before {
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}

.uname:hover i::before {
	transform: rotate(90deg);
}

.uname li {
	color: #000;
}

.showqr .tablecontent {
	max-height: 625px;
	/* 设置表格的最大高度 */
	overflow: auto;
}

.tablecontent .qrimage {
	cursor: pointer;
}

.fa_spinner-border {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.spinner-border-box {
	display: inline;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%);
}
