/*OZUI v1.0 - www.ouzero.com 2020-02-25*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: transparent;
}

body {
	background: #f9f9f9;
	font-family: "Microsoft YaHei UI", Roboto, Noto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666;
	padding: 0;
	margin: 0;
}

button,
input,
select,
textarea {
	outline: none;
}

img,
input {
	vertical-align: middle;
}

p {
	margin: 5px 0;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

::-moz-selection {
	background: #ff7f00;
	color: #fff;
}

::selection {
	background: #ff7f00;
	color: #fff;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

a:hover {
	color: #ff7f00;
	text-decoration: none;
}

.oz-left {
	text-align: left;
	clear: both;
}

.oz-right {
	text-align: right;
	clear: both;
}

.oz-center {
	text-align: center;
	clear: both;
}

.oz-middle {
	vertical-align: middle;
	clear: both;
}

.oz-xs-1,
.oz-sm-1,
.oz-md-1,
.oz-lg-1,
.oz-xs-2,
.oz-sm-2,
.oz-md-2,
.oz-lg-2,
.oz-xs-3,
.oz-sm-3,
.oz-md-3,
.oz-lg-3,
.oz-xs-4,
.oz-sm-4,
.oz-md-4,
.oz-lg-4,
.oz-xs-5,
.oz-sm-5,
.oz-md-5,
.oz-lg-5,
.oz-xs-6,
.oz-sm-6,
.oz-md-6,
.oz-lg-6,
.oz-xs-7,
.oz-sm-7,
.oz-md-7,
.oz-lg-7,
.oz-xs-8,
.oz-sm-8,
.oz-md-8,
.oz-lg-8,
.oz-xs-9,
.oz-sm-9,
.oz-md-9,
.oz-lg-9,
.oz-xs-10,
.oz-sm-10,
.oz-md-10,
.oz-lg-10,
.oz-xs-11,
.oz-sm-11,
.oz-md-11,
.oz-lg-11,
.oz-xs-12,
.oz-sm-12,
.oz-md-12,
.oz-lg-12 {
	position: relative;
	min-height: 1px;
	padding: 0 8px;
}

@media (max-width:767px) {

	.oz-xs-1,
	.oz-sm-1,
	.oz-md-1,
	.oz-lg-1,
	.oz-xs-2,
	.oz-sm-2,
	.oz-md-2,
	.oz-lg-2,
	.oz-xs-3,
	.oz-sm-3,
	.oz-md-3,
	.oz-lg-3,
	.oz-xs-4,
	.oz-sm-4,
	.oz-md-4,
	.oz-lg-4,
	.oz-xs-5,
	.oz-sm-5,
	.oz-md-5,
	.oz-lg-5,
	.oz-xs-6,
	.oz-sm-6,
	.oz-md-6,
	.oz-lg-6,
	.oz-xs-7,
	.oz-sm-7,
	.oz-md-7,
	.oz-lg-7,
	.oz-xs-8,
	.oz-sm-8,
	.oz-md-8,
	.oz-lg-8,
	.oz-xs-9,
	.oz-sm-9,
	.oz-md-9,
	.oz-lg-9,
	.oz-xs-10,
	.oz-sm-10,
	.oz-md-10,
	.oz-lg-10,
	.oz-xs-11,
	.oz-sm-11,
	.oz-md-11,
	.oz-lg-11,
	.oz-xs-12,
	.oz-sm-12,
	.oz-md-12,
	.oz-lg-12 {
		padding: 0 4px;
	}
}

.oz-xs-1,
.oz-xs-2,
.oz-xs-3,
.oz-xs-4,
.oz-xs-5,
.oz-xs-6,
.oz-xs-7,
.oz-xs-8,
.oz-xs-9,
.oz-xs-10,
.oz-xs-11,
.oz-xs-12 {
	float: left;
}

.oz-xs-12 {
	width: 100%;
}

.oz-xs-11 {
	width: 91.66666667%;
}

.oz-xs-10 {
	width: 83.33333333%;
}

.oz-xs-9 {
	width: 75%;
}

.oz-xs-8 {
	width: 66.66666667%;
}

.oz-xs-7 {
	width: 58.33333333%;
}

.oz-xs-6 {
	width: 50%;
}

.oz-xs-5 {
	width: 41.66666667%;
}

.oz-xs-4 {
	width: 33.33333333%;
}

.oz-xs-3 {
	width: 25%;
}

.oz-xs-2 {
	width: 16.66666667%;
}

.oz-xs-1 {
	width: 8.33333333%;
}

@media (min-width:767px) {

	.oz-sm-1,
	.oz-sm-2,
	.oz-sm-3,
	.oz-sm-4,
	.oz-sm-5,
	.oz-sm-6,
	.oz-sm-7,
	.oz-sm-8,
	.oz-sm-9,
	.oz-sm-10,
	.oz-sm-11,
	.oz-sm-12 {
		float: left;
	}

	.oz-sm-12 {
		width: 100%;
	}

	.oz-sm-11 {
		width: 91.66666667%;
	}

	.oz-sm-10 {
		width: 83.33333333%;
	}

	.oz-sm-9 {
		width: 75%;
	}

	.oz-sm-8 {
		width: 66.66666667%;
	}

	.oz-sm-7 {
		width: 58.33333333%;
	}

	.oz-sm-6 {
		width: 50%;
	}

	.oz-sm-5 {
		width: 41.66666667%;
	}

	.oz-sm-4 {
		width: 33.33333333%;
	}

	.oz-sm-3 {
		width: 25%;
	}

	.oz-sm-2 {
		width: 16.66666667%;
	}

	.oz-sm-1 {
		width: 8.33333333%;
	}
}

@media (min-width:991px) {

	.oz-md-1,
	.oz-md-2,
	.oz-md-3,
	.oz-md-4,
	.oz-md-5,
	.oz-md-6,
	.oz-md-7,
	.oz-md-8,
	.oz-md-9,
	.oz-md-10,
	.oz-md-11,
	.oz-md-12 {
		float: left;
	}

	.oz-md-12 {
		width: 100%;
	}

	.oz-md-11 {
		width: 91.66666667%;
	}

	.oz-md-10 {
		width: 83.33333333%;
	}

	.oz-md-9 {
		width: 75%;
	}

	.oz-md-8 {
		width: 66.66666667%;
	}

	.oz-md-7 {
		width: 58.33333333%;
	}

	.oz-md-6 {
		width: 50%;
	}

	.oz-md-5 {
		width: 41.66666667%;
	}

	.oz-md-4 {
		width: 33.33333333%;
	}

	.oz-md-3 {
		width: 25%;
	}

	.oz-md-2 {
		width: 16.66666667%;
	}

	.oz-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width:1300px) {

	.oz-lg-1,
	.oz-lg-2,
	.oz-lg-3,
	.oz-lg-4,
	.oz-lg-5,
	.oz-lg-6,
	.oz-lg-7,
	.oz-lg-8,
	.oz-lg-9,
	.oz-lg-10,
	.oz-lg-11,
	.oz-lg-12 {
		float: left;
	}

	.oz-lg-12 {
		width: 100%;
	}

	.oz-lg-11 {
		width: 91.66666667%;
	}

	.oz-lg-10 {
		width: 83.33333333%;
	}

	.oz-lg-9 {
		width: 75%;
	}

	.oz-lg-8 {
		width: 66.66666667%;
	}

	.oz-lg-7 {
		width: 58.33333333%;
	}

	.oz-lg-6 {
		width: 50%;
	}

	.oz-lg-5 {
		width: 41.66666667%;
	}

	.oz-lg-4 {
		width: 33.33333333%;
	}

	.oz-lg-3 {
		width: 25%;
	}

	.oz-lg-2 {
		width: 16.66666667%;
	}

	.oz-lg-1 {
		width: 8.33333333%;
	}
}

.oz-container {
	margin-top: 52px;
	padding: 15px;
}

@media (min-width:991px) {
	.oz-container {
		margin: 60px 0 0 230px;
		width: calc(100% - 230px);
	}
}

.oz-header {
	width: 100%;
	height: 58px;
	position: fixed;
	z-index: 101;
	left: 0;
	top: 0;
	color: #000;
	background: #fff;
	box-shadow: 0 0 6px #ccc;
}

@media (max-width:991px) {
	.oz-header {
		height: 50px;
	}
}

.oz-header .oz-nav-logo {
	background: #171717;
	float: left;
	width: 230px;
	height: 58px;
	padding: 15px;
	text-align: center;
}

@media (max-width:991px) {
	.oz-header .oz-nav-logo {
		width: auto;
		height: 50px;
		background: none;
		padding: 12px 0;
		margin-left: 50px;
	}
}

@media (max-width:385px) {
	.oz-header .oz-nav-logo {
		display: none;
	}
}

.oz-header .oz-nav-logo img {
	max-width: 100%;
	height: 100%;
}

.oz-header .oz-nav-bar {
	position: fixed;
	z-index: 102;
	height: 58px;
	width: 58px;
	display: none;
}

@media (max-width:991px) {
	.oz-header .oz-nav-bar {
		display: block;
		height: 50px;
		width: 50px;
	}
}

.oz-header .oz-nav-bar span {
	position: absolute;
	width: 18px;
	height: 2px;
	background: #000;
	left: 14px;
	top: 23px;
	margin: 2px;
	border-radius: 2px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0.8);
	-moz-transform: scaleY(0.8);
	-ms-transform: scaleY(0.8);
	-o-transform: scaleY(0.8);
	transform: scaleY(0.8);
}

.oz-header .oz-nav-bar span:first-child {
	top: 18px;
}

.oz-header .oz-nav-bar span:last-child {
	top: 28px;
}

.oz-header .oz-nav-bar.active span:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(3px, 3px);
	-moz-transform: rotate(45deg) translate(3px, 3px);
	-ms-transform: rotate(45deg) translate(3px, 3px);
	-o-transform: rotate(45deg) translate(3px, 3px);
	transform: rotate(45deg) translate(3px, 3px);
}

.oz-header .oz-nav-bar.active span:nth-child(2) {
	opacity: 0;
}

.oz-header .oz-nav-bar.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(4px, -4px);
	-moz-transform: rotate(-45deg) translate(4px, -4px);
	-ms-transform: rotate(-45deg) translate(4px, -4px);
	-o-transform: rotate(-45deg) translate(4px, -4px);
	transform: rotate(-45deg) translate(4px, -4px);
}

.oz-header .oz-nav-time {
	font-size: 16px;
	margin: 18px;
	display: inline-block;
}

@media (max-width:991px) {
	.oz-header .oz-nav-time {
		display: none;
	}
}

@keyframes show-search {
	0% {
		opacity: .6;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.oz-header .oz-nav-search {
	position: absolute;
	display: none;
	border-collapse: separate;
	font-size: 0;
	top: 12px;
	right: 270px;
	z-index: 999;
}

@media (max-width:991px) {
	.oz-header .oz-nav-search {
		top: 55px;
		right: 5px;
	}
}

.oz-header .oz-nav-search.show {
	display: block;
	-webkit-animation: show-search .3s;
	-moz-animation: show-search .3s;
	animation: show-search .3s;
}

.oz-header .oz-nav-search .oz-search-field {
	width: 160px;
	height: 34px;
	font-size: 14px;
	line-height: 1.42857143;
	padding: 7px 10px;
	position: relative;
	font-family: inherit;
	border-radius: 30px 0 0 30px;
	border: 1px solid #ccc;
	-webkit-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
}

.oz-header .oz-nav-search .oz-search-btn {
	height: 34px;
	position: relative;
	vertical-align: middle;
	padding: 0 12px;
	color: #fff;
	background: #000;
	font-size: 14px;
	border: none;
	display: inline-block;
	white-space: nowrap;
	border-radius: 0 30px 30px 0;
	cursor: pointer;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.oz-header .oz-nav-tool {
	height: 100%;
	float: right;
	margin-right: 65px;
}

@media (max-width:991px) {
	.oz-header .oz-nav-tool {
		margin-right: 60px;
	}
}

.oz-header .oz-nav-tool .oz-tool-item {
	position: relative;
	display: inline-block;
	margin: 10px 5px;
	padding: 7px;
	font-size: 18px;
}

@media (max-width:991px) {
	.oz-header .oz-nav-tool .oz-tool-item {
		padding: 5px;
		font-size: 15px;
	}
}

.oz-header .oz-nav-tool .oz-tool-item .fa+.oz-badge {
	position: absolute;
	top: 3px;
	left: 18px;
	padding: 0 5px;
}

.oz-header .oz-nav-user {
	position: absolute;
	top: 12px;
	right: 15px;
	height: 35px;
}

@media (max-width:991px) {
	.oz-header .oz-nav-user {
		top: 10px;
		height: 30px;
	}
}

.oz-header .oz-nav-user img {
	width: auto;
	height: 100%;
	border-radius: 100%;
}

.oz-sidenav {
	position: fixed;
	width: 230px;
	height: 100%;
	left: 0;
	z-index: 100;
	overflow: hidden;
	top: 0;
	background: #171717;
	box-shadow: 0 0 6px #333;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: left .3s;
	-moz-transition: left .3s;
	-o-transition: left .3s;
	transition: left .3s;
}

@media (max-width:991px) {
	.oz-sidenav {
		left: -245px;
	}
}

.oz-sidenav.active {
	left: 0;
}

.oz-sidenav>ul {
	position: relative;
	top: 58px;
}

.oz-sidenav>ul>li {
	position: relative;
}

.oz-sidenav>ul>li>a {
	display: block;
	color: #ddd;
	padding: 12px 32px;
	font-size: 15px;
	border-left: 4px solid transparent;
	-webkit-transition: background, border-left .3s;
	-moz-transition: background, border-left .3s;
	-o-transition: background, border-left .3s;
	transition: background, border-left .3s;
}

.oz-sidenav>ul>li>a:hover,
.oz-sidenav>ul>li>a.active {
	color: #fff;
	background: #222;
	border-left: 4px solid #fff;
}

.oz-sidenav .oz-nav-item .oz-drop-icon {
	right: 25px;
	position: absolute;
	top: 0;
	color: #fff;
	padding: 15px 5px;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.oz-sidenav .oz-nav-item .active .oz-drop-icon {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.oz-sidenav .oz-nav-item ul {
	display: none;
	background: #000;
	overflow: hidden;
}

.oz-sidenav .oz-nav-item ul>li>a {
	display: block;
	padding: 10px 10px 10px 57px;
	color: #ccc;
	font-size: 14px;
	border-left: 3px solid transparent;
	-webkit-transition: background, border-left .3s;
	-moz-transition: background, border-left .3s;
	-o-transition: background, border-left .3s;
	transition: background, border-left .3s;
}

.oz-sidenav .oz-nav-item ul>li>a:hover,
.oz-sidenav .oz-nav-item ul>li>a.active {
	color: #eee;
	background: #111;
	border-left: 3px solid #ddd;
}

.oz-black-mask {
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	z-index: 99;
	-webkit-animation: fadeIn .3s;
	-moz-animation: fadeIn .3s;
	-o-animation: fadeIn .3s;
	animation: fadeIn .3s;
}

.oz-panel {
	background: #fff;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.oz-panel>.oz-panel-head {
	background: #f5f5f5;
	color: #333;
	font-weight: 900;
	padding: 10px 15px;
	border-radius: 2px 2px 0 0;
	border-bottom: 1px solid #ddd;
}

.oz-panel>.oz-panel-body {
	padding: 15px;
	overflow: hidden;
}

.oz-panel>.oz-table-fluid>.oz-table>tbody>tr:first-child>th,
.oz-panel>.oz-table-fluid>.oz-table>tbody>tr:first-child>td {
	border-top: 0;
}

.oz-table-fluid {
	width: 100%;
	overflow-y: hidden;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.oz-table-fluid>.oz-table>thead>tr>th:first-child,
.oz-table-fluid>.oz-table>thead>tr>td:first-child,
.oz-table-fluid>.oz-table>tbody>tr>td:first-child,
.oz-table-fluid>.oz-table>tbody>tr>th:first-child {
	border-left: none;
}

.oz-table-fluid>.oz-table>thead>tr>th:last-child,
.oz-table-fluid>.oz-table>thead>tr>td:last-child,
.oz-table-fluid>.oz-table>tbody>tr>td:last-child,
.oz-table-fluid>.oz-table>tbody>tr>th:last-child {
	border-right: none;
}

.oz-table-fluid>.oz-table>thead>tr:first-child>th,
.oz-table-fluid>.oz-table>thead>tr:first-child>td {
	border-top: none;
}

.oz-table-fluid>.oz-table>tbody>tr:last-child>td,
.oz-table-fluid>.oz-table>tbody>tr:last-child>th {
	border-bottom: none;
}

.oz-table {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
}

.oz-table.oz-table-warp thead>tr>td,
.oz-table.oz-table-warp>tbody>tr>td {
	white-space: normal;
}

.oz-table>tbody>tr>td,
.oz-table>tbody>tr>th,
.oz-table thead>tr>td,
.oz-table>thead>tr>th {
	min-height: 35px;
	padding: 6px 8px;
	border: 1px solid #ddd;
}

.oz-table>thead>tr>th {
	background-color: #eee;
}

.oz-table>thead>tr:nth-child(odd) {
	background-color: #fff;
}

.oz-table>tbody>tr:nth-child(even) {
	background-color: #f5f5f5;
}

.oz-panel>.oz-table-fluid {
	border: none;
	margin-bottom: 0;
}

.oz-btn {
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	color: #fff;
	background: #999;
	font-size: 14px;
	border: none;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.oz-btn:hover {
	color: #fff;
	opacity: 0.8;
}

.oz-btn:active {
	opacity: 1;
}

.oz-btn-lg {
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	font-size: 16px;
}

.oz-btn-sm {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	font-size: 12px;
}

.oz-btn-xs {
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	font-size: 12px;
}

.oz-btn-block {
	width: 100%;
}

.oz-btn-radius {
	border-radius: 100px;
}

.oz-btn-container .oz-btn {
	margin: 5px;
}

.oz-form-group {
	position: relative;
	display: flex;
	margin-bottom: 15px;
}

.oz-form-group .oz-form-label {
	position: relative;
	height: 36px;
	font-size: 14px;
	background: #eee;
	padding: 8px 12px;
	text-align: center;
	border: 1px solid #ccc;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}

.oz-form-group .oz-form-label:first-child {
	border-right: 0;
	border-radius: 2px 0 0 2px;
}

.oz-form-group .oz-form-label:last-child {
	border-left: 0;
	border-radius: 0 2px 2px 0;
}

.oz-form-group .oz-form-field input,
.oz-form-group .oz-form-field select {
	position: relative;
	width: 100%;
	height: 36px;
	font-size: 14px;
	line-height: 1.42857143;
	padding: 7px 10px;
	font-family: inherit;
	border: 1px solid #ccc;
	vertical-align: middle;
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
}

.oz-form-group .oz-form-field:last-child,
.oz-form-group .oz-form-field:last-child {
	flex: auto;
}

.oz-form-group .oz-form-field input:focus,
.oz-form-group .oz-form-field select:focus {
	border: 1px solid #aaa;
	box-shadow: 0 0 4px #ddd;
}

.oz-form-group .oz-form-field:first-child input,
.oz-form-group .oz-form-field:first-child select {
	border-radius: 2px 0 0 2px;
}

.oz-form-group .oz-form-field:last-child input,
.oz-form-group .oz-form-field:last-child select {
	border-radius: 0 2px 2px 0;
}

.oz-form-group .oz-form-field:only-of-type {
	flex: auto;
}

.oz-form-group .oz-form-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
}

.oz-form-group .oz-form-btn .oz-btn {
	border-radius: 0;
}

.oz-form-group .oz-form-btn .oz-btn:first-child {
	border-radius: 2px 0 0 2px;
}

.oz-form-group .oz-form-btn .oz-btn:last-child {
	border-radius: 0 2px 2px 0;
}

.oz-form-textarea {
	display: block;
	width: 100%;
}

.oz-form-textarea .oz-form-label {
	width: auto;
	text-align: left;
	display: inline-block;
	border-radius: 2px 2px 0 0 !important;
}

.oz-form-textarea .oz-form-label:first-child {
	border: 1px solid #ccc;
}

.oz-form-textarea .oz-form-field textarea {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 40px;
	line-height: 22px;
	font-size: 14px;
	font-family: inherit;
	padding: 10px;
	margin-top: -1px;
	resize: vertical;
	border: 1px solid #ccc;
	border-radius: 0 2px 2px 2px !important;
}

.oz-badge {
	display: inline;
	padding: 4px 8px;
	font-size: 10px;
	color: #fff;
	background: #999;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 2px;
}

.oz-badge-radius {
	border-radius: 100px;
}

.oz-dot {
	display: inline-block;
	background: #999;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.oz-bg-orange {
	background: #ff7f00;
}

.oz-bg-black {
	background: #000;
}

.oz-bg-red {
	background: #ff5722;
}

.oz-bg-yellow {
	background: #ffb800;
}

.oz-bg-blue {
	background: #1e9fff;
}

.oz-bg-green {
	background: #5cb85c;
}

.oz-bg-purple {
	background: #c286ff;
}

.oz-bg-pink {
	background: #ff94dd;
}

.oz-bg-brown {
	background: #875331;
}

.oz-pagination {
	list-style: none;
	padding: 0;
	display: inline-block;
}

.oz-pagination li {
	display: inline;
}

.oz-pagination li a {
	color: #666;
	float: left;
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px 12px;
	margin-left: -1px;
}

@media (max-width:767px) {
	.oz-pagination li a {
		padding: 4px 10px;
	}
}

.oz-pagination li a:hover {
	background: #eee;
}

.oz-pagination .active a {
	background: #ddd;
}

.oz-pagination .disabled {
	pointer-events: none;
	cursor: not-allowed;
}

.oz-pagination li:first-child a {
	border-radius: 2px 0 0 2px;
}

.oz-pagination li:last-child a {
	border-radius: 0 2px 2px 0;
}

.oz-quote {
	margin-bottom: 15px;
	padding: 12px 15px;
	line-height: 20px;
	border-left: 5px solid #ff7f00;
	border-radius: 0 2px 2px 0;
	background: #eee;
}

.oz-upload {
	display: flex;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.oz-upload .oz-btn {
	text-align: center;
	width: 75px;
	padding: 0;
	border-radius: 2px 0 0 2px;
}

.oz-upload .file-name {
	flex: auto;
	font-size: 14px;
	background: #eee;
	padding: 0 12px;
	line-height: 36px;
	height: 36px;
	border-radius: 0 2px 2px 0;
}

.oz-upload input {
	display: none;
}

.oz-timeline {
	position: relative;
	padding: 5px;
	font-size: 14px;
}

.oz-timeline .oz-timeline-item {
	display: block;
	position: relative;
	padding-left: 20px;
}

.oz-timeline .oz-timeline-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 6px;
	width: 1px;
	height: 100%;
	background: #ddd;
}

.oz-timeline .oz-timeline-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #ccc;
	border: 3px solid #fff;
	border-radius: 100px;
	box-shadow: 0 0 6px #ccc;
}

.oz-timeline .oz-timeline-time {
	color: #666;
	line-height: 15px;
	font-size: 13px;
	font-weight: 600;
}

.oz-timeline .oz-timeline-main {
	padding: 8px 0;
}

.oz-tooltip {
	position: relative;
	cursor: pointer;
}

.oz-tooltip:hover::before {
	z-index: 999999999;
	word-break: keep-all;
	white-space: nowrap;
	content: attr(oz-title);
	position: absolute;
	padding: 6px 8px;
	color: #fff;
	background: #000;
	line-height: normal;
	border-radius: 4px;
	font-size: 12px;
	-webkit-animation: fadeIn .3s;
	-moz-animation: fadeIn .3s;
	-o-animation: fadeIn .3s;
	animation: fadeIn .3s;
}

.oz-tooltip:hover::after {
	content: "";
	position: absolute;
	-webkit-animation: fadeIn .3s;
	-moz-animation: fadeIn .3s;
	-o-animation: fadeIn .3s;
	animation: fadeIn .3s;
}

.oz-tooltip-up:hover::before {
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.oz-tooltip-up:hover::after {
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.oz-tooltip-down:hover::before {
	bottom: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.oz-tooltip-down:hover::after {
	border-bottom: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.oz-tooltip-left:hover::before {
	top: 8px;
	left: -10px;
	-webkit-transform: translateY(-50%) translateX(-100%);
	-moz-transform: translateY(-50%) translateX(-100%);
	-ms-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%);
}

.oz-tooltip-left:hover::after {
	border-left: 5px solid #000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: 50%;
	left: -10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.oz-tooltip-right:hover::before {
	top: 8px;
	right: -11px;
	-webkit-transform: translateY(-50%) translateX(100%);
	-moz-transform: translateY(-50%) translateX(100%);
	-ms-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
}

.oz-tooltip-right:hover::after {
	border-right: 5px solid #000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: 50%;
	right: -11px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.oz-tab .oz-tab-title {
	position: relative;
	font-size: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}

.oz-tab .oz-tab-title li {
	display: inline-block;
	font-size: 14px;
	position: relative;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: none;
	-webkit-animation: fadeIn .3s;
	-moz-animation: fadeIn .3s;
	-o-animation: fadeIn .3s;
	animation: fadeIn .3s;
}

.oz-tab .oz-tab-title li.active {
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 2px 2px 0 0;
}

.oz-tab .oz-tab-item {
	display: none;
	-webkit-animation: fadeIn .3s;
	-moz-animation: fadeIn .3s;
	-o-animation: fadeIn .3s;
	animation: fadeIn .3s;
}

.oz-tab .oz-tab-item.active {
	display: block;
}


  

 .list1   a {
    padding: 8px 8px 8px 15px;
    font-size: 14px;
    color: #666;
    height: auto;
    line-height: 40px;
    margin: 3px 0;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 8px #ccc;
    border-radius: 25px 25px 25px 25px;
    word-break:break-all;  /**自动换行**/
  }

  .list1 a:hover, .list1 a.active {
    color: #000;
    background: #ff7f00;
    box-shadow: 0 0 8px #ff7f00;
  }
  
 .list2   { 
    color: #000 !important ;
    background: #ff7f00 !important;
    box-shadow: 0 0 8px #ff7f00 !important;
  }
 

  