/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ :root {
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	:root {
		font-size: 14px;
	}
}
@media (min-width: 1346px) {
	.container {
		max-width: 1200px !important;
	}
}
@media (min-width: 1420px) {
	.container {
		max-width: 1200px !important;
	}
}
@media (min-width: 1660px) {
	.container {
		max-width: 1300px !important;
	}
}
@media (min-width: 1900px) {
	.container {
		max-width: 1600px !important;
	}
}
.no-gutters {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.no-radius {
	border-radius: 0 !important
}
.table th, .table td {
	border-top: 1px solid #ededed !important;
}
.btn-epwk {
	color: #fff !important;
	background-color: #ffaa00 !important;
	border-color: #ff9900 !important;
}
.btn-epwk:hover {
	color: #333 !important;
	background-color: #ffdd00 !important;
	border-color: #ffcc00 !important;
}
.list-group-item.current {
	background-color: #e53900 !important;
	border-color: #e53900 !important;
	color: #fff !important;
}
.list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.list-group-bordernone .list-group-item {
	border-width: 0;
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
	background-color: #f8f9fa;
}
.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f0f1f2;
}
.list-group-item-action:focus {
	background-color: #f8f9fa;
}
.list-group-item-action:active {
	color: #495057;
	background-color: #f8f9fa;
}
.border-none {
	border: none !important;
}
.shadow-diy {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05) !important;
}
/*primary颜色重新定义*/
.text-primary {
	color: #e53900 !important;
}
a.text-primary:hover, a.text-primary:focus {
	color: #e51717 !important;
}
.bg-primary {
	background-color: #e53900 !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #e51717 !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-black {
	background-color: #000 !important;
}
.bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.bg-blur-dark {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2);
}
.bg-blur-light {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
}

.z-index-0 {
	z-index: 0!important;
}
.z-index-1 {
	z-index: 1!important;
}
.z-index-2 {
	z-index: 2!important;
}
.z-index-3 {
	z-index: 3!important;
}

.text-one {
    color: #e53900!important;
}
.text-two {
    color: #f08300!important;
}
.text-black {
    color: #000000!important;
}
.text-primary {
    color: #e53900!important;
}

.btn-primary {
	color: #fff;
	background-color: #e53900;
	border-color: #e53900;
}
.btn-primary:hover {
	color: #fff;
	background-color: #e51717;
	border-color: #e51717;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #e51717;
	border-color: #e51717;
	box-shadow: 0 0 0 0.2rem rgba(222, 0, 0, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #e51717;
	border-color: #e51717;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #e51717;
	border-color: #e51717;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 160, 233, 0.5);
}
.btn-outline-primary {
	color: #e53900;
	border-color: #e53900;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #e53900;
	border-color: #e53900;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 160, 233, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #e53900;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #e53900;
	border-color: #e53900;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 160, 233, 0.5);
}

.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-black:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.btn-black:focus, .btn-black.focus {
	color: #fff;
	background-color: #333;
	border-color: #333;
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
	color: #333;
	background-color: #333;
	border-color: #333;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black {
	color: #000;
	border-color: #000;
}
.btn-outline-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 160, 233, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
	color: #000;
	background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.shadow-sm {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1)!important;
}
.shadow {
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1)!important;
}
.rounded {
    border-radius: 0.5rem !important;
}
.w-70 {
    width: 70% !important;
}
.w-30 {
    width: 30% !important;
}
.w-60 {
    width: 60% !important;
}
.w-40 {
    width: 40% !important;
}
.w-80 {
    width: 80% !important;
}
.w-20 {
    width: 20% !important;
}
.card {
    border: 0px solid rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
}