/**
Header
**/
body {
	font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
		Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}
/**
Nav bg-color
**/
.nav-shadow {
	box-shadow: -3px 0 1px #e1e1e1, 0 -3px 5px #fff, 0 2px 5px #e1e1e1, 3px
		0 1px #e1e1e1;
	background: #FF8400;
}

/**
Nav textcolor
**/
.item-color {
	color: white !important;
}

.item-color:hover {
	text-decoration: underline;
}

.top-header {
	padding: 5px 0;
}

.dropdown-hover:hover>ul {
	display: block;
}

.bi-search {
	transition: transform 0.3s ease;
}

.bi-search:hover {
	transform: rotate(90deg);
}

/**
Header end
**/


.font-12{
	font-size: 12px;
	
}

.font-14{
	font-size: 14px;
	
}

.font-10{
	font-size: 10px;
}

.font-20{
	font-size: 20px;
	
}

.text-default{
	color:#FF8400;
}

.text-default-underline{
	  text-underline-offset: 10px;
	  text-decoration: underline;
}


.alert-default{
	background:#5a5756;
}


.bg-default{
	background:#FF8400;
}
/**
Button 默认
**/
.btn-default{
	color: #fff;
    border-color: #FF8400;
    background: #FF8400;
    display: inline-block !important;
}

.btn-default:hover{
	color: #fff;
    background: #c36808;
    border-color: #c36808;
}
/**
button 反色
**/
.btn-outline-default{
	color: #FF8400;
    border-color: #FF8400;
    background: white;
}

.btn-outline-default:hover{
	color: #fff;
    border-color: #FF8400;
    background: #FF8400;
}

/**
a链接默认
**/
.a-default {
	color:#5a5756  !important;
    text-decoration: none !important;
    cursor: pointer;
}

.a-default:hover {
    text-decoration: underline !important;
}


.bg-grey{
	background:#333333;
}




/**
Footer
**/
.bg-footer{
	background:#333333;
}


