
body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	color: #4d5259;
	line-height: 1.5;
	font-size: 14px;
	overflow-x: hidden;
    background-color: #f5f6fa;
}
html,
body {
    height: 100%;
}
a {
    color: #2b579a;
	-webkit-transition: .2s linear;
	transition: .2s linear
}
a:hover,
a:focus {
	color: #4d5259;
	text-decoration: none;
	outline: none
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
a,
button,
a:focus,
a:active,
button:focus,
button:active {
    outline: none !important;
}
blockquote {
    font-size: 16px;
}
img {
    max-width: 100%;
}

/** ----------------------------------
 * 示例中用到的样式，可删除
 -------------------------------------- */
.example-box .btn {
    margin-bottom: 10px;
    margin-right: 6px;
}

/** ----------------------------------
 * 重设样式
 -------------------------------------- */
.nowrap {
    white-space: nowrap;
    word-break: keep-all;
}

/* 标题 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Source Han Sans SC', 'Noto Sans CJK SC', 'WenQuanYi Micro Hei', sans-serif;
    color: #313944;
    line-height: 1.5;
    letter-spacing: .5px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

/* 导航相关 */
.navbar-toggle {
    background-color: transparent;
    border-color: transparent!important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

/*
-------------------------
    2019/4/1修改样式lyear-layout-sidebar-open lyear-layout-sidebar-visible
-------------------------
*/
.topNavBar {
    background-color: transparent;    
    border-color: transparent !important;
}

.topNavBar{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #0000;
    background-image: none;
    border: 1px solid #0000;
    border-radius: 4px;
}

.topNavBar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-default .topNavBar .icon-bar {
    background-color: #fff;
}

.topNavBar .icon-bar+.icon-bar {
    margin-top: 4px;
}

.showMenu .lyear-layout-sidebar{
    visibility: hidden;
    -webkit-transform: translateX(-220px);
    transform: translateX(-220px);
    -webkit-transition: visibility;
    transition: visibility;
}


.showMenu .lyear-layout-header, .showMenu .lyear-layout-content {
    padding-left: 0;
 }

/* 下拉 */
.dropdown-menu {
    border-radius: 0;
    border: 1px solid rgba(235, 235, 235, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.035);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.035);
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #f9fafb;
}
.dropdown-menu .divider {
    background-color: #f1f2f3;
}
.dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.dropdown-menu > li > a > i {
    margin-right: 10px;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #2b579a;
}

/* 表格 */
.table-bordered {
    border-color: #eceeef;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: .75em;
    line-height: 1.5;
    border-color: #eceeef;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfdfe;
}
.table-hover > tbody > tr:hover {
  background-color: #f9fafb;
}
.table-vcenter > thead > tr > th,
.table-vcenter > thead > tr > td,
.table-vcenter > tbody > tr > th,
.table-vcenter > tbody > tr > td,
.table-vcenter > tfoot > tr > th,
.table-vcenter > tfoot > tr > td {
    vertical-align: middle;
}
.table-hover tbody tr {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: .5em;
}

/* 标签 */
.label {
    border-radius: 2px;
    font-weight: 300;
}
.label-default {
    background-color: #fcfdfe;
    border: 1px solid #ebebeb;
    color: #8b95a5;
}
.label-primary {
    background-color: #2b579a;
}
.label-success {
    background-color: #15c377;
}
.label-info {
    background-color: #48b0f7;
}
.label-warning {
    background-color: #faa64b;
}
.label-danger {
    background-color: #f96868;
}
.label-dark {
    background-color: #465161;
}
.label-secondary {
    background-color: #e4e7ea;
    color: #4d5259;
}
.label-purple {
    background-color: #926dde;
}
.label-pink {
    background-color: #f96197;
}
.label-cyan {
    background-color: #57c7d4;
}
.label-yellow {
    background-color: #fcc525;
}
.label-brown {
    background-color: #8d6658;
}

/* well */
.well {
    border-radius: 2px;
    background-color: #f7f7f7;
    border-color: #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* 面板 */
.panel {
    border-color: #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
}
.panel a:hover,
.panel a:focus,
.panel a:active {
    color: inherit;
}
.panel-heading {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.panel-default>.panel-heading,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #f0f0f0;
}
.panel-primary>.panel-heading {
    background-color: #2b579a;
    border-color: #2b579a;
}
.panel-primary {
    border-color: #2b579a;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #2b579a;
}
.panel-primary > .panel-heading .badge {
    color: #2b579a;
}
.panel-success>.panel-heading {
    color: #fff;
    background-color: #15c377;
    border-color: #15c377;
}
.panel-success {
    border-color: #15c377;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #15c377;
}
.panel-success > .panel-heading .badge {
    background-color: #fff;
    color: #15c377;
}
.panel-info>.panel-heading {
    color: #fff;
    background-color: #48b0f7;
    border-color: #48b0f7;
}
.panel-info {
    border-color: #48b0f7;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #48b0f7;
}
.panel-info > .panel-heading .badge {
    background-color: #fff;
    color: #48b0f7;
}
.panel-warning>.panel-heading {
    color: #fff;
    background-color: #faa64b;
    border-color: #faa64b;
}
.panel-warning {
    border-color: #faa64b;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faa64b;
}
.panel-warning > .panel-heading .badge {
    background-color: #fff;
    color: #faa64b;
}
.panel-danger>.panel-heading {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868;
}
.panel-danger {
    border-color: #f96868;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f96868;
}
.panel-danger > .panel-heading .badge {
    background-color: #fff;
    color: #f96868;
}
.panel-dark>.panel-heading {
    color: #fff;
    background-color: #465161;
    border-color: #465161;
}
.panel-dark {
    border-color: #465161;
}
.panel-dark>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #465161;
}
.panel-secondary>.panel-heading {
    background-color: #e4e7ea;
    border-color: #e4e7ea;
}
.panel-secondary {
    border-color: #e4e7ea;
}
.panel-secondary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e4e7ea;
}
.panel-purple>.panel-heading {
    color: #fff;
    background-color: #926dde;
    border-color: #926dde;
}
.panel-purple {
    border-color: #926dde;
}
.panel-purple>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #926dde;
}
.panel-pink>.panel-heading {
    color: #fff;
    background-color: #f96197;
    border-color: #f96197;
}
.panel-pink {
    border-color: #f96197;
}
.panel-pink>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f96197;
}
.panel-cyan>.panel-heading {
    color: #fff;
    background-color: #57c7d4;
    border-color: #57c7d4;
}
.panel-cyan {
    border-color: #57c7d4;
}
.panel-cyan>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #57c7d4;
}

/* 列表组 */
.list-group-item {
    border-color: #f0f0f0;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    background-color: #f9fafb;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #2b579a;
    border-color: #2b579a;
}
.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

/* 表单 */
.form-control {
    height: 38px;
    border-color: #ebebeb;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #8b95a5;
    padding: 5px 12px;
    line-height: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #2b579a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 202, 187, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 202, 187, .6);
}
.input-group-addon {
    border-color: #ebebeb;
    background-color: #f9fafb;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.input-sm {
    height: 30px;
}
.input-lg {
    height: 46px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #15c377;
}
.has-success .form-control {
    border-color: #15c377;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #15c377;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(21, 195, 119, .6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(21, 195, 119, .6);
}
.has-success .input-group-addon {
    color: #15c377;
    background-color: #dff0d8;
    border-color: #15c377;
}
.has-success .form-control-feedback {
    color: #15c377;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
    color: #48b0f7;
}
.has-info .form-control {
    border-color: #48b0f7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-info .form-control:focus {
    border-color: #48b0f7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(72, 176, 247, .6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(72, 176, 247, .6);
}
.has-info .input-group-addon {
    color: #48b0f7;
    background-color: #dff0d8;
    border-color: #48b0f7;
}
.has-info .form-control-feedback {
    color: #48b0f7;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #faa64b;
}
.has-warning .form-control {
    border-color: #faa64b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #faa64b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(250, 166, 75, .6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(250, 166, 75, .6);
}
.has-warning .input-group-addon {
    color: #f96868;
    background-color: #fcf8e3;
    border-color: #f96868;
}
.has-warning .form-control-feedback {
    color: #f96868;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #f96868;
}
.has-error .form-control {
    border-color: #f96868;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #f96868;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(249, 104, 104, .6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(249, 104, 104, .6);
}
.has-error .input-group-addon {
    color: #f96868;
    background-color: #f2dede;
    border-color: #f96868;
}
.has-error .form-control-feedback {
    color: #f96868;
}

/* 复选框 & 单选框 */
.lyear-checkbox,
.lyear-radio {
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    padding-left: 30px;
    font-weight: 400;
    min-height: 18px;
}
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.lyear-checkbox input,
.lyear-radio input {
    position: absolute;
    opacity: 0;
}
.lyear-checkbox span::before,
.lyear-radio span::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 18px;
    width: 18px;
    left: 0;
    top: 1px;
    border: 2px solid #ebebeb;;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.lyear-checkbox span::after,
.lyear-radio span::after {
    content: '';
    position: absolute;
    display: none;
    width: 5px;
    height: 10px;
    left: 7px;
    top: 4px;
    border: solid #4d5259;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lyear-checkbox span,
.lyear-radio span {
    display: inline-block;
}
.lyear-checkbox input:checked~span:after,
.lyear-radio input:checked~span:after {
    display: inline-block;
}
.lyear-checkbox:hover span::before,
.lyear-radio:hover span::before {
    border-color: #ebebeb;
}
.lyear-checkbox.checkbox-grey span::before,
.lyear-checkbox.radio-grey span::before,
.lyear-radio.checkbox-grey span::before,
.lyear-radio.radio-grey span::before {
    background-color: #ebebeb;
    border-color: #ebebeb;
}
/* checkbox */
.checkbox-primary input:checked~span::before {
    background-color: #2b579a;
    border-color: #2b579a;
}
.checkbox-primary input:checked~span::after {
    border-color: #fff;
}
.checkbox-success input:checked~span::before {
    background-color: #15c377;
    border-color: #15c377;
}
.checkbox-success input:checked~span::after {
    border-color: #fff;
}
.checkbox-info input:checked~span::before {
    background-color: #48b0f7;
    border-color: #48b0f7;
}
.checkbox-info input:checked~span::after {
    border-color: #fff;
}
.checkbox-warning input:checked~span::before {
    background-color: #faa64b;
    border-color: #faa64b;
}
.checkbox-warning input:checked~span::after {
    border-color: #fff;
}
.checkbox-danger input:checked~span::before {
    background-color: #f96868;
    border-color: #f96868;
}
.checkbox-danger input:checked~span::after {
    border-color: #fff;
}
.checkbox-dark input:checked~span::before {
    background-color: #465161;
    border-color: #465161;
}
.checkbox-dark input:checked~span::after {
    border-color: #fff;
}
.checkbox-secondary input:checked~span::before {
    background-color: #e4e7ea;
    border-color: #e4e7ea;
}
.checkbox-secondary input:checked~span::after {
    border-color: #fff;
}
.checkbox-purple input:checked~span::before {
    background-color: #926dde;
    border-color: #926dde;
}
.checkbox-purple input:checked~span::after {
    border-color: #fff;
}
.checkbox-pink input:checked~span::before {
    background-color: #f96197;
    border-color: #f96197;
}
.checkbox-pink input:checked~span::after {
    border-color: #fff;
}
.checkbox-cyan input:checked~span::before {
    background-color: #57c7d4;
    border-color: #57c7d4;
}
.checkbox-cyan input:checked~span::after {
    border-color: #fff;
}
.checkbox-yellow input:checked~span::before {
    background-color: #fcc525;
    border-color: #fcc525;
}
.checkbox-yellow input:checked~span::after {
    border-color: #fff;
}
.checkbox-brown input:checked~span::before {
    background-color: #8d6658;
    border-color: #8d6658;
}
.checkbox-brown input:checked~span::after {
    border-color: #fff;
}
/* radio */
.lyear-radio span::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.lyear-radio span::after {
    border: 0;
    height: 6px;
    left: 6px;
    top: 7px;
    width: 6px;
    background: #4d5259;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.radio-primary input:checked~span::before {
    background-color: #2b579a;
    border-color: #2b579a;
}
.radio-primary input:checked~span::after {
    background-color: #fff;
}
.radio-success input:checked~span::before {
    background-color: #15c377;
    border-color: #15c377;
}
.radio-success input:checked~span::after {
    background-color: #fff;
}
.radio-info input:checked~span::before {
    background-color: #48b0f7;
    border-color: #48b0f7;
}
.radio-info input:checked~span::after {
    background-color: #fff;
}
.radio-warning input:checked~span::before {
    background-color: #faa64b;
    border-color: #faa64b;
}
.radio-warning input:checked~span::after {
    background-color: #fff;
}
.radio-danger input:checked~span::before {
    background-color: #f96868;
    border-color: #f96868;
}
.radio-danger input:checked~span::after {
    background-color: #fff;
}
.radio-dark input:checked~span::before {
    background-color: #465161;
    border-color: #465161;
}
.radio-dark input:checked~span::after {
    background-color: #fff;
}
.radio-secondary input:checked~span::before {
    background-color: #e4e7ea;
    border-color: #e4e7ea;
}
.radio-secondary input:checked~span::after {
    background-color: #fff;
}
.radio-purple input:checked~span::before {
    background-color: #926dde;
    border-color: #926dde;
}
.radio-purple input:checked~span::after {
    background-color: #fff;
}
.radio-pink input:checked~span::before {
    background-color: #f96197;
    border-color: #f96197;
}
.radio-pink input:checked~span::after {
    background-color: #fff;
}
.radio-cyan input:checked~span::before {
    background-color: #57c7d4;
    border-color: #57c7d4;
}
.radio-cyan input:checked~span::after {
    background-color: #fff;
}
.radio-yellow input:checked~span::before {
    background-color: #fcc525;
    border-color: #fcc525;
}
.radio-yellow input:checked~span::after {
    background-color: #fff;
}
.radio-brown input:checked~span::before {
    background-color: #8d6658;
    border-color: #8d6658;
}
.radio-brown input:checked~span::after {
    background-color: #fff;
}

.checkbox-inline, .radio-inline {
    display: inline-block;
}

/* 开关 */
.lyear-switch {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.lyear-switch input {
    height: 0;
    width: 0;
    position: absolute;
    opacity: 0;
}
.lyear-switch span {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #ebebeb;
	border: 2px solid #ebebeb;
	cursor: pointer;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease
}
.lyear-switch span:after {
	content: '';
	height: 20px;
	width: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 1px;
	top: -7px;
	color: #aaa;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	text-align: center;
	font-size: 13px;
	background-color: #fff;
	-webkit-box-shadow: rgba(0,0,0,.12) 0 1px 6px,rgba(0,0,0,.12) 0 1px 4px;
	box-shadow: rgba(0,0,0,.12) 0 1px 6px,rgba(0,0,0,.12) 0 1px 4px
}
.lyear-switch input:checked~span:after {
	left: -webkit-calc(100% - 20px);
	left: calc(100% - 20px);
}
.switch-primary input:checked~span:after {
	background-color: #2b579a
}
.switch-success input:checked~span:after {
	background-color: #15c377
}
.switch-info input:checked~span:after {
	background-color: #48b0f7
}
.switch-warning input:checked~span:after {
	background-color: #faa64b
}
.switch-danger input:checked~span:after {
	background-color: #f96868
}
.switch-secondary input:checked~span:after {
	background-color: #868e96
}
.switch-dark input:checked~span:after {
	background-color: #465161
}
.switch-purple input:checked~span:after {
	background-color: #926dde
}
.switch-pink input:checked~span:after {
	background-color: #f96197
}
.switch-cyan input:checked~span:after {
	background-color: #57c7d4
}
.switch-yellow input:checked~span:after {
	background-color: #fcc525
}
.switch-brown input:checked~span:after {
	background-color: #8d6658
}

.lyear-switch.switch-solid span,
.lyear-switch.switch-light span,
.lyear-switch.switch-outline span {
    height: 20px;
}
.lyear-switch.switch-solid span:after,
.lyear-switch.switch-light span:after,
.lyear-switch.switch-outline span:after {
    top: -2px;
}
.lyear-switch.switch-outline span {
	background-color: #fff
}
.switch-solid.switch-primary input:checked~span {
	background-color: #2b579a;
	border-color: #2b579a
}
.switch-solid.switch-primary input:checked~span:after {
	background-color: #fff;
	color: #2b579a
}
.switch-solid.switch-success input:checked~span {
	background-color: #15c377;
	border-color: #15c377
}
.switch-solid.switch-success input:checked~span:after {
	background-color: #fff;
	color: #15c377
}
.switch-solid.switch-info input:checked~span {
	background-color: #48b0f7;
	border-color: #48b0f7
}
.switch-solid.switch-info input:checked~span:after {
	background-color: #fff;
	color: #48b0f7
}
.switch-solid.switch-warning input:checked~span {
	background-color: #faa64b;
	border-color: #faa64b
}
.switch-solid.switch-warning input:checked~span:after {
	background-color: #fff;
	color: #faa64b
}
.switch-solid.switch-danger input:checked~span {
	background-color: #f96868;
	border-color: #f96868
}
.switch-solid.switch-danger input:checked~span:after {
	background-color: #fff;
	color: #f96868
}
.switch-solid.switch-secondary input:checked~span {
	background-color: #868e96;
	border-color: #868e96
}
.switch-solid.switch-secondary input:checked~span:after {
	background-color: #fff;
	color: #868e96
}
.switch-solid.switch-dark input:checked~span {
	background-color: #465161;
	border-color: #465161
}
.switch-solid.switch-dark input:checked~span:after {
	background-color: #fff;
	color: #465161
}
.switch-solid.switch-purple input:checked~span {
	background-color: #926dde;
	border-color: #926dde
}
.switch-solid.switch-purple input:checked~span:after {
	background-color: #fff;
	color: #926dde
}
.switch-solid.switch-pink input:checked~span {
	background-color: #f96197;
	border-color: #f96197
}
.switch-solid.switch-pink input:checked~span:after {
	background-color: #fff;
	color: #f96197
}
.switch-solid.switch-cyan input:checked~span {
	background-color: #57c7d4;
	border-color: #57c7d4
}
.switch-solid.switch-cyan input:checked~span:after {
	background-color: #fff;
	color: #57c7d4
}
.switch-solid.switch-yellow input:checked~span {
	background-color: #fcc525;
	border-color: #fcc525
}
.switch-solid.switch-yellow input:checked~span:after {
	background-color: #fff;
	color: #fcc525
}
.switch-solid.switch-brown input:checked~span {
	background-color: #8d6658;
	border-color: #8d6658
}
.switch-solid.switch-brown input:checked~span:after {
	background-color: #fff;
	color: #8d6658
}

/* 模态框 */
.modal-header {
    border-bottom-color: #f1f2f3;
}
.modal-footer {
    border-top-color: #f1f2f3;
}
.modal-content {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* 标签页 */
.nav-tabs {
    border-bottom-color: #ebebeb;
    margin-bottom: 1rem;
}
.nav-tabs > li > a {
    margin-right: 0px;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: #8b95a5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #4d5259;
    border: none;
    border-bottom: 1px solid #2b579a;
}
.nav-tabs.nav > li > a:hover,
.nav-tabs.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border-bottom-color: #2b579a;
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    color: #4d5259;
    border: none;
    border-bottom: 1px solid #2b579a;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom-color: #ebebeb;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }
}

/* 进度条 */
.progress {
    height: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 8px;
    background-color: #f5f6f7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
    font-size: 10px;
    line-height: 12px;
    background-color: #2b579a;
    -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #15c377;
}
.progress-bar-info {
  background-color: #48b0f7;
}
.progress-bar-warning {
  background-color: #faa64b;
}
.progress-bar-danger {
  background-color: #f96868;
}
.progress-bar-secondary {
  background-color: #e4e7ea;
}
.progress-bar-pink {
  background-color: #f96197;
}
.progress-bar-purple {
  background-color: #926dde;
}
.progress-bar-brown {
  background-color: #8d6658;
}
.progress-bar-cyan {
  background-color: #57c7d4;
}
.progress-bar-yellow {
  background-color: #fcc525;
}
.progress-bar-gray {
  background-color: #868e96;
}
.progress-bar-dark {
  background-color: #465161;
}
.progress-sm {
    height: 8px;
}
.progress-lg {
    height: 16px;
}

/* 弹出框 */
.popover {
    border-color: #ebebeb;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}
.popover-title {
    background-color: #fcfdfe;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #616a78;
    border-bottom-color: #f1f2f3;
}
.popover.top>.arrow {
    border-top-color: #ebebeb;
}
.popover.right>.arrow {
    border-right-color: #ebebeb;
}
.popover.bottom>.arrow {
    border-bottom-color: #ebebeb;
}
.popover.left>.arrow {
    border-left-color: #ebebeb;
}

/* 警告框 */
.alert {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.alert .alert-link:hover {
    text-decoration: underline;
}

/* 分页 */
.pagination > li > a,
.pagination > li > span {
    padding: 0px 5px;
    margin: 0 1px;
    color: #6c757d;
    border-color: #dee2e6;
    line-height: 29px;
    min-width: 31px;
    text-align: center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 0;
    min-width: 26px;
    line-height: 24px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 0;
    min-width: 37px;
    line-height: 35px;
}
.pagination > li > a:hover,
.pagination > li > a:focus
.pagination > li > span:hover,
.pagination > li > span:focus {
    background-color: #f9fafb;
    color: #4d5259;
}
.pagination > li:first-child a,
.pagination > li:first-child span {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.pagination > li:last-child a,
.pagination > li:last-child span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #2b579a;
    border-color: #2b579a;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #6c757d;
    opacity: 0.6;
}
.pagination.no-border > li a,
.pagination.no-border > li span {
    border: none;
}
.pagination-circle > li a,
.pagination-circle > li span {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.pagination.no-gutters > li a,
.pagination.no-gutters > li span {
    margin: 0;
    margin-left: -1px;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pager li > a,
.pager li > span {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fcfdfe;
    border-color: #ebebeb;
    color: #8b95a5;
}
.pager li > a:hover,
.pager li > a:focus{
    background-color: #f9fafb;
    color: #4d5259
}
.pager li > a:active,
.pager li > a.active {
    background-color: #f9fafb;
    color: #4d5259
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    opacity: .6;
    background-color: #fcfdfe;
}

/* 按钮 */
.btn-w-xs {
	width: 80px
}
.btn-w-sm {
	width: 100px
}
.btn-w-md {
	width: 120px
}
.btn-w-lg {
	width: 145px
}
.btn-w-xl {
	width: 180px
}
.btn {
	color: #8b95a5;
    padding: 8px 12px;
	letter-spacing: 1px;
	border-radius: 2px;
	background-color: #fff;
	outline: none !important;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear
}
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}
.btn-default {
	background-color: #fcfdfe;
	border-color: #ebebeb;
	color: #8b95a5
}
.btn-default:hover {
	background-color: #f9fafb;
	border-color: #ebebeb;
	color: #4d5259
}
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.show>.btn-default.dropdown-toggle,
.open>.btn-default.dropdown-toggle {
	background-color: #f9fafb!important;
    border-color: #ebebeb!important;
	color: #4d5259
}
.btn-default:not([disabled]):not(.disabled).active,
.btn-default:not([disabled]):not(.disabled):active,
.show>.btn-default.dropdown-toggle {
	background-color: #f9fafb!important;
	border-color: #ebebeb!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-default.disabled,
.btn-default:disabled {
	background-color: #fcfdfe;
	border-color: #ebebeb;
	opacity: 0.5
}
.btn-primary {
	background-color: #2b579a;
	border-color: #2b579a;
	color: #fff
}
.btn-primary:hover {
	background-color: #52d3c7;
	border-color: #52d3c7;
	color: #fff
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-color: #52d3c7!important;
	border-color: #52d3c7!important;
	color: #fff
}
.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #2b579a;
	border-color: #2b579a;
	opacity: 0.5
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: #2ba99d!important;
	border-color: #2ba99d!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #26BBA8;
    border-color: #26BBA8;
}
.btn-success {
	background-color: #15c377;
	border-color: #15c377;
	color: #fff
}
.btn-success:hover {
	background-color: #16d17f;
	border-color: #16d17f;
	color: #fff
}
.btn-success:focus,
.btn-success.focus,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background-color: #16d17f!important;
	border-color: #16d17f!important;
	color: #fff
}
.btn-success.disabled,.btn-success:disabled {
	background-color: #15c377;
	border-color: #15c377;
	opacity: 0.5
}
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	background-color: #14b56f!important;
	border-color: #14b56f!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #0FB25F;
    border-color: #0FB25F;
}
.btn-info {
	background-color: #48b0f7;
	border-color: #48b0f7;
	color: #fff
}
.btn-info:hover {
	background-color: #65bdf8;
	border-color: #65bdf8;
	color: #fff
}
.btn-info:focus,
.btn-info.focus,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-color: #65bdf8!important;
	border-color: #65bdf8!important;
	color: #fff
}
.btn-info.disabled,
.btn-info:disabled {
	background-color: #48b0f7;
	border-color: #48b0f7;
	opacity: 0.5
}
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	background-color: #2ba3f6!important;
	border-color: #2ba3f6!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #379BF5;
    border-color: #379BF5;
}
.btn-warning {
	background-color: #faa64b;
	border-color: #faa64b;
	color: #fff
}
.btn-warning:hover {
	background-color: #fbb264;
	border-color: #fbb264;
	color: #fff
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background-color: #fbb264!important;
	border-color: #fbb264!important;
	color: #fff
}
.btn-warning.disabled,.btn-warning:disabled {
	background-color: #faa64b;
	border-color: #faa64b;
	opacity: 0.5
}
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	background-color: #f99a32!important;
	border-color: #f99a32!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #F89038;
    border-color: #F89038;
}
.btn-danger {
	background-color: #f96868;
	border-color: #f96868;
	color: #fff
}
.btn-danger:hover {
	background-color: #fa8181;
	border-color: #fa8181;
	color: #fff
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	background-color: #fa8181!important;
	border-color: #fa8181!important;
	color: #fff
}
.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #f96868;
	border-color: #f96868;
	opacity: 0.5
}
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	background-color: #f84f4f!important;
	border-color: #f84f4f!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #F75252;
    border-color: #F75252;
}
.btn-secondary {
	color: #4d5259 !important;
	background-color: #e4e7ea;
	border-color: #e4e7ea;
	color: #fff
}
.btn-secondary:hover {
	background-color: #edeff1;
	border-color: #edeff1;
	color: #fff
}
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active,
.btn-secondary:active,
.open>.dropdown-toggle.btn-secondary {
	background-color: #edeff1!important;
	border-color: #edeff1!important;
	color: #fff
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #e4e7ea;
	border-color: #e4e7ea;
	opacity: 0.5
}
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	background-color: #dbdfe3!important;
	border-color: #dbdfe3!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
    background-color: #DBDFE3;
    border-color: #DBDFE3;
}
.btn-link {
	color: #48b0f7;
    background-color: transparent;
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
	color: #e4e7ea
}
.btn-purple {
	background-color: #926dde;
	border-color: #926dde;
	color: #fff
}
.btn-purple:hover {
	background-color: #a282e3;
	border-color: #a282e3;
	color: #fff
}
.btn-purple:focus,
.btn-purple.focus,
.btn-purple.active,
.btn-purple:active,
.open>.dropdown-toggle.btn-purple {
	background-color: #a282e3!important;
	border-color: #a282e3!important;
	color: #fff
}
.btn-purple.disabled,
.btn-purple:disabled {
	background-color: #926dde;
	border-color: #926dde;
	opacity: 0.5
}
.btn-purple:not([disabled]):not(.disabled).active,
.btn-purple:not([disabled]):not(.disabled):active,
.show>.btn-purple.dropdown-toggle {
	background-color: #8258d9!important;
	border-color: #8258d9!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-purple.disabled.focus,
.btn-purple.disabled:focus,
.btn-purple.disabled:hover,
.btn-purple[disabled].focus,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple.focus,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:hover {
    background-color: #7A56D4;
    border-color: #7A56D4;
}
.btn-pink {
	background-color: #f96197;
	border-color: #f96197;
	color: #fff
}
.btn-pink:hover {
	background-color: #fa75a4;
	border-color: #fa75a4;
	color: #fff
}
.btn-pink:focus,
.btn-pink.focus,
.btn-pink.active,
.btn-pink:active,
.open>.dropdown-toggle.btn-pink {
	background-color: #fa75a4!important;
	border-color: #fa75a4!important;
	color: #fff
}
.btn-pink.disabled,
.btn-pink:disabled {
	background-color: #f96197;
	border-color: #f96197;
	opacity: 0.5
}
.btn-pink:not([disabled]):not(.disabled).active,
.btn-pink:not([disabled]):not(.disabled):active,
.show>.btn-pink.dropdown-toggle {
	background-color: #f84d8a!important;
	border-color: #f84d8a!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-pink.disabled.focus,
.btn-pink.disabled:focus,
.btn-pink.disabled:hover,
.btn-pink[disabled].focus,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink.focus,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:hover {
    background-color: #F74B80;
    border-color: #F74B80;
}
.btn-cyan {
	background-color: #57c7d4;
	border-color: #57c7d4;
	color: #fff
}
.btn-cyan:hover {
	background-color: #77d2dc;
	border-color: #77d2dc;
	color: #fff
}
.btn-cyan:focus,
.btn-cyan.focus,
.btn-cyan.active,
.btn-cyan:active,
.open>.dropdown-toggle.btn-cyan {
	background-color: #77d2dc!important;
	border-color: #77d2dc!important;
	color: #fff
}
.btn-cyan.disabled,
.btn-cyan:disabled {
	background-color: #57c7d4;
	border-color: #57c7d4;
	opacity: 0.5
}
.btn-cyan:not([disabled]):not(.disabled).active,
.btn-cyan:not([disabled]):not(.disabled):active,
.show>.btn-cyan.dropdown-toggle {
	background-color: #37bccc!important;
	border-color: #37bccc!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-cyan.disabled.focus,
.btn-cyan.disabled:focus,
.btn-cyan.disabled:hover,
.btn-cyan[disabled].focus,
.btn-cyan[disabled]:focus,
.btn-cyan[disabled]:hover,
fieldset[disabled] .btn-cyan.focus,
fieldset[disabled] .btn-cyan:focus,
fieldset[disabled] .btn-cyan:hover {
    background-color: #42B7C7;
    border-color: #42B7C7;
}
.btn-yellow {
	background-color: #fcc525;
	border-color: #fcc525;
	color: #fff
}
.btn-yellow:hover {
	background-color: #fdd04d;
	border-color: #fdd04d;
	color: #fff
}
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow.active,
.btn-yellow:active,
.open>.dropdown-toggle.btn-yellow {
	background-color: #fdd04d!important;
	border-color: #fdd04d!important;
	color: #fff
}
.btn-yellow.disabled,
.btn-yellow:disabled {
	background-color: #fcc525;
	border-color: #fcc525;
	opacity: 0.5
}
.btn-yellow:not([disabled]):not(.disabled).active,
.btn-yellow:not([disabled]):not(.disabled):active,
.show>.btn-yellow.dropdown-toggle {
	background-color: #f5b703!important;
	border-color: #f5b703!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-yellow.disabled.focus,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:hover,
.btn-yellow[disabled].focus,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow.focus,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:hover {
    background-color: #FCB41B;
    border-color: #FCB41B;
}
.btn-brown {
	background-color: #8d6658;
	border-color: #8d6658;
	color: #fff
}
.btn-brown:hover {
	background-color: #9d7162;
	border-color: #9d7162;
	color: #fff
}
.btn-brown:focus,
.btn-brown.focus,
.btn-brown.active,
.btn-brown:active,
.open>.dropdown-toggle.btn-brown {
	background-color: #8d6658!important;
	border-color: #8d6658!important;
	color: #fff
}
.btn-brown.disabled,
.btn-brown:disabled {
	background-color: #8d6658;
	border-color: #8d6658;
	opacity: 0.5
}
.btn-brown:not([disabled]):not(.disabled).active,
.btn-brown:not([disabled]):not(.disabled):active,
.show>.btn-brown.dropdown-toggle {
	background-color: #7d5b4e!important;
	border-color: #7d5b4e!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-brown.disabled.focus,
.btn-brown.disabled:focus,
.btn-brown.disabled:hover,
.btn-brown[disabled].focus,
.btn-brown[disabled]:focus,
.btn-brown[disabled]:hover,
fieldset[disabled] .btn-brown.focus,
fieldset[disabled] .btn-brown:focus,
fieldset[disabled] .btn-brown:hover {
    background-color: #755043;
    border-color: #755043;
}
.btn-dark {
	background-color: #465161;
	border-color: #465161;
	color: #fff
}
.btn-dark:hover {
	background-color: #515d70;
	border-color: #515d70;
	color: #fff
}
.btn-dark:focus,
.btn-dark.focus,
.btn-dark.active,
.btn-dark:active,
.open>.dropdown-toggle.btn-dark {
	background-color: #515d70!important;
	border-color: #515d70!important;
	color: #fff
}
.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #465161;
	border-color: #465161;
	opacity: 0.5
}
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	background-color: #3b4552!important;
	border-color: #3b4552!important;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-dark.disabled.focus,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark[disabled].focus,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
    background-color: #353E4B;
    border-color: #353E4B;
}
.btn-round {
    -webkit-border-radius: 10rem;
}
.btn-label {
    position: relative;
    padding-left: 52px;
    overflow: hidden;
}
.btn-label label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
    margin-bottom: 0;
}
.btn-label label i {
    font-size: 16px;
}
.btn-group-xs>.btn,
.btn-xs {
	font-size: 12px;
	padding: 2px 8px;
	line-height: 18px
}
.btn-group-sm>.btn,
.btn-sm {
	font-size: 12px;
	padding: 4px 12px;
	line-height: 20px
}
.btn-group-lg>.btn,
.btn-lg {
	font-size: 16px;
	padding: 7px 20px;
	line-height: 32px
}
.btn-group-justified {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.btn-group-justified .btn {
    width: 100%;
}
.btn-group-round .btn:first-child {
    border-top-left-radius: 10rem;
    border-bottom-left-radius: 10rem;
}
.btn-group-round .btn:last-child {
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
}

/* 背景色 */
.bg-primary {
	background-color: #2b579a !important;
	color: #fff!important;
}
.bg-secondary {
	background-color: #e4e7ea !important;
	color: #fff!important;
}
.bg-success {
	background-color: #15c377 !important;
	color: #fff!important;
}
.bg-info {
	background-color: #48b0f7 !important;
	color: #fff!important;
}
.bg-warning {
	background-color: #faa64b !important;
	color: #fff!important;
}
.bg-danger {
	background-color: #f96868 !important;
	color: #fff!important;
}
.bg-pink {
	background-color: #f96197 !important;
	color: #fff!important;
}
.bg-purple {
	background-color: #926dde !important;
	color: #fff!important;
}
.bg-brown {
	background-color: #8d6658 !important;
	color: #fff!important;
}
.bg-cyan {
	background-color: #57c7d4 !important;
	color: #fff!important;
}
.bg-yellow {
	background-color: #fcc525 !important;
	color: #fff!important;
}
.bg-gray {
	background-color: #868e96 !important;
	color: #fff!important;
}
.bg-dark {
	background-color: #465161 !important;
	color: #fff!important;
}
.bg-white {
	background-color: #fff !important
}
.bg-lightest {
	background-color: #fcfdfe !important
}
.bg-lighter {
	background-color: #f9fafb !important
}
.bg-light {
	background-color: #f5f6f7 !important
}
.bg-translucent {
    background-color: rgba(255, 255, 255, 0.175)
}
.bg-transparent {
	background-color: transparent !important
}

/* 字体颜色 */
.text-primary {
	color: #2b579a !important
}
.text-secondary {
	color: #e4e7ea !important
}
.text-success {
	color: #15c377 !important
}
.text-info {
	color: #48b0f7 !important
}
.text-warning {
	color: #faa64b !important
}
.text-danger {
	color: #f96868 !important
}
.text-pink {
	color: #f96197 !important
}
.text-purple {
	color: #926dde !important
}
.text-brown {
	color: #8d6658 !important
}
.text-cyan {
	color: #57c7d4 !important
}
.text-yellow {
	color: #fcc525 !important
}
.text-gray {
	color: #868e96 !important
}
.text-dark {
	color: #465161 !important
}
.text-default {
	color: #4d5259 !important
}
.text-muted {
	color: #868e96 !important
}
.text-light {
	color: #616a78 !important
}
.text-lighter {
	color: #a5b3c7 !important
}
.text-fade {
	color: rgba(77,82,89,0.7) !important
}
.text-fader {
	color: rgba(77,82,89,0.5) !important
}
.text-fadest {
	color: rgba(77,82,89,0.4) !important
}
.text-white {
    color: #ffffff!important
}
.text-transparent {
	color: transparent !important
}
a.text-primary:hover,a.text-primary:focus {
	color: #2b579a !important
}
a.text-secondary:hover,a.text-secondary:focus {
	color: #e4e7ea !important
}
a.text-info:hover,a.text-info:focus {
	color: #48b0f7 !important
}
a.text-success:hover,a.text-success:focus {
	color: #15c377 !important
}
a.text-warning:hover,a.text-warning:focus {
	color: #faa64b !important
}
a.text-danger:hover,a.text-danger:focus {
	color: #f96868 !important
}

/* 分割线 */
.divider {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 1;
    color: #8b95a5;
    font-size: 11px;
    letter-spacing: .5px;
    margin: 2rem auto;
    width: 100%;
}
.divider::before,
.divider::after {
    content: '';
    -webkit-box-flex: 1;
    flex-grow: 1;
    border-top: 1px solid #ebebeb;
}
.divider::before {
    margin-right: 16px;
}
.divider::after {
    margin-left: 16px;
}

/* 其他 */
hr {
    border-top-color: rgba(77,82,89,0.05);
    margin: 2rem auto;
}
dd, dt {
    line-height: 1.75;
}
.lead {
    font-size: 16px;
    line-height: 1.75;
}

/** ----------------------------------
 * 辅助类
 -------------------------------------- */
/* margin */
.m-0 {
    margin: 0px!important;
}
.m-t-0 {
    margin-top: 0px!important;
}
.m-b-0 {
    margin-bottom: 0px!important;
}
.m-5 {
    margin: 5px!important;
}
.m-t-5 {
    margin-top: 5px!important;
}
.m-r-5 {
    margin-right: 5px!important;
}
.m-b-5 {
    margin-bottom: 5px!important;
}
.m-l-5 {
    margin-left: 5px!important;
}
.m-10 {
    margin: 10px!important;
}
.m-tb-10 {
    margin: 10px 0px!important;
}
.m-lr-10 {
    margin: 0px 10px!important;
}
.m-t-10 {
    margin-top: 10px!important;
}
.m-r-10 {
    margin-right: 10px!important;
}
.m-b-10 {
    margin-bottom: 10px!important;
}
.m-l-10 {
    margin-left: 10px!important;
}

/* padding */
.p-0 {
    padding: 0px!important;
}
.p-t-0 {
    padding-top: 0px!important;
}
.p-b-0 {
    padding-bottom: 0px!important;
}
.p-10 {
    padding: 10px!important;
}
.p-tb-10 {
    padding: 10px 0px!important;
}
.p-lr-10 {
    padding: 0px 10px!important;
}
.p-t-10 {
    padding-top: 10px!important;
}
.p-r-10 {
    padding-right: 10px!important;
}
.p-b-10 {
    padding-bottom: 10px!important;
}
.p-l-10 {
    padding-left: 10px!important;
}
.p-lr-15 {
    padding: 0px 15px!important;
}
.p-l-20 {
    padding-left: 20px!important;
}
.p-l-40 {
    padding-left: 40px!important;
}

/* 字体大小 */
.fa-1-5x {
	font-size: 1.5em;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-6x {
	font-size: 6em;
}
.fa-7x {
	font-size: 7em;
}
.fa-8x {
	font-size: 8em;
}
.fa-9x {
	font-size: 9em;
}
.fa-10x {
	font-size: 10em;
}

/* 宽度 */
.w-5 {
	width: 5%;
}
.w-10 {
	width: 10%;
}
.w-15 {
	width: 15%;
}
.w-20 {
	width: 20%;
}
.w-25 {
	width: 25%;
}
.w-30 {
	width: 30%;
}
.w-35 {
	width: 35%;
}
.w-40 {
	width: 40%;
}
.w-45 {
	width: 45%;
}
.w-50 {
	width: 50%;
}
.w-55 {
	width: 55%;
}
.w-60 {
	width: 60%;
}
.w-65 {
	width: 65%;
}
.w-70 {
	width: 70%;
}
.w-75 {
	width: 75%;
}
.w-80 {
	width: 80%;
}
.w-85 {
	width: 85%;
}
.w-90 {
	width: 90%;
}
.w-95 {
	width: 95%;
}
.w-100 {
	width: 100%;
}

/* 图库 */
.masonry-grid {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.masonry-item {
    display: block;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 30px;
}
.masonry-grid.gap-2 {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}
.masonry-grid.gap-2 .masonry-item {
    padding-bottom: 16px;
}

/** ----------------------------------
 * 滚动条样式
 -------------------------------------- */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 3px;
  bottom: 0px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 3px;
  right: 0px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 6px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 6px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/** ----------------------------------
 * 左侧导航
 -------------------------------------- */
.lyear-layout-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 220px;
    font-weight: 500;
    background-color: #fff;
    -webkit-transform: translateX(-220px);
    transform: translateX(-220px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -webkit-transition-property: visibility, -webkit-transform;
    transition-property: visibility, -webkit-transform;
    transition-property: transform, visibility;
    transition-property: transform, visibility, -webkit-transform;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
}
.lyear-layout-sidebar.lyear-layout-sidebar-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.lyear-layout-sidebar.lyear-layout-sidebar-visible {
    visibility: visible;
}
.lyear-layout-sidebar-scroll {
	height: -moz-calc(100% - 68px);
	height: -webkit-calc(100% - 68px);
	height: calc(100% - 68px);
    position: relative;
}

/* logo */
.sidebar-header {
	background-color: #2b579a;
	color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
	-webkit-box-shadow: 0 1px 1px -1px rgba(77,82,89,0.15);
    box-shadow: 0 1px 1px -1px rgba(77,82,89,0.15);
}
.sidebar-header:before, .sidebar-header:after {
    content: " ";
    display: table;
}
.sidebar-header a {
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
}
.sidebar-header a img {
    max-width: 220px;
    margin: 16px 0px;
}
.sidebar-main {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.nav-drawer li a {
    padding-right: 24px;
    padding-left: 52.99999px;
    color: inherit;
    font-weight: 500;
}
.nav-drawer > li > a {
    border-right: 3px solid transparent;
    padding-top: 14px;
    padding-bottom: 13px;
}
.nav-drawer > .active > a {
    background-color: transparent;
    border-color: #2b579a;
}
.nav > li > a:hover {
    text-decoration: none;
    background-color: #f9fafb;
}
.nav > li > a:focus {
    background-color: transparent;
}
.nav-drawer > .active > a:hover,
.nav-drawer > .active > a:focus,
.nav-drawer > .active > a:active {
    border-color: #2b579a;
}
.nav-drawer > li > a > i {
    position: absolute;
    left: 21px;
    top: 11px;
    font-size: 1.25em;
}
.nav-item-has-subnav > a:after {
    position: absolute;
    right: 24px;
    top: 15px;
    font-family: 'Material Design Icons';
    font-size: 10px;
    content: '\f142';
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.nav-item-has-subnav.open > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav-item-has-subnav.open > .nav-subnav {
    display: block;
}
.nav-subnav > .active > a {
    color: #2b579a;
    background-color: #f9fafb;
}
.nav-subnav {
    display: none;
    margin-top: 8px;
    margin-bottom: 8px;
}

/* 左侧版权信息 */
.sidebar-footer {
    bottom: 0;
    width: 100%;
    height: 96px;
    border-top: 1px solid rgba(77,82,89,0.05);
    margin-top: 24px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    font-size: 13px;
    line-height: 24px;
}

/* 遮罩层 */
.lyear-mask-modal {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: 5;
    position: fixed;
    -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


/** ----------------------------------
 * 头部信息
 -------------------------------------- */
.lyear-layout-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    background-color: #fff;
    -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.035);
    box-shadow: 4px 0 5px rgba(0, 0, 0, 0.035);
}
.lyear-layout-header .navbar {
    position: relative;
    min-height: 64px;
    margin-bottom: 0;
    border: 0px;
}
.lyear-layout-header .navbar-default {
    background-color: transparent;
}
.topbar {
	background-color: #2b579a;
	color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    min-height: 64px;
    padding: 0 15px;
}
.topbar .topbar-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.topbar .topbar-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.topbar-right > li > a {
	color: #ffffff;
    position: relative;
    display: block;
    padding: 10px 0px 10px 15px;
}

/* 头像相关 */
.img-avatar {
    display: inline-block !important;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.img-avatar-48 {
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.edit-avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.avatar-divider {
    display: inline-block;
    border-left: 1px solid rgba(77,82,89,0.07);
    height: 50px;
    align-self: center;
    margin: 0px 20px;
}
.edit-avatar-content {
    display: inline-block;
}


/** ----------------------------------
 * 主要内容
 -------------------------------------- */
.lyear-layout-content {
	height: 100%;
	width: 100%;
    padding-top: 68px;
}
.lyear-layout-content .container-fluid {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* card */
.card {
	margin-bottom: 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.035);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.035);
}
.card-header {
	display: table;
	width: 100%;
	margin: 0;
	padding: 15px 24px;
	border-bottom: 1px solid rgba(77,82,89,0.05);
}
.card-header > * {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.card-body {
    padding: 24px 24px;
}
.card-header .h4,
.card-header h4 {
    font-size: 16px;
}
.card-header + .card-body {
	padding-top: 15px;
}
.card-header[class*='bg'] .card-actions > li > a:not(.label),
.card-header[class*='bg'] .card-actions > li > button,
.card-header[class*='bg'] h1,
.card-header[class*='bg'] h2,
.card-header[class*='bg'] h3,
.card-header[class*='bg'] h4,
.card-header[class*='bg'] h5,
.card-header[class*='bg'] h6,
.card-header[class*='bg'] .h1,
.card-header[class*='bg'] .h2,
.card-header[class*='bg'] .h3,
.card-header[class*='bg'] .h4,
.card-header[class*='bg'] .h5,
.card-header[class*='bg'] .h6 {
    color: #ffffff;
}
.card-toolbar {
    padding: 24px 24px 0px 24px;
    position: relative;
}
.card-toolbar .search-bar {
    max-width: 280px;
}
.card-toolbar .dropdown-menu {
    min-width: 100%;
}
/* card-actions */
.card-actions {
	float: right;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
.card-actions > li {
	display: inline-block;
	padding: 0;
}
.card-actions > li > a:not(.label),
.card-actions > li > button {
	color: #86939e;
	display: inline-block;
	padding: 0;
	line-height: 1;
	opacity: .7;
	vertical-align: middle;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
}
.card-actions > li > a:not(.label):hover,
.card-actions > li > button:hover {
	text-decoration: none;
	opacity: 1;
}
.card-actions > li > a:not(.label):active,
.card-actions > li > button:active {
	opacity: .6;
}
.card-actions > li > span {
	display: block;
}
.card-actions > li > .label {
	line-height: 1.25;
}
.card-actions > li > a:focus {
	text-decoration: none;
	opacity: 1;
}
.card-actions > li > button {
	background: none;
	border: none;
}
.card-actions > li.active > a,
.card-actions > li.open > button {
	text-decoration: none;
	opacity: 1;
}
.card-actions > li + li {
	margin-left: 10px;
}
.card .tab-content {
    padding: 10px 24px;
}

/* 加载动画 */
#lyear-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9990;
	background: rgba(0, 0, 0, 0.0325)
}
#lyear-loading .spinner-border {
	z-index: 999999;
	position: fixed;
	left: 50%;
	top: 50%
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  border: 0.125em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}


/**------------
新增
-------------**/
.lyear-layout-container .container-fluid {
    padding: 3px;
}

.lyear-body {
    position: absolute;
    left: 0px;
    right: 0;
    top: 108px;
    bottom: 0;
    z-index: 0;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.lyear-body .lyear-tabsbody-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.lyear-tabsbody-item {
    display: none;
}
.lyear-show {
    display: block!important;
}

.lyear-body-left-visible {
    left: 220px;
}

.lyear-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
}
iframe[Attributes Style] {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

iframe {
    border-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

.lyear-tabsbar {
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    border-bottom:solid 1px #e6e6e6;
}

.lyear-tabs-control {
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    border-left: 1px solid #f6f6f6;
}
.lyear-tabs-control-panel {
    position: absolute;
    width: 160px;
    top: 110px;
    left: 0px;
    z-index: 998;
    background-color:#fff;
    border:solid 1px #e6e6e6;
    display: none;
}

.lyear-tabsbar .lyear-icon-prev {
    float: left;
    border-left: none;
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
}
.lyear-tabsbar .lyear-icon-prev:hover {
    background-color: #e6e6e6;
}

.lyear-tabsbar .lyear-icon-next, .lyear-tabsbar .lyear-icon-menu {
    float: right;
    border-left: none;
    border-left: 1px solid #f6f6f6;
    border-top: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
}
.lyear-tabsbar .lyear-icon-next:hover, .lyear-tabsbar .lyear-icon-menu:hover {
    background-color: #e6e6e6;
}

.lyear-tab-title {
    position: relative;
    left: 0;
    height: 40px;
    padding: 0;
    margin-right: 80px;
    white-space: nowrap;
    font-size: 0;
    /*border-bottom-width: 1px;*/
    /*border-bottom-style: solid;*/
    transition: all .2s;
    -webkit-transition: all .2s;
    border-top:solid 1px #e6e6e6;
    overflow: hidden;
}

.lyear-tab-title li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    border-right: solid 1px #e6e6e6;
}
.lyear-tab-title li .mdi-close, .lyear-tab-title li .mdi-close-circle {
    margin-left: 15px;
    margin-right: -8px;
}

.lyear-tab-title li.lyear-this {
    background-color: #f6f6f6;
}

.lyear-tab-title .lyear-this {
    color: #000;
}

.lyear-tabsbar .lyear-tab-title li.lyear-this:after {
    width: 100%;
    border: none;
    height: 2px;
    background-color: #292B34;
}

.lyear-tab-title .lyear-this:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
}
.tabs-control-menus li {
    cursor: pointer;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

li {
    list-style: none;
}

/** ----------------------------------
 * 响应式处理
 -------------------------------------- */
@media screen and (max-width: 768px)
{
    .lyear-layout-sidebar {
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .lyear-layout-sidebar:not(.lyear-layout-sidebar-open) {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .topNavBar{
        display: none;
    }
    .navbar-toggle {
        display: block!important;
    }
    .lyear-body-left-visible {
        left: 0px;
    }
}
@media screen and (min-width: 769px)
{
    .lyear-layout-sidebar {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: none;
        transition: none;
    }
    .lyear-layout-header,
    .lyear-layout-content {
        padding-left: 220px;
    }
    .navbar {
        border-radius: 0;
    }
    .lyear-body-left-visible {
        left: 220px;
    }
}

@media screen and (max-width: 420px) {
    .lyear-body-left-visible {
        left: 0px;
    }
}



