.night .form-select-button,
.modal-content {
	background-color: #616161;
	color: #E0E0E0;
}
.night .card{
	background-color: #424242;
	border-color: #E0E0E0;
}
.night .navbar-light .navbar-brand{
	color: #E0E0E0;
}
.night .active>.nav-link{
	color: #E0E0E0!important;
}
.night .nav-link{
	color: #8d8d8d !important;
}
.night .navbar-text{
	color: #E0E0E0;
}
.night .navbar-toggler-icon{
	color: #E0E0E0;
}
.night a{
	color: #E0E0E0;
}

.night img{
	filter: brightness(0.9);
}

a{
	color: #343a40;
}

.night .kv-fileinput-caption {
	background-color: #616161;
	color: #E0E0E0;
}
.night .kv-fileinput-error{
	color: #a84e4d;
	border-color: #dab9b9;
	background-color: #dab9b9;
}

.night input::-webkit-input-placeholder {
	color: #E0E0E0;
}

.night input{
	color: #E0E0E0;
}
.night div{
	color: #E0E0E0;
}

.night .form-text,
.night h3 {
	color: #E0E0E0;
}

.night {
	background-color: #424242;
}

.night .btn-danger {
	color: #fff;
	background-color: #e45353a1;
	border-color: #e45353a1;
}
/*span标签*/
.night span {
	color: #E0E0E0;
}
.night .alert-success{
	color: #416149;
	background-color: #b4ccba;
	border-color: #b4ccba;
}

.night #deleteImg{
	color: #bd2130;
}

/* CSS 切换的日出日落样式，不需要修改，如果不需要动画可以手动删除这一部分 */
.Cuteen_DarkSky,
.Cuteen_DarkSky:before {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 88888888
}

.Cuteen_DarkSky {
	background: linear-gradient(#feb8b0, #fef9db)
}

.Cuteen_DarkSky:before {
	transition: 2s ease all;
	opacity: 0;
	background: linear-gradient(#4c3f6d, #6c62bb, #93b1ed)
}

.DarkMode .Cuteen_DarkSky:before {
	opacity: 1
}

.Cuteen_DarkPlanet {
	z-index: 99999999;
	position: fixed;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	-webkit-animation: CuteenPlanetMove 2s cubic-bezier(.7, 0, 0, 1);
	animation: CuteenPlanetMove 2s cubic-bezier(.7, 0, 0, 1);
	transform-origin: center bottom
}

@-webkit-keyframes CuteenPlanetMove {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes CuteenPlanetMove {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.Cuteen_DarkPlanet:after {
	position: absolute;
	left: 35%;
	top: 40%;
	width: 9.375rem;
	height: 9.375rem;
	border-radius: 50%;
	content: "";
	background: linear-gradient(#fefefe, #fffbe8)
}

/* sun and noon.end */


#xm {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 52px;
	height: 30px;
	transform: translateY(3px);
	background: url(../images/xm.png);
	background-size: cover;
	border: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
	z-index: 3;
}

#xm:hover {
	transform: translateY(0)
}
/*下拉框*/
.night .dropdown-menu{
	background-color: #616161;
	color: #E0E0E0;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #424242;
}