html,
body {
    font-family: "Microsoft YaHei", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a.text-decoration {
    text-decoration: underline;
}

.warn {
    color: #dc4444;
}

.text-success {
    color: #2EB80E;
}

.text-warning {
    color: #dc4444;
}

.text-danger {
    color: #f2C94b;
}

.text-primary {
    color: #3fa7d4;
}

.text-info {
    color: #7b9ad2;
}

.text-brown {
    color: #c4ad8b;
}

.text-red {
    color: #dc4444;
}

.text-gray {
    color: #999;
}

.text-ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.hr-solid {
    border-bottom: 1px solid #c4ad8b;
    margin: 20px 0;
}

.hr {
    border-bottom: 1px dashed #c4ad8b;
    margin: 20px 0;
}

.hr-no-margin-solid {
    border-bottom: 1px solid #c4ad8b;
}

.hr-no-margin {
    border-bottom: 1px dashed #c4ad8b;
}

.center {
    display: block;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

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

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

.font-large {
    font-size: 16px;
}

.font-larger {
    font-size: 18px;
}

.font-largest {
    font-size: 24px;
}

.box-shadow {
    box-shadow: 0 1px 5px #555;
}

.container {
    width: 1000px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}

input::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
}

.send {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 100px 0 0 0;
}

.send-success {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 100px 0 0 0;
    background-image: url(../imgs/send-success.png);
}

.send-fail {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 100px 0 0 0;
    background-image: url(../imgs/send-fail.png);
}

.accept {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 100px 0 0 0;
    background-image: url(../imgs/bg-accept.png);
}

.back-pwd1 {
    height: 73px;
    background: url(../imgs/bg-pwd1.png);
}

.back-pwd2 {
    height: 73px;
    background: url(../imgs/bg-pwd2.png);
}

.border {
    border: 1px solid #c4ad8b;
    border-radius: 3px;
}

.bg-slash {
    background: url(../imgs/bg-slash.png) no-repeat;
    background-size: 100% auto;
}

.bg-side-1 {
    background: url(../imgs/bg-side-1.png) 20px 20px no-repeat;
}

.bg-side-2 {
    background: url(../imgs/bg-side-2.png) 20px 20px no-repeat;
}

.toast-msg {
    position: fixed;
    z-index: 9999;
    top: 200px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 40px 20px;
    background: black;
    opacity: .749;
    color: white;
    text-align: center;
    font-size: 18px;
}

/* ��ֱ�� ˮƽ����ʽ (�����) */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* �������Ļ��챳����ɫ */
::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #bdc8cc;
}

/* ���� */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #8e8e8e;
}

/* ������ͷ�ļ�����ť*/
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

/* ���������������������ཻ����ǵ���ɫ */
::-webkit-scrollbar-corner {
    background-color: #bdc8cc;
}

.row {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.col-1 {
    float: left;
    width: 8.33333333%;
    box-sizing: border-box;
}

.col-offset-1 {
    float: left;
    margin-left: 8.33333333%;
    box-sizing: border-box;
}

.col-2 {
    float: left;
    width: 16.66666667%;
    box-sizing: border-box;
}

.col-offset-2 {
    float: left;
    margin-left: 16.66666667%;
    box-sizing: border-box;
}

.col-3 {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.col-offset-3 {
    float: left;
    margin-left: 25%;
    box-sizing: border-box;
}

.col-4 {
    float: left;
    width: 33.33333333%;
    box-sizing: border-box;
}

.col-offset-4 {
    float: left;
    margin-left: 33.33333333%;
    box-sizing: border-box;
}

.col-5 {
    float: left;
    width: 41.66666667%;
    box-sizing: border-box;
}

.col-offset-5 {
    float: left;
    margin-left: 41.66666667%;
    box-sizing: border-box;
}

.col-6 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.col-offset-6 {
    float: left;
    margin-left: 50%;
    box-sizing: border-box;
}

.col-7 {
    float: left;
    width: 58.33333333%;
    box-sizing: border-box;
}

.col-offset-7 {
    float: left;
    margin-left: 58.33333333%;
    box-sizing: border-box;
}

.col-8 {
    float: left;
    width: 66.66666667%;
    box-sizing: border-box;
}

.col-offset-8 {
    float: left;
    margin-left: 66.66666667%;
    box-sizing: border-box;
}

.col-9 {
    float: left;
    width: 75%;
    box-sizing: border-box;
}

.col-offset-9 {
    float: left;
    margin-left: 75%;
    box-sizing: border-box;
}

.col-10 {
    float: left;
    width: 83.33333333%;
    box-sizing: border-box;
}

.col-offset-10 {
    float: left;
    margin-left: 83.33333333%;
    box-sizing: border-box;
}

.col-11 {
    float: left;
    width: 91.66666667%;
    box-sizing: border-box;
}

.col-offset-11 {
    float: left;
    margin-left: 91.66666667%;
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hr-solid {
    border-bottom: 1px solid #c4ad8b;
    margin: 20px 0;
}

.hr {
    border-bottom: 1px dashed #c4ad8b;
    margin: 20px 0;
}

.hr-no-margin-solid {
    border-bottom: 1px solid #c4ad8b;
}

.hr-no-margin {
    border-bottom: 1px dashed #c4ad8b;
}

.center {
    display: block;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

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

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

.font-large {
    font-size: 16px;
}

.font-larger {
    font-size: 18px;
}

.font-largest {
    font-size: 24px;
}

.text-brown {
    color: #c4ad8b;
}

.text-red {
    color: #dc4444;
}

.box-shadow {
    box-shadow: 0 1px 5px #555;
}

.container {
    width: 1000px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}

input::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
}

.send {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 100px 0 0 0;
}

.send-success {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 100px 0 0 0;
    background-image: url(../imgs/send-success.png);
}

.send-fail {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 100px 0 0 0;
    background-image: url(../imgs/send-fail.png);
}

.border {
    border: 1px solid #c4ad8b;
    border-radius: 3px;
}

.bg-slash {
    background: url(../imgs/bg-slash.png) no-repeat;
    background-size: 100% auto;
}

.bg-side-1 {
    background: url(../imgs/bg-side-1.png) 20px 20px no-repeat;
}

.bg-side-2 {
    background: url(../imgs/bg-side-2.png) 20px 20px no-repeat;
}

/* ��ֱ�� ˮƽ����ʽ (�����) */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* �������Ļ��챳����ɫ */
::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #bdc8cc;
}

/* ���� */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #8e8e8e;
}

/* ������ͷ�ļ�����ť*/
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

/* ���������������������ཻ����ǵ���ɫ */
::-webkit-scrollbar-corner {
    background-color: #bdc8cc;
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.502;
}

.modal {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 100;
    width: 500px;
    height: 0;
    margin-top: 0;
    margin-left: -250px;
    background: white;
    border-radius: 3px;
    transition: .5s all;
    overflow: hidden;
}

.modal.active {
    top: 50%;
    margin-top: -200px;
    height: 400px;
}

.modal a.modal-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../imgs/close.png) center center no-repeat;
    width: 15px;
    height: 15px;
}

.modal a.modal-close:hover {
    background: url(../imgs/close-hover.png) center center no-repeat;
}

.modal .modal-title {
    height: 50px;
    line-height: 50px;
}

.modal .modal-content {
    overflow: auto;
    max-height: 400px;
}

.modal .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.modal-show {
    top: 5%;
    height: 90%;
    width: 600px;
    margin-left: -300px;
}

.modal-show .form-line {
    margin-left: 200px;
}

.toast {
    background-color: black;
    opacity: 0.502;
    color: #ffffff;
    text-align: center;
    padding: 16px 0;
    border-radius: 3px;
}

.form {
    background: white;
    padding: 0 10px;
}

.form .title {
    padding: 32px 0;
    text-align: center;
}

.form-border {
    border: 1px solid #c4ad8b;
    box-shadow: 0 1px 2px #c4ad8b;
}

.form-line {
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
}

.form-line .input {
    width: 300px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #c4ad8b;
    border-radius: 3px;
    outline: none;
    padding-left: 10px;
    font-size: 15px;
}

.form-line .input.input-small {
    width: 170px;
}

.form-line .input-file {
    position: relative;
    width: 300px;
    height: 45px;
    box-sizing: border-box;
}

.form-line .input-file .visible {
    position: absolute;
    top: 0;
}

.form-line .input-file .file {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.form-line .checkbox {
    outline: none;
    vertical-align: middle;
}

.form-line .img-code {
    width: 120px;
    height: 45px;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
    background: #c4ad8b;
    vertical-align: bottom;
}

.form-line .tip {
    margin: 10px 0;
    color: #999;
}

.form-line label {
    position: absolute;
    top: 25px;
    right: 320px;
    width: 300px;
    height: 15px;
    color: #999;
    text-align: right;
}

.form-line .text-block {
    width: 300px;
    height: 45px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 15px;
    line-height: 45px;
}

.form-line .select {
    width: 300px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #c4ad8b;
    border-radius: 3px;
    outline: none;
    padding-left: 10px;
    font-size: 15px;
}

.form-line .textarea {
    width: 300px;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #c4ad8b;
    border-radius: 3px;
    padding: 10px;
    outline: none;
    resize: none;
    font-size: 15px;
}

.form-line .msg {
    position: absolute;
    top: 25px;
    left: 320px;
    padding-left: 20px;
    font-size: 13px;
    width: 300px;
    height: 15px;
    color: #999;
}

.form-line .error-msg {
    position: absolute;
    top: 25px;
    left: 360px;
    padding-left: 20px;
    font-size: 13px;
    width: 300px;
    height: 15px;
    color: #999;
    background: url(../imgs/close-hover.png) 0 center no-repeat;
}

.form-line .success-msg {
    position: absolute;
    top: 25px;
    left: 320px;
    padding-left: 20px;
    font-size: 13px;
    width: 300px;
    height: 15px;
    color: #999;
    background: url(../imgs/success.png) 0 center no-repeat;
}

.form-line .add-msg {
    position: absolute;
    top: 25px;
    left: 320px;
    padding-left: 20px;
    font-size: 13px;
    width: 20px;
    height: 15px;
    color: #999;
    background: url(../imgs/add-opacity.png) 0 center no-repeat;
    cursor: pointer;
}

.form-line .not-null {
    color: red;
    font-size: 30px;
    height: 30px;
    left: 305px;
    position: absolute;
    top: 18px;
    width: 30px;
}

.btn {
    width: 300px;
    height: 45px;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
    background: #c4ad8b;
    color: white;
    cursor: pointer;
}

.btn.btn-small {
    width: 120px;
}

.btn.btn-low {
    height: 30px;
}

.btn.btn-gray {
    background: #999;
}

.btn.btn-opacity {
    border: 1px solid #c4ad8b;
    background: transparent;
    color: #c4ad8b;
}

.btn-add {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c4ad8b;
    color: #999;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 10px;
}

.btn-add:after {
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    background: url(../imgs/add.png);
    width: 30px;
    height: 30px;
    box-sizing: border-box;
}

.btn-icon {
    width: 100px;
    height: 30px;
    padding-left: 30px;
    background-position: 7.5px center;
    background-repeat: no-repeat;
    background-color: #c4ad8b;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
}

.btn-new {
    width: 100px;
    height: 30px;
    padding-left: 30px;
    background-position: 7.5px center;
    background-repeat: no-repeat;
    background-color: #c4ad8b;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    background-image: url(../imgs/new.png);
}

.btn-input {
    width: 100px;
    height: 30px;
    padding-left: 30px;
    background-position: 7.5px center;
    background-repeat: no-repeat;
    background-color: #c4ad8b;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    background-image: url(../imgs/input.png);
}

.btn-download {
    width: 100px;
    height: 30px;
    padding-left: 30px;
    background-position: 7.5px center;
    background-repeat: no-repeat;
    background-color: #c4ad8b;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    background-image: url(../imgs/download.png);
}

.btn-query {
    width: 100px;
    height: 30px;
    padding-left: 30px;
    background-position: 7.5px center;
    background-repeat: no-repeat;
    background-color: #c4ad8b;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    background-image: url(../imgs/btn-query.png);
}

.btn-chart {
    width: 100px;
    height: 30px;
    padding-left: 30px;
    background-position: 7.5px center;
    background-repeat: no-repeat;
    background-color: #c4ad8b;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    background-image: url(../imgs/btn-chart.png);
}

.btn-export {
    width: 100px;
    height: 30px;
    padding-left: 30px;
    background-position: 7.5px center;
    background-repeat: no-repeat;
    background-color: #c4ad8b;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    background-image: url(../imgs/btn-export.png);
}

.select {
    box-sizing: border-box;
    border: 1px solid #c4ad8b;
    height: 30px;
    position: relative;
}

.select:hover:after {
    transform: rotate(-180deg);
}

.select:hover .options {
    border: 1px solid #c4ad8b;
    max-height: 250px;
    transition: 0.5s max-height;
    overflow: auto;
}

.select:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 30px;
    height: 15px;
    border-right: 1px solid #c4ad8b;
    opacity: .5;
}

.select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../imgs/select.png);
    width: 10px;
    height: 5px;
    transition: .5s transform;
}

.select input {
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 0 30px 0 10px;
    border: none;
    outline: none;
    color: #999;
    background: transparent;
}

.select .options {
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    transition: none;
    box-sizing: border-box;
    background: white;
}

.select .options div {
    background: white;
    padding: 5px 10px;
    color: #999;
    cursor: pointer;
}

.select .options div:hover {
    background: #eee;
}

.select-lager {
    height: 45px;
}

.select-lager:before {
    top: 12.5px;
}

.select-lager:after {
    top: 17.5px;
}

.select-lager input {
    height: 45px;
}

.select-lager .options {
    top: 44px;
}

.select-radius {
    border-radius: 3px;
}

.select-text {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
}

.select-text input {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #c4ad8b;
    outline: none;
    box-sizing: border-box;
    vertical-align: top;
}

.panel {
    position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 3px;
}

.panel:hover .panel-title {
    overflow: visible;
}

.panel:hover .panel-footer {
    height: 50px;
    opacity: .8;
}

.panel .panel-title {
    position: absolute;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    overflow: hidden;
    transition: .5s all;
    font-size: 18px;
    line-height: 50px;
    background: #ccc;
    opacity: .8;
    color: #666;
    border-radius: 3px;
}

.panel .panel-title .set {
    position: absolute;
    top: 0;
    right: 15px;
    width: 20px;
    height: 50px;
    background: url(../imgs/set.png) 0 15px no-repeat;
    cursor: pointer;
}

.panel .panel-title .set:hover {
    height: 60px;
}

.panel .panel-title .set:hover .down {
    height: 46px;
}

.panel .panel-title .set .down {
    position: absolute;
    top: 60px;
    height: 0;
    overflow: hidden;
    width: 18px;
    background: url(../imgs/edit.png);
    transition: .5s height;
}

.panel .panel-title .set .down a {
    display: block;
    height: 23px;
}

.panel .panel-footer {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    overflow: hidden;
    transition: .5s height;
    line-height: 50px;
    background: #ccc;
    opacity: 0;
    color: #eee;
    border-radius: 3px;
}

.p {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
}

.p .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.p .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.p .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.p .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.p .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-add {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #F4BC4B;
}

.panel-add .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-add .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-add .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-add .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-add .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-add .panel-content {
    border-color: #F4BC4B;
}

.panel-add .panel-content a {
    background-image: url(../imgs/panel-add.png);
}

.panel-1 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #F4BC4B;
}

.panel-1 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-1 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-1 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-1 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-1 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-1 .panel-content {
    border-color: #F4BC4B;
}

.panel-1 .panel-content a {
    background-image: url(../imgs/panel-1.png);
}

.panel-2 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #5EC656;
}

.panel-2 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-2 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-2 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-2 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-2 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-2 .panel-content {
    border-color: #5EC656;
}

.panel-2 .panel-content a {
    background-image: url(../imgs/panel-2.png);
}

.panel-3 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #3FA7D4;
}

.panel-3 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-3 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-3 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-3 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-3 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-3 .panel-content {
    border-color: #3FA7D4;
}

.panel-3 .panel-content a {
    background-image: url(../imgs/panel-3.png);
}

.panel-4 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #F4BC4B;
}

.panel-4 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-4 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-4 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-4 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-4 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-4 .panel-content {
    border-color: #F4BC4B;
}

.panel-4 .panel-content a {
    background-image: url(../imgs/panel-4.png);
}

.panel-5 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #5EC656;
}

.panel-5 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-5 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-5 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-5 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-5 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-5 .panel-content {
    border-color: #5EC656;
}

.panel-5 .panel-content a {
    background-image: url(../imgs/panel-5.png);
}

.panel-6 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #3FA7D4;
}

.panel-6 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-6 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-6 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-6 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-6 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-6 .panel-content {
    border-color: #3FA7D4;
}

.panel-6 .panel-content a {
    background-image: url(../imgs/panel-6.png);
}

.panel-7 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #F4BC4B;
}

.panel-7 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-7 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-7 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-7 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-7 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-7 .panel-content {
    border-color: #F4BC4B;
}

.panel-7 .panel-content a {
    background-image: url(../imgs/panel-7.png);
}

.panel-8 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #5EC656;
}

.panel-8 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-8 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-8 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-8 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-8 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-8 .panel-content {
    border-color: #5EC656;
}

.panel-8 .panel-content a {
    background-image: url(../imgs/panel-8.png);
}

.panel-9 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #3FA7D4;
}

.panel-9 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-9 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-9 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-9 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-9 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-9 .panel-content {
    border-color: #3FA7D4;
}

.panel-9 .panel-content a {
    background-image: url(../imgs/panel-9.png);
}

.panel-10 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #F4BC4B;
}

.panel-10 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-10 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-10 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-10 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-10 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-10 .panel-content {
    border-color: #F4BC4B;
}

.panel-10 .panel-content a {
    background-image: url(../imgs/panel-10.png);
}

.panel-11 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #5EC656;
}

.panel-11 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-11 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-11 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-11 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-11 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-11 .panel-content {
    border-color: #5EC656;
}

.panel-11 .panel-content a {
    background-image: url(../imgs/panel-11.png);
}

.panel-12 {
    position: relative;
    height: 200px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #3FA7D4;
}

.panel-12 .panel-title {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}

.panel-12 .panel-title .clock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/clock.png);
    cursor: pointer;
}

.panel-12 .panel-title .unclock {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/unclock.png);
    cursor: pointer;
}

.panel-12 .panel-content {
    height: 150px;
    background: url(../imgs/bg-panel-content.png);
    background-size: 100% 100%;
    border-top: 1px solid;
}

.panel-12 .panel-content a {
    content: "";
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-12 .panel-content {
    border-color: #3FA7D4;
}

.panel-12 .panel-content a {
    background-image: url(../imgs/panel-12.png);
}

.table {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    color: #999 !important;
}

.table tr {
    height: 70px;
}

.table tr th {
    position: relative;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px;
    color: black;
}

.table tr td {
    position: relative;
    text-align: center;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: 0 10px;
}

.table tr th.amount,
.table tr td.amount {
    text-align: right;
}

.table tr th.line,
.table tr div.line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table tr.tr-th:hover {
    background: inherit;
}

.table tr .tr-edit {
    position: absolute;
    width: 0;
    height: 70px;
    line-height: 90px;
    top: 0;
    right: -70px;
    cursor: pointer;
    white-space: nowrap;
}

.table tr:hover .tr-edit {
    transition: width .5s;
    width: 70px;
}

.table tr:hover .tr-edit .edit {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../imgs/tr-edit.png) 5px 5px no-repeat;
}

.table tr:hover .tr-edit .edit:hover {
    background: black url(../imgs/tr-edit.png) 5px 5px no-repeat;
    opacity: .1;
}

.table tr:hover .tr-edit .remove {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../imgs/tr-edit.png) -18px 6px no-repeat;
}

.table tr:hover .tr-edit .remove:hover {
    background: black url(../imgs/tr-edit.png) -18px 6px no-repeat;
    opacity: .1;
}

.table tr:hover .tr-edit .add {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../imgs/add-opacity.png) no-repeat center;
}

.table tr:hover .tr-edit .add:hover {
    background: black url(../imgs/add-opacity.png) no-repeat center;
    opacity: .1;
}

.table-hover tr.active {
    background: #c4ad8b;
}

.table-hover tr:hover {
    background: #c4ad8b;
}

.table-collapse tr.collapse-tr {
    display: none;
}

.table-collapse tr.collapse-tr > td:first-child {
    padding-right: 45px;
    text-align: right;
}

.table-collapse tr td.collapse-td {
    cursor: pointer;
    position: relative;
}

.table-collapse tr td.collapse-td:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 32.5px;
    background: url(../imgs/select.png);
    width: 10px;
    height: 5px;
    transition: .5s transform;
}

.table-collapse tr td.collapse-td.collapse-active:after {
    transform: rotate(180deg);
}

.table-collapse tr.hr-gray {
    height: 10px;
    background: #f4f4f4;
}

.pagination {
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    background: white;
    color: #999;
    overflow: hidden;
}

.pagination li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.pagination li.active a {
    background: #c4ad8b;
    color: white;
    z-index: 1;
}

.pagination li.active a:before {
    content: "";
    border: none;
}

.pagination li.active a:after {
    content: "";
    border: none;
}

.pagination li a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.pagination li a:hover {
    background: #c4ad8b;
    color: white;
    z-index: 1;
}

.pagination li a:hover:before {
    content: "";
    border: none;
}

.pagination li a:hover:after {
    content: "";
    border: none;
}

.pagination li a:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 10px;
    border: 1px #eee;
    border-style: none solid none none;
}

.pagination li a:after {
    content: "";
    position: absolute;
    top: 9px;
    right: -2.5px;
    height: 10px;
    border: 1px #eee;
    border-style: none none none solid;
}

.pagination li:first-child {
    position: absolute;
    left: 0;
}

.pagination li:first-child a:before {
    border: none;
}

.pagination li:first-child a:after {
    content: "";
    display: block;
    top: 8px;
    right: 10px;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #c4ad8b transparent transparent;
}

.pagination li:first-child:hover {
    background: #c4ad8b;
}

.pagination li:first-child:hover a:after {
    border-color: transparent white transparent transparent;
}

.pagination li:last-child {
    position: absolute;
    right: 0;
}

.pagination li:last-child a:before {
    border: none;
}

.pagination li:last-child a:after {
    content: "";
    display: block;
    top: 0;
    left: 1px;
    width: 0;
    height: 0;
    margin: 8px 0 0 10px;
    border: 8px solid;
    border-color: transparent transparent transparent #c4ad8b;
}

.pagination li:last-child:hover {
    background: #c4ad8b;
}

.pagination li:last-child:hover a:after {
    border-color: transparent transparent transparent white;
}

.pagination li.more-left {
    position: absolute;
    top: 13px;
    left: 45px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}

.pagination li.more-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}

.pagination li.more-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}

.pagination li.more-right {
    position: absolute;
    top: 13px;
    right: 45px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}

.pagination li.more-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}

.pagination li.more-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}

.tab {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
    color: #999;
    font-size: 16px;
    text-align: center;
}

.tab.active {
    color: #c4ad8b;
}

.tab.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #c4ad8b;
    left: 0;
    bottom: -10px;
}

.tab-content {
    display: none;
}

.tab-content.default {
    display: block;
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 50px;
    background: #c4ad8b;
    opacity: 1;
}

.header .logo {
    position: absolute;
    top: -1px;
    width: 131px;
    height: 47px;
    background: url(../imgs/logo.png) 20px 0 no-repeat;
}

.header .logo-wx {
    position: absolute;
    top: 0;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../imgs/logo-wx.png) 12px 15px no-repeat;
}

.header .logo-wx:hover {
    background-color: #9A6F5E;
    height: 60px;
}

.header .logo-wx:hover .wx {
    display: block;
}

.header .logo-wx .wx {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 160px;
    height: 160px;
    background: #c4ad8b url(../imgs/wx.jpg) 20px 20px no-repeat;
    background-size: 120px 120px;
}

/*
.header .menu {
    position: absolute;
    right: 20px;
    width: 150px;
    height: 60px;
    background: url(../imgs/bg-menu.png) no-repeat right;
}
*/
.header .menu {
    position: absolute;
    right: 20px;
    width: 200px;
    height: 60px;
    background: url(../imgs/004_2.png) no-repeat right;
}

.header .menu li {
    float: left;
    width: 25%;
    height: 50px;
    position: relative;
}

.header .menu li:hover {
    background: black;
    opacity: .1;
}

.header .menu li.drop .down {
    position: absolute;
    top: 60px;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s max-height;
    width: 80px;
}

.header .menu li.drop .down div {
    background: #9A6F5E;
    padding: 5px 10px;
    color: white;
}

.header .menu li.drop .down div:hover {
    background: #c4ad8b;
}

.header .menu li.drop:hover {
    background: none;
    opacity: 1;
}

.header .menu li.drop:hover .down {
    max-height: 150px;
}

.header .menu li.personal {
    height: 60px;
}

.header .menu li a {
    display: block;
    height: 100%;
}

.side {
    position: fixed;
    width: 70px;
    height: 100%;
    top: 0;
    z-index: 999;
    margin-top: 50px;
    background: #9A6F5E;
}

.side .side-menu-first {
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 120px;
}

.side .side-menu-first > li {
    position: relative;
    z-index: 1;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center 16px;
    cursor: pointer;
}

.side .side-menu-first > li:hover {
    background-color: #b88a79;
}

.side .side-menu-first > li:hover .side-menu-second {
    max-height: 200px;
    transition: max-height 0.5s linear;
}

.side .side-menu-first > li:hover .side-menu-second.li-5 {
    max-height: 250px;
    transition: max-height 0.5s linear;
}

.side .side-menu-first > li:hover .side-menu-second.li-6 {
    max-height: 300px;
    transition: max-height 0.6s linear;
}

.side .side-menu-first > li:hover .side-menu-second.li-7 {
    max-height: 350px;
    transition: max-height 0.5s linear;
}

.side .side-menu-first > li:hover .side-menu-second.li-8 {
    max-height: 400px;
    transition: max-height 0.7s linear;
}

.side .side-menu-first > li:hover .side-menu-second.li-9 {
    max-height: 450px;
    transition: max-height 0.5s linear;
}

.side .side-menu-first > li:hover .side-menu-second.li-10 {
    max-height: 500px;
    transition: max-height 0.8s linear;
}

.side .side-menu-first > li:hover span:before {
    content: "";
    position: absolute;
    z-index: 9999;
    width: 0;
    height: 0;
    top: -10px;
    right: -10px;
    border: 10px solid;
    border-color: transparent transparent white transparent;
    transform: rotate(45deg);
}

.side .side-menu-first > li.active {
    background-color: #b88a79;
}

.side .side-menu-first > li.active span:before {
    content: "";
    position: absolute;
    z-index: 9999;
    width: 0;
    height: 0;
    top: -10px;
    right: -10px;
    border: 10px solid;
    border-color: transparent transparent white transparent;
    transform: rotate(45deg);
}

.side .side-menu-first > li > a {
    display: block;
    height: 100%;
}

.side .side-menu-first .home {
    background-image: url(../imgs/bg-home.png);
}

.side .side-menu-first .group {
    background-image: url(../imgs/bg-group.png);
}

.side .side-menu-first .financial {
    background-image: url(../imgs/bg-financial.png);
}

.side .side-menu-first .approve {
    background-image: url(../imgs/bg-approve.png);
}

.side .side-menu-first .account {
    background-image: url(../imgs/bg-account.png);
}

.side .side-menu-first .nature {
    background-image: url(../imgs/bg-nature.png);
}

.side .side-menu-first .income {
    background-image: url(../imgs/bg-income.png);
}

.side .side-menu-first .outlay {
    background-image: url(../imgs/bg-outlay.png);
}

.side .side-menu-first .side-menu-second {
    position: absolute;
    overflow-y: hidden;
    overflow-x: visible;
    max-height: 0;
    transition: none;
    top: 0;
    left: 70px;
    line-height: 50px;
    width: 150px;
    background: #C4AD8B;
    font-size: 14px;
}

.side .side-menu-first .side-menu-second.up {
    top: auto;
    bottom: 0;
}

.side .side-menu-first .side-menu-second > li {
    text-align: left;
}

.side .side-menu-first .side-menu-second > li:hover,
.side .side-menu-first .side-menu-second > li.active {
    background: white;
    color: #C4AD8B;
}

.side .side-menu-first .side-menu-second > li a {
    display: block;
    height: 100%;
    padding-left: 20px;
}

.login {
    position: relative;
    z-index: 1;
    /*background: url(../imgs/bg-login.png);*/
    width: 100%;
    height: 568px;
}

.login .by {
    position: absolute;
    width: 303px;
    height: 450px;
    top: 118px;
    left: 20%;
    background: url(../imgs/login-1.png) no-repeat;
}

.login .by.active {
    background: url(../imgs/login-2.png) no-repeat;
}

.login .login-form {
    position: absolute;
    top: 120px;
    right: 18%;
    z-index: 1;
    width: 340px;
    height: 360px;
    background: url(../imgs/bg-login-form.png);
}

@media screen and (max-width: 1366px) {
    .login .login-form {
        right: 8%;
    }
}

@media screen and (max-width: 1680px) and (min-width: 1366px) {
    .login .login-form {
        right: 10%;
    }
}

.login .login-form .toast {
    display: none;
    position: absolute;
    width: 100%;
    top: -60px;
}

.banner-login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 568px;
    overflow: hidden;
}

.banner-login img {
    width: 1920px;
    height: 568px;
}

.user {
    position: relative;
    height: 60px;
    background: url(../imgs/user.png) 20px center no-repeat;
    padding-left: 80px;
}

.user .info {
    line-height: 30px;
    color: #999;
}

.user .manage {
    position: absolute;
    top: 15px;
    right: 45px;
    width: 30px;
    height: 30px;
    background: url(../imgs/manage.png);
    cursor: pointer;
}

.user .delete {
    position: absolute;
    top: 15px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../imgs/delete.png);
    cursor: pointer;
}

.user.user-small {
    height: 30px;
    background: url(../imgs/user.png) 10px center no-repeat;
    background-size: 25px;
    padding-left: 45px;
}

.user.user-small .info {
    line-height: 30px;
    color: #999;
}

.trash {
    height: 50px;
    background: url(../imgs/trash.png) center no-repeat;
}

.bg-clock {
    height: 50px;
    background: url(../imgs/bg-clock.png) center no-repeat;
}

.role {
    float: left;
    width: 20%;
    padding: 0 5px;
    box-sizing: border-box;
}

._roles {
    position: relative;
    height: 250px;
    box-sizing: border-box;
    padding-top: 185px;
    text-align: center;
    border: 1px solid white;
}

._roles:hover,
._roles.active {
    border: 1px solid #c4ad8b;
}

._roles:hover:after,
._roles.active:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -11px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px #c4ad8b;
    border-style: none solid solid none;
    transform: rotate(45deg);
}

.create {
    position: relative;
    height: 250px;
    box-sizing: border-box;
    padding-top: 185px;
    text-align: center;
    border: 1px solid white;
    background: white url(../imgs/bg-create.png) center 50px no-repeat;
}

.create:hover,
.create.active {
    border: 1px solid #c4ad8b;
}

.create:hover:after,
.create.active:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -11px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px #c4ad8b;
    border-style: none solid solid none;
    transform: rotate(45deg);
}

.funds {
    position: relative;
    height: 250px;
    box-sizing: border-box;
    padding-top: 185px;
    text-align: center;
    border: 1px solid white;
    background: white url(../imgs/bg-funds.png) center 50px no-repeat;
}

.funds:hover,
.funds.active {
    border: 1px solid #c4ad8b;
}

.funds:hover:after,
.funds.active:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -11px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px #c4ad8b;
    border-style: none solid solid none;
    transform: rotate(45deg);
}

.operation {
    position: relative;
    height: 250px;
    box-sizing: border-box;
    padding-top: 185px;
    text-align: center;
    border: 1px solid white;
    background: white url(../imgs/bg-operation.png) center 35px no-repeat;
}

.operation:hover,
.operation.active {
    border: 1px solid #c4ad8b;
}

.operation:hover:after,
.operation.active:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -11px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px #c4ad8b;
    border-style: none solid solid none;
    transform: rotate(45deg);
}

.observation {
    position: relative;
    height: 250px;
    box-sizing: border-box;
    padding-top: 185px;
    text-align: center;
    border: 1px solid white;
    background: white url(../imgs/bg-observation.png) center 40px no-repeat;
}

.observation:hover,
.observation.active {
    border: 1px solid #c4ad8b;
}

.observation:hover:after,
.observation.active:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -11px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px #c4ad8b;
    border-style: none solid solid none;
    transform: rotate(45deg);
}

.accounting {
    position: relative;
    height: 250px;
    box-sizing: border-box;
    padding-top: 185px;
    text-align: center;
    border: 1px solid white;
    background: white url(../imgs/bg-accounting.png) center 55px no-repeat;
}

.accounting:hover,
.accounting.active {
    border: 1px solid #c4ad8b;
}

.accounting:hover:after,
.accounting.active:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -11px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px #c4ad8b;
    border-style: none solid solid none;
    transform: rotate(45deg);
}

.nature-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    background: #c4ad8b;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    font-size: 18px;
}

.nature-title .add {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../imgs/bg-add.png);
    cursor: pointer;
}

.nature-list {
    float: left;
    width: 100%;
    color: #999;
    font-size: 16px;
    background: white;
}

.nature-list li {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid white;
}

.nature-list li:nth-child(odd) {
    background: #f8f8f8;
}

.nature-list.hover li:hover {
    position: relative;
    border: 1px solid #c4ad8b;
}

.nature-list.hover li:hover .edit {
    position: absolute;
    left: 100%;
    top: 12px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../imgs/tr-edit.png) 5px 5px no-repeat;
}

.nature-list.hover li:hover .edit:hover {
    background: black url(../imgs/tr-edit.png) 5px 5px no-repeat;
    opacity: .1;
}

.nature-list div {
    float: left;
    width: 50%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nature-list div:first-child {
    width: 20%;
}

.nature-list div:last-child {
    width: 30%;
}

.arrow {
    background: url(../imgs/bg-arrow.png) no-repeat center;
}

.message {
    line-height: 40px;
}

.link {
    overflow: hidden;
    padding: 40px 0;
}

.link > div {
    float: left;
    width: 33.33333%;
    height: 140px;
    box-sizing: border-box;
    background: url(../imgs/bg-link.png) 20px center no-repeat;
    background-size: auto 71px;
    padding-left: 120px;
}

.link > div li {
    margin: 10px 0;
    color: #999;
}

.footer {
    background: url(../imgs/bg-footer.png) no-repeat;
    background-size: 100% 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    color: #ccc;
}

.banner {
    height: 168px;
    background: url(../imgs/banner.png);
}

.content {
    margin-top: 20px;
    overflow: hidden;
}

.content .banner-left {
    float: left;
    width: 200px;
    height: 760px;
    background: url(../imgs/banner-left.png) no-repeat;
}

.content .right {
    position: relative;
    float: left;
    width: 800px;
    height: 760px;
    overflow: auto;
}

.content .right .circle {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #E8B581;
    vertical-align: super;
    margin-right: 10px;
}

.content .right td {
    height: 30px;
}

.content .right .page {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.content .right .page .next-page {
    position: absolute;
    right: 0;
}

.table.month tr {
    height: 50px;
}

.table.month th {
    color: white;
    background: #CFA972;
}
