@charset "utf-8";

/************************************
 * author:cjh   
 * time: 2015-12-09;
 ************************************/


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
font,
img,
small,
strong,
b,
u,
i,
s,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

textarea {
    resize: none;
    overflow: auto;
    line-height: 18px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ol,
ul li {
    list-style: none outside none;
}

img {
    border: none;
    display: inline-block;
}

body,
button,
input,
select,
textarea {
    font: 14px/150% "Microsoft YaHei", Arial, serif;
    color: #666;
    outline: 0;
}

select {
    font-family: verdana, sans-serif;
}

body {
    background-color: #fff;
}

s,
em {
    font-style: normal;
}

s {
    text-decoration: none;
}

h2 {
    font-size: 14px;
    color: #8B8989;
    font-family: "Microsoft YaHei", "����", "Simsun", serif;
}

h4 {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

ins {
    text-decoration: none;
}


/* Links
   ========================================================================== */

a {
    text-decoration: none;
    color: #1e1e1e;
    background-color: transparent;
    font-family: "Microsoft YaHei", "����", "Simsun", serif;
}

a:focus {
    border: none;
    outline: none;
}

a:active,
a:hover {
    outline: 0;
}

a:active {
    background-color: transparent !important;
}


/* Text-level semantics
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.6em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button {
    overflow: visible;
    border: 0 none;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
    resize: none;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

body {
    background-color: #ffffff;
}


/* =================reset   end =============*/


/* ===================================������ʽstart============================== */

input[type="text"] {
    border: 1px solid #ddd;
    height: 18px;
    line-height: 18px\9;
    /* \9����ie678���ִ�ֱ����*/
    padding: 0 5px;
    background-color: #fff;
}


/* ����������ʽ */

.fr {
    float: right;
}

.fl {
    float: left;
}


/* �������:�������Ԫ�ضԺ���ֵܽڵ�Ԫ�ص�Ӱ��;�ձ�ǩʹ�� */

.clear {
    display: block;
    clear: both;
    width: 0;
    height: 0px;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
}


/* �������:����Ԫ�ظ�����ʹ�� */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
    line-height: 0;
}

.clearfix {
    display: inline-table;
    min-height: 0;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* ���ȹ�����ʽ */

.wid-100 {
    float: left;
    width: 100%;
}

.mar-1200 {
    width: 1200px;
    margin: 0 auto;
}

.ding {
    padding: 6px 0;
    line-height: 18px;
    color: #fff;
    background: #ededed;
}

.ding a:hover {
    color: #ff0;
}


/* ��¼������ʽ */

.login {
    line-height: 18px;
    font-size: 14px;
}

.login-input {
    float: left;
    width: 80px;
    height: 18px;
    line-height: 18px;
    border: 0;
    margin-left: 7px;
    display: inline;
    padding-left: 5px;
    color: #000;
    background: #fff;
    border: 1px solid #ddd;
}

.login-input2 {
    margin-right: 12px;
}

.dlu {
    border: 0;
    cursor: pointer;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 12px;
    line-height: 20px;
    width: 50px;
    height: 20px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    background: #15c692;
}
.login .lgoutbtn {
    background-color: #F6F6F6;
    width: 52px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    /* *display: inline; */
    zoom: 1;
    font-size: 12px;
    outline: none;
    color: #999999;
}

.lgoutbtn a:hover {
    color: #fff;
    text-decoration: underline;
}

.login-btn-reg {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    font-family: "Microsoft YaHei", "����", "Simsun", serif;
}


/* ��¼������ʽ end */


/* footer */

.footers {
    min-width: 1400px;
}
.footers .w-1400 {
    width: 1400px;
    margin: 0 auto;
}
.footer-top {
background: #212130;
font-size: 14px;
}
.footer-top>div {
padding-top: 50px;
padding-bottom: 20px;
}
.footer-top .top p {
color: #fff;
font-weight: bold;
}
.footer-top p.gray {
padding: 20px 0;
border-bottom: 1px solid #383845;
}
.footer-top p.gray a {
font-weight: normal;
color: #dbddf3;
margin-right: 35px;
}
.footer-top p.gray a:nth-last-child(1) {
margin-right: 0;
}
.footer-top p.gray a:hover {
color: #fa5555;
}
.footer-top .bottom {
margin-top: 30px;
}
.footer-top .bottom>div {
height: 102px;
line-height: 34px;
width: 33.33%;
box-sizing: border-box;
color: #747791 !important;
}
.footer-top .bottom>div dd {
    color: #747791 !important;
}
.footer-top .bottom>div.border {
border-right: 1px solid #383845;
/* display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start; */
}
.footer-top .bottom>div.border a {
color: #747791;
width: 200px;
display: inline-block;
}
.footer-top .bottom>div:not(.left) {
padding-left: 20px;
}
.footer-top .bottom .middle {
    width: 28.33%;
}
.footer-top .bottom .right {
    width: 38.33%;
}
.footer-top .right dt {
    height: 103px;
}
.footer-top .right dd {
line-height: 24px;
}
.footer-top .right dd.heavy {
font-weight: bold;
font-size: 16px;
color: #bbc0e6;
margin-bottom: 20px;
}
.footer-bottom {
    height: 40px;
    line-height: 40px;
    background: #1a1a27;
    font-size: 14px;
    color: rgba(187, 192, 230, .5) !important;
}
.footer-bottom>div {
width: 1158px;
margin: 0 auto;
}
.footer-bottom span,
.footer-bottom a {
    color: rgba(187, 192, 230, .5) !important;
}

/* footer end */

.mrgL30 {
    margin-left: 12px;
}

.mrgR30 {
    margin-right: 10px;
}

[data-theme*=round].parts-floating li:first-child {
    display: none;
}


/*---- ����webkit �ں˵Ĺ�������ʽ -----*/


/*  Ĭ�Ϲ�������ʽ�޸� begin */
::-webkit-scrollbar,
div::-webkit-scrollbar,
p::-webkit-scrollbar,
ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


/* ����� */
::-webkit-scrollbar-track,
div::-webkit-scrollbar-track,
p::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track {
    border-radius: 10px;
    /*background: none;*/
}


/* �ڲ��� */
::-webkit-scrollbar-track-piece,
div::-webkit-scrollbar-track-piece,
p::-webkit-scrollbar-track-piece,
ul::-webkit-scrollbar-track-piece {
    background-color: none;
}


/* �����Ļ��� */
::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    
}
::-webkit-scrollbar-thumb:hover,
div:hover::-webkit-scrollbar-thumb,
p:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar,
div::-webkit-scrollbar,
p::-webkit-scrollbar,
ul::-webkit-scrollbar {
    max-height: 200px;
}

/* Ĭ�Ϲ�������ʽ�޸� end */

.elips {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.marL0 {
    margin-left: 0px !important;
}

.marR0 {
    margin-right: 0px !important;
}

.marT0 {
    margin-top: 0px !important;
}

.marB0 {
    margin-bottom: 0px !important;
}

.marL5 {
    margin-left: 5px !important;
}

.marR5 {
    margin-right: 5px !important;
}

.marT5 {
    margin-top: 5px !important;
}

.marB5 {
    margin-bottom: 5px !important;
}

.marL10 {
    margin-left: 10px !important;
}

.marR10 {
    margin-right: 10px !important;
}

.marT10 {
    margin-top: 10px !important;
}

.marB10 {
    margin-bottom: 10px !important;
}

.marL15 {
    margin-left: 15px !important;
}

.marR15 {
    margin-right: 15px !important;
}

.marT15 {
    margin-top: 15px !important;
}

.marB15 {
    margin-bottom: 15px !important;
}

.marL20 {
    margin-left: 20px !important;
}

.marR20 {
    margin-right: 20px !important;
}

.marT20 {
    margin-top: 20px !important;
}

.marB20 {
    margin-bottom: 20px !important;
}

.marB30 {
    margin-bottom: 30px;
}

.marT30 {
    margin-top: 30px;
}

.marL30 {
    margin-left: 30px;
}

.marR30 {
    margin-right: 30px;
}

.padL0 {
    padding-left: 0px !important;
}

.padR0 {
    padding-right: 0px !important;
}

.padT0 {
    padding-top: 0px !important;
}

.padB0 {
    padding-bottom: 0px !important;
}

.padL5 {
    padding-left: 5px !important;
}

.padR5 {
    padding-right: 5px !important;
}

.padT5 {
    padding-top: 5px !important;
}

.padB5 {
    padding-bottom: 5px !important;
}

.padL10 {
    padding-left: 10px !important;
}

.padR10 {
    padding-right: 10px !important;
}

.padT10 {
    padding-top: 10px !important;
}

.padB10 {
    padding-bottom: 10px !important;
}

.padL15 {
    padding-left: 15px !important;
}

.padR15 {
    padding-right: 15px !important;
}

.padT15 {
    padding-top: 15px !important;
}

.padB15 {
    padding-bottom: 15px !important;
}

.padL20 {
    padding-left: 20px !important;
}

.padR20 {
    padding-right: 20px !important;
}

.padT20 {
    padding-top: 20px !important;
}

.padB20 {
    padding-bottom: 20px !important;
}

.txtL {
    text-align: left !important;
}

.txtC {
    text-align: center !important;
}

.txtR {
    text-align: right !important;
}

.v-middle {
    vertical-align: middle;
}

.el-inline-block {
    display: inline-block;
}

/* �Զ������� */
@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url('../fonts/思源字体合集/SourceHanSerifCN-Heavy.otf');
}
@font-face {
    font-family: "SourceHanSansCN";
    src: url(../fonts/思源字体合集/SourceHanSansCN-Regular.otf);
}

/* �Զ��嵯�� */

.el-dialog.dialog {
    border-radius: 8px;
}
.el-dialog.dialog .el-dialog__header {
    font-size: 18px;
    font-weight: bold;
    color: #484d71;
    padding: 30px 30px 20px;
}
.el-dialog.dialog .el-dialog__headerbtn {
    color: #999;
    top: 30px;
    right: 30px;
}
.el-dialog.dialog .el-dialog__body {
    padding: 0 30px 20px;
    min-height: 150px;
}
.dialog .el-input {
    height: 34px;
    box-sizing: border-box;
}
.dialog .el-input .el-input__inner {
    height: 34px;
    border-radius: 4px;
    border: none;
    background: #f5f6f9;
    padding: 0 10px;
}
.dialog .el-input .el-input__inner:focus {
    background: #fff;
    border: 1px solid #fa5555;
}
.el-dialog.dialog .el-dialog__footer {
    text-align: left;
    padding-left: 30px;
    padding-bottom: 30px;
}
.el-dialog.dialog .btn {
    padding: 0;
    width: 80px;
    height: 34px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
}
.el-dialog.dialog .btn-sure {
    background: #d43939;
    color: #fff;
}
.el-dialog.dialog .btn-cancel {
    background: #f5f6f9;
    color: #222;
}
.el-dialog.lock-dialog {
    width: 826px;
    height: 630px;
}

/* ��ҳ��ʽ */
.pagination {
    padding-top: 22px;
}
.pagination .el-pagination .el-pager li.active,
.pagination .el-pagination .el-pager li:hover,
.pagination  .el-pagination button:hover {
    color: #fa5555;
}
.pagination .el-pagination button {
    padding: 0;
    min-width: unset;
}

/* popover */
.el-popover.my-popover {
    min-width: 0;
    box-sizing: border-box;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.el-popover.dept-popover {
    
}