
/* body{
	background: #f2f2f2;
}
 */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.head-view{
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #f5f5f5;
}
.head{
	width: 80%;
	/* background-color: #4B67E9; */
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head-tit{
	color: #6A6A6A;
	font-size: 30px;
	font-weight: bold;
	margin-right: 100px;
}

.user-img{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}

.user-img-r{
	margin-left: 10px;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
}

.user-logout{
	font-size: 12px;
	padding: 1px 12px;
	color: #fff;
	background-color: rgba(0,114,226,0.1);
}

.columns-view{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.nav-link{
	font-size: 15px;
	color: #ccc;
}
.active{
	color: #fff;
}

.columns-item{
	flex: 1;
	height: 80vh;
}
.columns-item-head{
	background-color: #536CEA;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	color: #fff;
}
.columns-item-l{
	display: flex;
	align-items: center;
}
.columns-item-l-tap{
	font-size: 15px;
	color: #ccc;
}


.cell{
	border: 1px solid #eee;
	padding: 10px 15px;
}
.cell-bg{
	/* background-color: #82C261; */
	padding: 2px 5px;
	margin-top: 10px;
}
.cell-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	color: #333;
}
.cell-item-b{
	font-size: 11px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #888;
}
.cell-btn{
	/* background: #4B67E9; */
	background: rgba(75,103,233,0.2);
	border-radius: 4px;
	padding: 2px 10px;
	color:#4B67E9 ;
}

.form-view{
	padding: 10px 15px;
	background: #fff;
}

.form-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	color: #343435;
	margin-top: 10px;
	
}

.head-icon-img{
	width: 15px;
	height: 15px;
}

.nav{
	color: #333;
	margin-right: 30px;
	border-bottom: 4px solid  #fff;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}

.nav:hover{
	color: #FFD125 !important;
	border-bottom: 3px solid  #FFD125;
	font-size: 14px;
}

.nav-ed{
	color: #FFD125;
	margin-right: 30px;
	border-bottom: 3px solid  #FFD125;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	cursor: pointer;
	text-decoration: none;
}

.pc-btn{
	font-size: 14px;
	color: #333;
	background-color: #FFD125;
	border-radius: 4px;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	cursor: pointer;
	width: 140px;
	text-align: center;
}

.pc-btn:hover{
	color: #6A6A6A;
}

.fixed_contact{
	    position: fixed;
	    bottom: 140px;
	    right: 10px;
	    z-index: 3;
	    background-color: #fff;
	    border-radius: 6px;
	    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 20%);
	    padding: 20px 20px 10px;
	    cursor: pointer;
		 text-align: center;
	}