@charset "UTF-8";
@import url(../../css/bootstrap.min.css);
@import url(../../css/bootstrap-responsive.min.css);
@import url(../../css/font-awesome.min.css);
@import url(sidebar.min.css);

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

audio:not([controls])[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

html, body {
    height: 100%;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

q {
    quotes: "“" "”" "‘" "’";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

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;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input.sortid {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    text-align: center;
}

.date.timepicker > input {
    width: 180px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.1;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

small {
    font-size: 90%;
}

blockquote {
    margin: 0;
}

ul, ol {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

dd {
    margin-left: 0;
}

code, pre {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-size: 12px;
}

pre {
    margin-top: 0;
    margin-bottom: 0;
}

label {
    font-weight: bold;
}

label, input[type="text"], #adv_code_search .search-page-label, input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], textarea {
    font-size: 13px;
}

dl.form {
    margin: 15px 0;
}

dl.form > dt {
    margin: 0 0 6px 0;
}

dl.form > dt label {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.f-cb:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

[v-cloak] {
    display: none;
}

@media (max-width: 767px) {
    body {
        padding-left: 0;
    }
}

#footer-fush,
#body-footer {
    clear: both;
    height: 35px;
    text-align: right;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    background: -webkit-radial-gradient(center, rgba(127, 127, 127, 0.32), rgba(127, 127, 127, 0.4) 35%, rgba(0, 0, 0, 0.65));
    opacity: initial;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: .3;
}

.modal-backdrop.fade.in {
    width: 0;
    height: 0;
}

.control-group .controls .btn {
    margin-top: -5px;
}

h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

a {
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

a:hover {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.hidden {
    display: none;
}

.container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.span2 {
    /*width:170px;*/
}

.span10 {
    /*width:784px;*/
}

.sort_id {
    width: 50px;
}

[class*="span"] {
    margin-left: 10px;
}

.clear {
    clear: both;
}

.seamless {
    padding: 0;
}

.bubble {
    background: #efefef;
    border-radius: 3px;
    margin: 0 0 15px 0;
    padding: 3px;
    position: relative;
}

.btn-group.select {
    border: 0;
    padding: 0;
    background: #fff;
}

.pagination a:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:active,
.btn.active,
.pagination a:active {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
}

.controls span.btn.btn-success {
    border-radius: 2px;
}

/* upload btn */
input[type="file"].fileupload {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
    /*width:100px;*/
}

.progress {
    border-radius: 0;
}

#upload-modal {
    position: fixed;
    bottom: 0;
    width: 500px;
    border: 1px solid #ccc;
    background-color: #fff;
}

#upload-modal .upload-header {
    margin: 5px 0;
    padding: 5px 0 0 10px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
}

#upload-modal .progress {
    margin: 0;
}

#upload-modal ul.boxed-list li {
    margin: 0;
    padding: 5px 0;
}

#upload-modal span.name {
    padding-left: 15px;
}

#upload-modal span.del {
    padding-right: 15px;
}

.ke-icon-uploadfile {
    background-position: 0px -496px;
    width: 16px;
    height: 16px;
}

/* Forms -------------------------------------------------------*/
form {
    margin-bottom: 0;
}

.help-block, .help-inline {
    color: #999999;
}

.btn-disable {
    color: #999;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn-switch, .btn-group {
    position: relative;
    /**background: #efefef;*/
    *padding: 3px;
    /*border-radius: 3px;*/
    margin: 0;
    border: 0px #ccc solid;
}

.btn-group .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group .btn + .btn {
    border-radius: 0;
}

.btn-group .btn:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.btn-group.ui-radio label.active {
    font-weight: 500;
    border: 1px solid #3079ed;
    color: #ffffff;
    background-color: #4b8cf7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
    background-image: linear-gradient(to bottom, #4d90fe, #4787ed);
    background-repeat: repeat-x;
    *background-color: #4d90fe;
}

.btn-group.ui-radio input[type="radio"] {
    display: none;
}

#side-bar ul.nav-sidebar > li > a:hover, #side-bar ul.nav-sidebar > li > a:focus {
    color: #fafafa;
    background-color: #007FBF;
}

#side-bar ul.nav-sidebar > li ul.dropdown-menu {
    border: 1px solid #d8d8d8;
    border-radius: 1px;
    padding: 0;
    margin-top: 0;
}

.nav .nav-header {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f3f3f3));
    background-image: linear-gradient(#f9f9f9, #f3f3f3);
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    background-color: #f2f2f2;
}

.nav.nav-list li a {
    color: #08c;
}

.nav.nav-list li + .nav-header {
    padding: 5px 15px;
}

/*width----------------------------------------------------------------*/
.width-small {
    width: 10px;
}

.hg1 {
    min-height: 350px;
}

/*table*/
.btn-group input {
    margin: 0;
}

input.ajax-input.alert {
    background-color: #f9edbe;
}

.modal-backdrop {
    background-color: #333;
}

/* hide pnotify bar */
.ui-pnotify-history-container {
    display: none;
}

#photo_show {
    padding: 20px;
}

/* add on input */
.control-group .input-append,
.control-group .input-prepend {
    padding: 0 1px;
    border: 1px solid #ccc;
}

.control-group .input-append .btn,
.control-group .input-prepend .btn {
    border: none;
}

.control-group .input-append .add-on,
.control-group .input-prepend .add-on {
    border: none;
    background: #fff;
}

.control-group .input-append input,
.control-group .input-prepend input {
    border: none;
    background: #fff;
}

.control-group.error .input-prepend,
.control-group.error .input-append {
    border: 1px solid #b94a48;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    background: #fff;
}

.control-group.success .input-prepend,
.control-group.success .input-append {
    border: 1px solid #468847;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    background: #fff;
}

/*theme color*/
/*-------------------------------------------------------*/
.color {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    border-radius: 15px;
}

.color.color-selected {
    border-color: #07c;
    -webkit-box-shadow: 0 0 5px #07c;
    box-shadow: 0 0 5px #07c;
}

.color-default {
    background-color: #fff;
}

.color-dark {
    background-color: #333;
}

/* list-group */
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:last-child {
    margin-bottom: 0;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #555555;
}

a.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.dropdown-menu > li > a[class*="option-depth"] {
    padding-left: 13px;
}

.option-depth0 {
    border-left: 2px solid #333;
}

.option-depth1 {
    border-left: 8px solid #333;
}

.option-depth2 {
    border-left: 17px solid #333;
}

.sortid {
    width: 30px;
}

.bselect {
    font-family: "FontAwesome";
}

.bootstrap-select {
    font-family: "FontAwesome";
}

.boxed {
    /*background: #efefef;*/
    /*padding: 3px;*/
}

.boxed + .boxed[class*="span"] {
    margin-top: 0;
    /*margin-left: 10px;*/
}

.boxed .boxed-action {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 10;
    margin: 9px 10px 0 0;
}

.boxed .boxed-inner {
    padding: 1px 10px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    color: #666;
    font-size: 14px;
    border: 1px #d8d8d8 solid;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);*/
    border-radius: 3px;
}

.boxed .boxed-inner strong {
    color: #000;
}

.boxed .boxed-inner.markdown-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.boxed .boxed-inner.seamless {
    padding: 0;
}

.boxed .boxed-inner h3,
.boxed .boxed-inner .heading {
    padding-left: 0px;
}

.boxed .boxed-inner h4 {
    margin: 15px 0 -5px 0;
    font-size: 14px;
    color: #000;
}

.boxed .boxed-inner .heading {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 5px;
}

.boxed .boxed-inner .heading .btn-group {
    padding-top: 2px;
}

.boxed .boxed-inner .boxed-action {
    float: right;
}

.boxed .boxed-inner .help {
    clear: both;
    margin: 1em -10px 0 -10px;
    padding: 1em 10px 1em 35px;
    border-top: 1px solid #ddd;
    color: #999;
}

.boxed .boxed-inner .help .octicon {
    margin-left: -25px;
    margin-right: 5px;
}

.boxed .boxed-inner .table {
    margin-bottom: 0;
}

.boxed .boxed-inner .msg {
    padding: 5px 0 0;
}

.boxed .boxed-inner > dl.dl-horizontal {
    padding-top: 10px;
    border-top: 1px solid #d8d8d8;
}

.boxed .boxed-inner > dl.dl-horizontal dt,
.boxed .boxed-inner > dl.dl-horizontal dd {
    line-height: 25px;
}

.boxed.flush .boxed-inner {
    padding: 0;
}

.boxed.condensed .boxed-inner {
    font-size: 14px;
    padding: 0;
}

.boxed form .boxed-inner {
    border-radius: 0;
}

.boxed > h3,
.boxed .heading {
    background: #fcfcfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#efefef));
    background: linear-gradient(top, #fcfcfc 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#efefef', GradientType=0);
    background-repeat: repeat-x;
    margin: 0;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    padding: 10px 10px 11px 13px;
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
}

.boxed > h3 a.boxed-breadcrumb,
.boxed .heading a.boxed-breadcrumb {
    color: #666;
    font-weight: normal;
    text-decoration: none;
}

.boxed > h3 .avatar,
.boxed .heading .avatar {
    margin-top: -4px;
    border-radius: 3px;
    vertical-align: middle;
}

.boxed > h3 {
    color: green;
    padding: 8px 14px;
}

.boxed .heading > h3 {
    margin: 0;
}

.boxed.dangerzone > h3 {
    background: #fcfcfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f5f5f5));
    background: linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-bottom: 1px solid #900;
    color: #fff;
    text-shadow: 0 -1px 0 #900;
}

.boxed.condensed > h3 {
    padding: 6px 6px 7px;
    font-size: 14px;
}

.boxed.condensed > h3 .octicon {
    padding: 0 6px 0 2px;
}

.boxed hr.bleed-flush {
    width: 100%;
    padding: 0 10px;
    margin-left: -10px;
}

.boxed hr.compact {
    margin-top: 10px;
    margin-bottom: 10px;
}

.boxed .form-help {
    float: right;
    margin-top: 40px;
    width: 200px;
    text-align: center;
}

.boxed .form-help a {
    font-weight: bold;
}

.boxed .form-help p {
    margin: 10px 0;
}

.boxed .boxed-footer {
    background-color: #e0e0e0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#fafafa));
    background-image: linear-gradient(#efefef, #fafafa);
    background: -ms-linear-gradient(top, #efefef 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fafafa', GradientType=0);
    background-repeat: repeat-x;
    margin: 0;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border: 1px solid #d8d8d8;
    border-top: none;
    padding: 10px 10px 11px 110px;
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
}

.boxed .uefull {
    padding: 0;
}

.boxed .uefull .edui-editor {
    width: 100% !important;
    border-width: 0 0 1px 0;
    border-radius: 0;
}

.boxed .boxed-list {
    list-style: none;
    margin: 0;
}

.boxed .boxed-list .boxed-list {
    border-left: 1px solid #ddd;
    margin-left: 20px;
    padding-left: 20px;
}

.boxed .boxed-list > li {
    border-top: 1px solid #e5e5e5;
    display: block;
    line-height: 23px;
    margin-left: -10px;
    padding: 5px 10px;
    width: 100%;
}

.boxed .boxed-list > li span.depth1 {
    font-weight: 700;
    padding-left: 20px;
}

.boxed .boxed-list > li span.depth2 {
    font-weight: 700;
    padding-left: 40px;
}

.boxed .boxed-list > li span.depth3 {
    font-weight: 700;
    padding-left: 60px;
}

.boxed .boxed-list > li span.depth4 {
    font-weight: 700;
    padding-left: 80px;
}

.boxed .boxed-list > li > .badge {
    float: right;
    margin-left: 3px;
}

.boxed .boxed-list > li > .badge a {
    color: #fff;
}

.boxed .boxed-list > li:hover {
    background: #ffe;
}

.boxed .boxed-list > li.selected {
    background: #e5f9e2;
}

.modal .boxed .boxed-list {
    padding: 0 10px 0;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 1px;
}

.boxed .boxed-list-span {
    list-style: none;
    margin: 0;
}

.boxed .boxed-list-span > li {
    width: 33%;
    min-height: 100px;
    float: left;
    display: block;
}

.boxed .img-list {
    width: 100px;
    min-height: 80px;
    display: inline-block;
    margin: 5px;
    text-align: center;
    position: relative;
}

.boxed .img-list img {
    *border: 1px solid #ccc;
    width: 100px;
    min-height: 70px;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border-radius: 2px;
}

.boxed .img-list .img-list-action {
    width: 80px;
    opacity: 0.8;
    background-color: #fafafa;
    padding: 1px 10px;
    position: absolute;
    top: 48px;
    border-style: solid;
    border-width: 1px 0;
}

.boxed .img-list .img-list-action a {
    color: #000;
}

.boxed .img-list .img-list-action a:hover {
    color: orange;
}

.boxed .img-list .unkownfile {
    border: 1px solid #ccc;
    display: block;
    padding: 4px;
    height: 70px;
    word-wrap: break-word;
    word-break: normal;
    word-break: break-all;
}

.boxed table img {
    *border: 1px solid #ccc;
    width: 100px;
    min-height: 70px;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border-radius: 2px;
}

.boxed .tabbable .nav {
    margin-bottom: 0;
}

.boxed .tabbable .nav li a {
    border-top: none;
    border-radius: 0;
}

.boxed .tabbable .nav li.active a {
    background-color: #FDFDFD;
}

/**头部**/
#body-main-login.container {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    height: 420px;
}

#body-main-login div.alert {
    border-radius: 0;
    border: 0;
}

#body-main-login span {
    font-size: 13px;
}

#body-main-login span.error {
    color: red;
}

#body-main-login .form-horizontal .control-group {
    padding: 15px 25px;
}

#body-main-login .form-horizontal .form-actions {
    padding-left: 25px;
}

#body-main-login #login {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -190px;
}

#body-main-login #getpass {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 190px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#body-main-login .boxed {
    width: 320px;
    max-width: 320px;
    *max-width: 320px;
    padding: 19px 29px 29px;
    margin: 0 auto;
    background-color: #fff;
}

#body-main-login .boxed h3 {
    color: #006dcc;
    font-size: 18px;
}

#body-main-login .boxed .boxed-footer {
    padding: 20px 25px;
}

#body-main-login .boxed .boxed-footer .btn-primary,
#body-main-login .boxed .boxed-footer .btn-success {
    width: 100px;
    border-radius: 2px;
    height: 36px;
    font-weight: bold;
    font-size: 16px;
}

#body-main-login .boxed .boxed-footer .btn-success {
    line-height: 28px;
    height: 28px;
    background-color: #006dcc;
}

#body-main-login .boxed .boxed-footer .btn-success:hover,
#body-main-login .boxed .boxed-footer .btn-success:focus,
#body-main-login .boxed .boxed-footer .btn-success:active,
#body-main-login .boxed .boxed-footer .btn-success.active,
#body-main-login .boxed .boxed-footer .btn-success.disabled,
#body-main-login .boxed .boxed-footer .btn-success[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

#body-main-login .boxed .boxed-footer .btn-success:active,
#body-main-login .boxed .boxed-footer .btn-success.active {
    background-color: #003399 \9;
}

#body-main-login .input-append .add-on,
#body-main-login .input-prepend .add-on {
    height: 24px;
    font-size: 24px;
    color: #ddd;
    padding: 9px 5px;
}

#body-main-login .input-append input,
#body-main-login .input-prepend input {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    width: 219px;
    font-weight: bold;
}

#body-main-login .control-group .input-append,
#body-main-login .control-group .input-prepend {
    border-radius: 5px;
    padding: 0 5px;
    background: #fff;
}

#body-main-login .control-group.success .input-prepend,
#body-main-login .control-group.success .input-append {
    border: 1px solid #468840;
}

/*公用css*/
.modal-backdrop {
    z-index: 30 !important;
}

.model-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.65);
}

label {
    font-weight: inherit;
}

.w-100b {
    width: 100%;
}

.w-110 {
    width: 110px;
}

.h32 {
    height: 32px;
}

.lh32 {
    line-height: 32px;
}

.f14 {
    font-size: 14px;
}

.c-1D1E23 {
    color: #1D1E23;
}

.c-1890FF {
    color: #1890FF;
}

.c-0065 {
    color: rgba(0, 0, 0, 0.65);
}

.bg-fff {
    background-color: #fff;
}

.plr-12im {
    padding: 0 12px !important;
}

.plr-12 {
    padding: 0 12px;
}

.pr-12 {
    padding-right: 12px;
}

.pl-12 {
    padding-left: 12px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt34 {
    margin-top: 34px;
}

.ml24 {
    margin-left: 24px;
}

.ml17 {
    margin-left: 17px;
}

.bor-1-dadada {
    border: 1px solid #dadada;
}

.r-align {
    text-align: right;
}

.block {
    display: block;
}

.box-sizing {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.over {
    overflow: hidden;
}

.por {
    position: relative;
}

img {
    max-width: 100%;
}

#seo-modal {
    z-index: 1081;
}

.box-remove {
    width: 272px;
    height: 100px;
    position: absolute;
    left: 264px;
    bottom: 60px;
    background-color: #fff;
    background: #FFFFFF;
    border: 1px solid #d3d4da;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 16px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    display: none;
}

.box-remove .title {
    font-size: 14px;
    color: rgba(29, 30, 35, 0.65);
    line-height: 1.5;
    padding-left: 30px;
    margin-bottom: 3px;
    background: url(../img/img19.png) left 3px/14px no-repeat;
}

.box-remove .box .colse {
    background: #FFFFFF;
    border: 1px solid #d9d9d9;
    width: 49px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: rgba(29, 30, 35, 0.65);
    cursor: pointer;
}

.box-remove .box .correct {
    width: 49px;
    height: 24px;
    line-height: 24px;
    background: #1890FF;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: 8px;
    cursor: pointer;
}

.box-remove:before {
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    right: 20px;
    bottom: -5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.delete-box {
    width: 179px;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #D3D4DA;
    border-radius: 2px;
    font-size: 14px;
    color: rgba(29, 30, 35, 0.65);
    position: absolute;
    right: -3px;
    bottom: 35px;
    display: none;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.delete-box .tits {
    padding-left: 22px;
    margin-bottom: 15px;
    background: url(../img/img19.png) left 2px/14px no-repeat;
}

.delete-box .btn-state span,
.delete-box .btn-state a {
    width: 49px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.delete-box .btn-state span.colse,
.delete-box .btn-state a.colse {
    background: #FFFFFF;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(29, 30, 35, 0.65);
}

.delete-box .btn-state span.correct,
.delete-box .btn-state a.correct {
    background: #1890FF;
    color: #fff;
    margin-left: 8px;
}

.delete-box:before {
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    right: 20px;
    bottom: -5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/*外部html框架css*
/*顶部导航*/
body {
    min-width: 1200px;
    background-color: #EAEDF2;
}

#body-main {
    min-height: 100%;
}

.navbars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    height: 64px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

.navbars .left-module {
    width: 240px;
    height: 64px;
    background-color: #24293E;
}

.navbars .left-module a.nav-logo {
    display: block;
    width: 112px;
    height: 49px;
    margin: 8px 0 0 16px;
}

.navbars .bread {
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
    margin-top: 16px;
    color: rgba(29, 30, 35, 0.45);
    display: inline-block;
}

.navbars .bread .home-logo {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 12px;
}

.navbars .bread .home-logo img {
    display: block;
    width: 100%;
}

.navbars .bread .tit {
    font-size: 14px;
    margin-right: 5px;
}

.navbars .bread .tit:last-child {
    color: #1d1e23;
}

.navbars .right-module {
    display: inline-block;
}

.navbars .right-module .web_site {
    height: 64px;
    width: 132px;
    border-left: 1px solid #EAEDF2;
    text-align: center;
}

.navbars .right-module .web_site span {
    padding-left: 39px;
    background: url(../img/img18.png) left center/32px no-repeat;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    height: 32px;
    line-height: 32px;
    margin-top: 17px;
    display: inline-block;
    cursor: pointer;
}

.navbars .right-module .list {
    width: 157px;
    height: 48px;
    position: relative;
    display: inline-block;
    margin-top: 16px;
}

.navbars .right-module .list .tit {
    width: 113px;
    padding-left: 44px;
    height: 48px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 44px;
    color: #1D1E23;
    position: relative;
    cursor: pointer;
}

.navbars .right-module .list .tit:before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1D1E23;
    right: 16px;
    top: 13px;
}

.navbars .right-module .list .tit:after {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    background-color: #DE0045;
    position: absolute;
    content: '';
}

.navbars .right-module .list .childer {
    width: 100%;
    position: absolute;
    left: 0;
    top: 48px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.09);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    display: none;
}

.navbars .right-module .list .childer p {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
    margin: 0;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
    background-color: #fff;
}

.navbars .right-module .list .childer p:last-child {
    border-bottom: 0;
}

.navbars .right-module .list .childer p:hover {
    background-color: #eee;
}

.navbars .right-module .list .childer p a {
    color: #666;
}

.sidebar-bg {
    height: 100%;
    width: 240px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    background-color: #1C1F30;
}

.containers {
    padding: 64px 0 0px 0;
    position: relative;
    min-height: 100vh;
}

.containers .mian {
    padding: 20px 20px 0;
    width: calc(100% - 280px);
    float: left;
}

.containers .side-bar {
    width: 240px;
    padding-top: 40px;
    min-height: 100%;
    position: relative;
    z-index: 20;
}

.containers .add-content {
    width: 216px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border: 1px dashed rgba(255, 255, 255, 0.25);
    margin: 0 auto 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
}

.containers .list {
    width: 240px;
}

.containers .list > li.web_site .item span {
    background: url(../img/img1.png) left center/24px no-repeat;
}

.containers .list > li.web_site:hover .item span, .containers .list > li.web_site.on .item span, .containers .list > li.web_site.active .item span {
    background: url(../img/img2.png) left center/24px no-repeat;
}

.containers .list > li.management .item span {
    background: url(../img/img3.png) left center/24px no-repeat;
}

.containers .list > li.management:hover .item span, .containers .list > li.management.on .item span, .containers .list > li.management.active .item span {
    background: url(../img/img4.png) left center/24px no-repeat;
}

.containers .list > li.message .item span {
    background: url(../img/img9.png) left center/24px no-repeat;
}

.containers .list > li.message:hover .item span, .containers .list > li.message.on .item span, .containers .list > li.message.active .item span {
    background: url(../img/img10.png) left center/24px no-repeat;
}

.containers .list > li.analysis .item span {
    background: url(../img/img5.png) left center/24px no-repeat;
}

.containers .list > li.analysis:hover .item span, .containers .list > li.analysis.on .item span, .containers .list > li.analysis.active .item span {
    background: url(../img/img6.png) left center/24px no-repeat;
}

.containers .list > li.configuration .item span {
    background: url(../img/img5.png) left center/24px no-repeat;
}

.containers .list > li.configuration:hover .item span, .containers .list > li.configuration.on .item span, .containers .list > li.configuration.active .item span {
    background: url(../img/img6.png) left center/24px no-repeat;
}

.containers .list > li.configuration .item span {
    background: url(../img/img7.png) left center/24px no-repeat;
}

.containers .list > li.configuration:hover .item span, .containers .list > li.configuration.on .item span, .containers .list > li.configuration.active .item span {
    background: url(../img/img8.png) left center/24px no-repeat;
}

.containers .list > li.box.arr .item span:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, 0.55);
    position: absolute;
    right: 0;
    top: 18px;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
}

.containers .list > li.box.arr:hover .item span:before, .containers .list > li.arr.on .item span:before, .containers .list > li.arr.active .item span:before {
    border-top: 5px solid #1890FF;
}

.containers .list > li.box:hover .item, .containers .list > li.box.on .item, .containers .list > li.box.active .item {
    border-left: 4px solid #1890FF;
    color: #1890FF;
}

.containers .list > li .item {
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    border-left: 4px solid #1C1F30;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    transition: all 0.16s;
    text-decoration: inherit;
    -webkit-transition: all 0.16s;
    cursor: pointer;
}

.containers .list > li .item span {
    display: block;
    width: 190px;
    margin: 0 auto;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.containers .list > li.on .item, .containers .list > li.active .item {
    border-left: 4px solid #1C1F30;
    color: #1890FF;
}

.containers .list > li .dropdown-menus {
    display: none;
}

.containers .list > li .dropdown-menus > li > .dropdown-toggle {
    display: block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-left: 4px solid #1C1F30;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    text-decoration: inherit;
    position: relative;
}

.containers .list > li .dropdown-menus > li > .dropdown-toggle span {
    display: block;
    width: 190px;
    margin: 0 auto;
    padding-left: 40px;
    color: rgba(255, 255, 255, 0.55);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
}

.containers .list > li .dropdown-menus > li > .dropdown-toggle span:before {
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 10px;
    top: 18px;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
}

.containers .list > li .dropdown-menus > li > .dropdown-toggle.cur:after {
    display: block;
    content: '';
    position: absolute;
    right: 25px;
    top: 15px;
    border-left: 5px solid rgba(255, 255, 255, 0.45);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.containers .list > li .dropdown-menus > li:hover > .dropdown-toggle span, .containers .list > li .dropdown-menus > li.on > .dropdown-toggle span, .containers .list > li .dropdown-menus > li.active > .dropdown-toggle span {
    color: #1890FF;
}

.containers .list > li .dropdown-menus > li:hover > .dropdown-toggle span:before, .containers .list > li .dropdown-menus > li.on > .dropdown-toggle span:before, .containers .list > li .dropdown-menus > li.active > .dropdown-toggle span:before {
    background-color: #1890FF;
}

.containers .list > li .dropdown-menus > li:hover > .dropdown-toggle:before, .containers .list > li .dropdown-menus > li.on > .dropdown-toggle:before, .containers .list > li .dropdown-menus > li.active > .dropdown-toggle:before {
    border-left: 5px solid #1890FF;
}

.containers .list > li .dropdown-menus > li:hover > .dropdown-toggle.cur:after, .containers .list > li .dropdown-menus > li.on > .dropdown-toggle.cur:after, .containers .list > li .dropdown-menus > li.active > .dropdown-toggle.cur:after {
    border-left: 5px solid #1890FF;
}

.containers .list > li .dropdown-menus > li:hover .dropdown-toggle span, .containers .list > li .dropdown-menus > li.on .dropdown-toggle span, .containers .list > li .dropdown-menus > li.active .dropdown-toggle span {
    color: #1890FF;
}

.containers .list > li .dropdown-menus > li:hover .dropdown-toggle span:before, .containers .list > li .dropdown-menus > li.on .dropdown-toggle span:before, .containers .list > li .dropdown-menus > li.active .dropdown-toggle span:before {
    background-color: #1890FF;
}

.containers .list > li .dropdown-menus > li .dropdown-menus {
    position: absolute;
    left: 240px;
    top: 0;
    border-radius: 4px;
    padding-left: 4px;
    width: 240px;
}

.containers .list > li .dropdown-menus > li > .dropdown-menus li {
    background-color: #1C1F30;
}

.containers .list > li .dropdown-menus > li > .dropdown-menus li:hover > .dropdown-toggle span, .containers .list > li .dropdown-menus > li > .dropdown-menus li.on > .dropdown-toggle span, .containers .list > li .dropdown-menus > li > .dropdown-menus li.active > .dropdown-toggle span {
    color: #1890FF;
}

.containers .list > li .dropdown-menus > li > .dropdown-menus li:hover > .dropdown-toggle span:before, .containers .list > li .dropdown-menus > li > .dropdown-menus li.on > .dropdown-toggle span:before, .containers .list > li .dropdown-menus > li > .dropdown-menus li.active > .dropdown-toggle span:before {
    background-color: #1890FF;
}

.containers .list > li .dropdown-menus > li > .dropdown-menus li:first-child {
    padding-top: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.containers .list > li .dropdown-menus > li > .dropdown-menus li:last-child {
    padding-bottom: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.containers .list > li .dropdown-menus > li > .dropdown-menus li .dropdown-toggle {
    display: block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-left: 4px solid #1C1F30;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
}

.containers .list > li .dropdown-menus > li > .dropdown-menus li .dropdown-toggle span {
    display: block;
    width: 190px;
    margin: 0 auto;
    padding-left: 40px;
    color: rgba(255, 255, 255, 0.55);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
}

.containers .list > li .dropdown-menus > li > .dropdown-menus li .dropdown-toggle span:before {
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 10px;
    top: 18px;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
}

.containers .list > li .dropdown-menus > li > .dropdown-menus li .dropdown-toggle:before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #1C1F30;
    right: 25px;
    top: 15px;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
}

.containers .list > li .dropdown-menus > li > .dropdown-menus li:hover > .dropdown-toggle span {
    color: #1890FF;
}

.containers .list > li .dropdown-menus > li > .dropdown-menus li:hover > .dropdown-toggle span:before {
    background-color: #1890FF;
}

@media screen and (max-width: 3000px) {
    .home_page {
        width: 100%;
    }

    .home_page .head-module {
        width: 100%;
        background-color: #fff;
        border-radius: 2px;
        margin-bottom: 20px;
    }

    .home_page .head-module .tits {
        font-size: 16px;
        color: #1D1E23;
        height: 56px;
        line-height: 56px;
        padding: 0 20px;
        border-bottom: 1px solid #EAEDF2;
    }

    .home_page .head-module ul {
        padding: 44px 20px;
    }

    .home_page .head-module ul li {
        width: 25%;
        float: left;
        padding-left: 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .home_page .head-module ul li .mbox {
        padding-left: 76px;
        display: inline-block;
    }

    .home_page .head-module ul li .mbox .pic {
        position: absolute;
        top: 0;
        left: 0;
        height: 56px;
        width: 56px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    }

    .home_page .head-module ul li .mbox .tit {
        font-size: 14px;
        color: #000;
        line-height: 1.3;
        padding: 6px 0;
    }

    .home_page .head-module ul li .mbox .fa {
        font-size: 20px;
        color: rgba(0, 0, 0, 0.85);
        line-height: 1.2;
        font-family: arial;
    }

    .home_page .top-module {
        background-color: #fff;
    }

    .home_page .top-module .headline {
        border-bottom: 1px solid #EAEDF2;
        background-color: #fff;
        font-size: 16px;
        line-height: 32px;
        height: 32px;
        padding: 12px 20px;
        position: relative;
    }

    .home_page .top-module .headline a.tit {
        margin-right: 32px;
        position: relative;
        color: #1D1E23;
        text-decoration: inherit;
        transition: all 0.16s;
        -webkit-transition: all 0.16s;
    }

    .home_page .top-module .headline a.tit.on, .home_page .top-module .headline a.tit:hover {
        color: #1890FF;
    }

    .home_page .top-module .headline a.tit:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        bottom: -12px;
        height: 2px;
        background-color: #fff;
        width: 100%;
        transition: all 0.16s;
        -webkit-transition: all 0.16s;
    }

    .home_page .top-module .headline a.tit.on:before {
        background-color: #1890FF;
    }

    .home_page .top-module .headline .web {
        height: 30px;
        line-height: 30px;
        border: 1px solid #c5c4c4;
        padding: 0 15px;
        color: #000;
        font-size: 14px;
        text-decoration: inherit;
        opacity: 0.65;
        transition: all 0s;
        -webkit-transition: all 0s;
    }

    .home_page .top-module .headline .web span {
        padding-left: 24px;
        transition: all 0s;
        -webkit-transition: all 0s;
        background: url(../img/img42.png) left center/24px no-repeat;
    }

    .home_page .top-module .headline .web:hover {
        color: #1890FF;
        opacity: 1;
        border: 1px solid #1890FF;
    }

    .home_page .top-module .headline .web:hover span {
        background: url(../img/img43.png) left center/24px no-repeat;
    }

    .home_page .top-module .headline .tip-fa {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.65);
        line-height: 30px;
        margin-right: 12px;
    }

    .home_page .top-module .record {
        padding: 30px 0px 0px;
    }

    .home_page .top-module .record .record-box {
        background-color: #fff;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .home_page .top-module .record .record-box .tit {
        font-size: 16px;
        color: #666;
        line-height: 45px;
        height: 45px;
    }

    .home_page .top-module .record .record-box .inps {
        display: block;
        width: 660px;
        line-height: 45px;
        height: 45px;
        font-size: 16px;
        color: #666;
        padding: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .home_page .top-module .chart-box {
        background-color: #fff;
    }

    .home_page .top-module .chart-box .chart {
        width: 920px;
        border-right: 1px solid #EAEDF2;
        padding: 24px 20px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .home_page .top-module .chart-box .chart .tip-fa {
        color: rgba(29, 30, 35, 0.65);
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }

    .home_page .top-module .chart-box .chart .tip-fa .more {
        color: #1890FF;
    }

    .home_page .top-module .chart-box .chart .tip-fa .time {
        width: 24px;
        height: 24px;
        background: #fff;
        border: 1px solid #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        transition: all 0.16s;
        -webkit-transition: all 0.16s;
    }

    .home_page .top-module .chart-box .chart .tip-fa .time:hover, .home_page .top-module .chart-box .chart .tip-fa .time.on {
        background: #F9F9F9;
        border: 1px solid #d8d8d8;
    }

    .home_page .top-module .chart-box .chart .broken {
        position: relative;
        height: 317px;
        width: 100%;
    }

    .home_page .top-module .chart-box .chart .broken #container {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .home_page .top-module .chart-box .growth {
        width: calc(100% - 921px);
    }

    .home_page .top-module .chart-box .growth .month_chart,
    .home_page .top-module .chart-box .growth .traffic_chart {
        padding: 24px 0px 0;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-right: 1px solid #EAEDF2;
        text-align: center;
        height: 405px;
        color: rgba(29, 30, 35, 0.65);
    }

    .home_page .top-module .chart-box .growth .month_chart .tit,
    .home_page .top-module .chart-box .growth .traffic_chart .tit {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 56px;
        padding: 0 20px;
    }

    .home_page .top-module .chart-box .growth .month_chart .tit .tt,
    .home_page .top-module .chart-box .growth .traffic_chart .tit .tt {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 24px;
        width: 24px;
        border: 1px solid #fff;
        text-align: center;
        line-height: 22px;
        margin-left: 3px;
        cursor: pointer;
    }

    .home_page .top-module .chart-box .growth .month_chart .tit .tt.on, .home_page .top-module .chart-box .growth .month_chart .tit .tt:hover,
    .home_page .top-module .chart-box .growth .traffic_chart .tit .tt.on,
    .home_page .top-module .chart-box .growth .traffic_chart .tit .tt:hover {
        border: 1px solid #EAEDF2;
    }

    .home_page .top-module .chart-box .growth .month_chart .box,
    .home_page .top-module .chart-box .growth .traffic_chart .box {
        width: 168px;
        height: 168px;
        background: url(../img/img-bg.png) center/168px no-repeat;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .home_page .top-module .chart-box .growth .month_chart .box .circle-left,
    .home_page .top-module .chart-box .growth .month_chart .box .circle-right,
    .home_page .top-module .chart-box .growth .month_chart .box .circle-lefts,
    .home_page .top-module .chart-box .growth .month_chart .box .circle-rights,
    .home_page .top-module .chart-box .growth .traffic_chart .box .circle-left,
    .home_page .top-module .chart-box .growth .traffic_chart .box .circle-right,
    .home_page .top-module .chart-box .growth .traffic_chart .box .circle-lefts,
    .home_page .top-module .chart-box .growth .traffic_chart .box .circle-rights {
        height: 172px;
        width: 172px;
        position: absolute;
        left: -1px;
        top: -1px;
    }

    .home_page .top-module .chart-box .growth .month_chart .box .circle-left,
    .home_page .top-module .chart-box .growth .month_chart .box .circle-lefts,
    .home_page .top-module .chart-box .growth .traffic_chart .box .circle-left,
    .home_page .top-module .chart-box .growth .traffic_chart .box .circle-lefts {
        background-color: #eee;
        clip: rect(0, 84px, auto, 0);
    }

    .home_page .top-module .chart-box .growth .month_chart .box .circle-right,
    .home_page .top-module .chart-box .growth .month_chart .box .circle-rights,
    .home_page .top-module .chart-box .growth .traffic_chart .box .circle-right,
    .home_page .top-module .chart-box .growth .traffic_chart .box .circle-rights {
        clip: rect(0, auto, auto, 84px);
        background-color: #eee;
    }

    .home_page .top-module .chart-box .growth .month_chart .box .circle,
    .home_page .top-module .chart-box .growth .traffic_chart .box .circle {
        width: 144px;
        height: 144px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 12px;
        top: 12px;
        text-align: center;
    }

    .home_page .top-module .chart-box .growth .month_chart .box .circle .accounted,
    .home_page .top-module .chart-box .growth .traffic_chart .box .circle .accounted {
        font-size: 28px;
        color: #1890FF;
        line-height: 1.1;
        padding: 49px 0 12px;
    }

    .home_page .top-module .chart-box .growth .month_chart .box .circle .day,
    .home_page .top-module .chart-box .growth .traffic_chart .box .circle .day {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.45);
        line-height: 1.2;
    }

    .home_page .top-module .chart-box .growth .month_chart .detaile,
    .home_page .top-module .chart-box .growth .traffic_chart .detaile {
        padding: 0 20px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.45);
        line-height: 1.3;
    }

    .home_page .top-module .chart-box .growth .month_chart .detaile span,
    .home_page .top-module .chart-box .growth .traffic_chart .detaile span {
        color: #A6E066;
    }

    .home_page .top-module .chart-box .growth .month_chart .detaile span.on,
    .home_page .top-module .chart-box .growth .traffic_chart .detaile span.on {
        color: #1890FF;
    }

    .home_page .top-module .chart-box .growth .traffic_chart {
        border-right: 0;
    }

    .home_page .top-module.on {
        background-color: transparent;
    }

    .home_page .bottom-module .list-box {
        width: calc((100% - 20px) / 2);
        background-color: #fff;
    }

    .home_page .bottom-module .list-box.on {
        margin-right: 20px;
    }

    .home_page .bottom-module .list-box .head-tit {
        height: 56px;
        line-height: 56px;
        padding: 0 20px;
        border-bottom: 1px solid #EAEDF2;
        margin-bottom: 20px;
        font-size: 16px;
        color: #1D1E23;
    }

    .home_page .bottom-module .list-box .head-tit .c-1890FF {
        color: #1890FF;
        font-size: 14px;
    }

    .home_page .bottom-module .list-box .head-tit .c-00065 {
        color: rgba(0, 0, 0, 0.65);
        font-size: 14px;
    }

    .home_page .bottom-module .list-box .list {
        padding: 0 20px 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .home_page .bottom-module .list-box .list table {
        width: 100%;
    }

    .home_page .bottom-module .list-box .list table tr th {
        height: 40px;
        line-height: 40px;
        padding-left: 16px;
        text-align: left;
    }

    .home_page .bottom-module .list-box .list table tr td {
        padding: 14px 0 14px 16px;
        font-size: 14px;
        color: #1D1E23;
        line-height: 44px;
    }

    .home_page .bottom-module .list-box .list table tr td .id {
        height: 44px;
        line-height: 44px;
        width: 44px;
        text-align: center;
    }

    .home_page .bottom-module .list-box .list table tr td .mbox .pic {
        width: 44px;
        height: 44px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #efefef;
        margin-right: 12px;
    }

    .home_page .bottom-module .list-box .list table tr td .mbox .tit {
        width: calc(100% - 56px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 44px;
        line-height: 44px;
    }

    .home_page .bottom-module .list-box .list table tr:nth-child(2) .id {
        font-size: 0;
        background: url(../img/img44.png) center/32px no-repeat;
    }

    .home_page .bottom-module .list-box .list table tr:nth-child(3) .id {
        font-size: 0;
        background: url(../img/img45.png) center/32px no-repeat;
    }

    .home_page .bottom-module .list-box .list table tr:nth-child(4) .id {
        font-size: 0;
        background: url(../img/img46.png) center/32px no-repeat;
    }

    .home_page .bottom-module .list-box .list table tr:nth-child(odd) {
        background-color: #F9F9F9;
    }

    .home_page .bottom-module .list-box .list .btn-more {
        height: 40px;
        line-height: 38px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #e1e1e5;
        text-align: center;
        font-size: 14px;
        color: #1890FF;
        margin-top: 20px;
        cursor: pointer;
    }

    .home_page .tip-bg {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 50;
        width: 100%;
        height: 100%;
        display: none;
        background-color: rgba(0, 0, 0, 0.65);
    }

    .home_page .tip-box-list {
        position: fixed;
        left: 50%;
        top: 50%;
        display: none;
        background-color: #fff;
        border-radius: 6px;
        overflow: hidden;
        width: 810px;
        height: 600px;
        margin: -300px 0 0 -405px;
        z-index: 51;
    }

    .home_page .tip-box-list .tits {
        height: 56px;
        line-height: 56px;
        padding: 0 20px;
        background-color: #FAFAFA;
        position: relative;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.65);
        margin-bottom: 20px;
    }

    .home_page .tip-box-list .tits .point {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-top: 16px;
        cursor: pointer;
        background: url(../img/img47.png) center no-repeat;
    }

    .home_page .tip-box-list .list {
        padding: 0 20px;
        margin-bottom: 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .home_page .tip-box-list .list table {
        width: 100%;
    }

    .home_page .tip-box-list .list table tr th {
        height: 40px;
        line-height: 40px;
        padding-left: 16px;
        text-align: left;
    }

    .home_page .tip-box-list .list table tr td {
        padding: 14px 0 14px 16px;
        font-size: 14px;
        color: #1D1E23;
        line-height: 44px;
    }

    .home_page .tip-box-list .list table tr td .id {
        height: 44px;
        line-height: 44px;
        width: 44px;
        text-align: center;
    }

    .home_page .tip-box-list .list table tr td .mbox .pic {
        width: 44px;
        height: 44px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #efefef;
        margin-right: 12px;
    }

    .home_page .tip-box-list .list table tr td .mbox .tit {
        width: calc(100% - 56px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 44px;
        line-height: 44px;
    }

    .home_page .tip-box-list .list table tr.one .id {
        font-size: 0;
        background: url(../img/img44.png) center/32px no-repeat;
    }

    .home_page .tip-box-list .list table tr.two .id {
        font-size: 0;
        background: url(../img/img45.png) center/32px no-repeat;
    }

    .home_page .tip-box-list .list table tr.three .id {
        font-size: 0;
        background: url(../img/img46.png) center/32px no-repeat;
    }

    .home_page .tip-box-list .list table tr:nth-child(odd) {
        background-color: #F9F9F9;
    }

    .home_page {
        float: left;
    }

    .home_page.on {
        width: calc(100% - 320px);
    }

    .home_page.on .top-module .chart-box .chart {
        width: 660px;
    }

    .home_page.on .top-module .chart-box .growth {
        width: calc(100% - 660px);
    }

    .user-state-bg {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #fbfbfb;
        width: 320px;
    }

    .user-state {
        position: relative;
        z-index: 10;
        width: 320px;
        min-height: 100vh;
        background: #fbfbfb;
        margin: -20px -20px 0 0;
    }

    .user-state .user {
        width: 100%;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .user-state .user .tit {
        font-size: 16px;
        color: #1D1E23;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .user-state .user table {
        width: 100%;
        border: 0;
    }

    .user-state .user table td {
        font-size: 14px;
        padding: 3px 3px 3px 0;
        color: rgba(0, 0, 0, 0.65);
    }

    .user-state .level {
        padding: 16px 0px 24px 20px;
        background-color: #fff;
        border-bottom: 1px solid #e9e9e9;
    }

    .user-state .level .tit {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.65);
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .user-state .level .tit span {
        color: #7ED321;
    }

    .user-state .level .mbox {
        height: 8px;
    }

    .user-state .level .mbox span {
        display: inline-block;
        float: left;
        width: 69px;
        height: 8px;
        background: #E9E9E9;
        margin-right: 2px;
    }

    .user-state .level .mbox span.on {
        background: #7ED321;
    }

    .user-state .server {
        background-color: #fff;
        padding: 20px 10px 22px 20px;
    }

    .user-state .server .tit {
        font-size: 16px;
        color: #1D1E23;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .user-state .server table {
        width: 100%;
        border: 0;
    }

    .user-state .server table td {
        font-size: 14px;
        padding: 3px 3px 3px 0;
        color: rgba(0, 0, 0, 0.65);
    }

    .user-state .server table td span {
        width: 36px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 5px;
        color: #fff;
        display: inline-block;
        text-align: center;
    }

    .user-state .server table td span.on {
        background: #7ED321;
    }

    .user-state .server table td span.cur {
        background: #898888;
    }

    .user-state .server .detaile {
        font-size: 14px;
        background: #FAFAFA;
        border: 1px solid #e5e5e5;
        text-align: center;
        height: 40px;
        line-height: 40px;
        width: 280px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .user-state .server .detaile span {
        color: #E87093;
    }

    .user-state .server .hot_server {
        width: 280px;
        height: 82px;
        position: relative;
    }

    .user-state .server .hot_server .fa {
        font-size: 14px;
        color: #fff;
        line-height: 1.2;
        padding: 17px 0 12px 20px;
    }

    .user-state .server .hot_server .phone {
        font-size: 20px;
        color: #FFF;
        line-height: 1.2;
        padding-left: 20px;
    }

    .user-state .problem {
        padding: 20px 20px;
    }

    .user-state .problem .tit {
        font-size: 16px;
        color: #1D1E23;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .user-state .problem ul li {
        padding-left: 24px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .user-state .problem ul li a {
        color: rgba(0, 0, 0, 0.65);
        text-decoration: inherit;
    }

    .user-state .problem ul li:before {
        width: 6px;
        height: 6px;
        border: 1px solid #dfdfdf;
        border-radius: 50%;
        position: absolute;
        background-color: #fff;
        left: 0;
        top: 5px;
        content: '';
        display: block;
        transition: all 0.16s;
        -webkit-transition: all 0.16s;
    }

    .user-state .problem ul li:hover:before {
        border: 2px solid #ED89A6;
    }

    .home_page {
        float: left;
    }

    .home_page.index {
        width: 100%;
    }

    .home_page.index .top-module .chart-box .chart {
        width: 100%;
    }

    .home_page.index .top-module .chart-box .chart .broken {
        height: 390px;
    }

    .home_page.index .top-module .chart-box .growth {
        width: 100%;
        border-top: 20px solid #EAEDF2;
    }

    .home_page.index .top-module .chart-box .growth .month_chart .index-box,
    .home_page.index .top-module .chart-box .growth .traffic_chart .index-box {
        width: 450px;
        margin: 0 auto 40px;
    }

    .home_page.index .top-module .chart-box .growth .month_chart .index-box .circle-box,
    .home_page.index .top-module .chart-box .growth .traffic_chart .index-box .circle-box {
        margin: 0;
        float: left;
    }

    .home_page.index .top-module .chart-box .growth .month_chart .index-box .detaile,
    .home_page.index .top-module .chart-box .growth .traffic_chart .index-box .detaile {
        float: right;
        width: calc(100% - 252px);
        font-size: 14px;
        color: #666;
        line-height: 1.4;
        padding: 45px 0 0 0;
        text-align: left;
    }

    .home_page.index .top-module .chart-box .growth .month_chart .index-box .detaile div,
    .home_page.index .top-module .chart-box .growth .traffic_chart .index-box .detaile div {
        margin-bottom: 10px;
    }

    .home_page.index .top-module .chart-box .growth .month_chart .index-box .detaile div span,
    .home_page.index .top-module .chart-box .growth .traffic_chart .index-box .detaile div span {
        color: #1890FF;
        margin-left: 5px;
    }
}

@media screen and (max-width: 1650px) {
    .home_page .top-module .chart-box .chart {
        width: 100%;
        border-right: 0;
    }

    .home_page .top-module .chart-box .growth {
        width: 100%;
        border-top: 20px solid #EAEDF2;
    }

    .home_page .top-module .chart-box .growth .month_chart,
    .home_page .top-module .chart-box .growth .traffic_chart {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .home_page .top-module .chart-box .growth .month_chart .tit .tt,
    .home_page .top-module .chart-box .growth .traffic_chart .tit .tt {
        margin-left: 17px;
    }

    .home_page.on .top-module .chart-box .chart {
        width: 100%;
    }

    .home_page.on .top-module .chart-box .growth {
        width: 100%;
    }
}

@media screen and (max-width: 1450px) {
    .home_page .head-module ul {
        padding: 44px 20px;
    }

    .home_page .head-module ul li {
        width: 50%;
        padding-left: 5%;
    }

    .home_page .head-module ul li:nth-child(3), .home_page .head-module ul li:nth-child(4) {
        margin-top: 35px;
    }

    .home_page.on .top-module .headline {
        margin-bottom: 50px;
    }

    .home_page.on .top-module .headline .web,
    .home_page.on .top-module .headline .tip-fa {
        position: absolute;
        right: 20px;
        top: 70px;
    }

    .home_page.on .top-module .headline .tip-fa {
        right: 135px;
    }

    .home_page.on .bottom-module .list-box {
        width: 100%;
    }

    .home_page.on .bottom-module .list-box:last-child {
        border-top: 20px solid #EAEDF2;
    }

    .home_page.index .top-module .chart-box .growth .month_chart .index-box,
    .home_page.index .top-module .chart-box .growth .traffic_chart .index-box {
        width: 400px;
    }

    .home_page.index .top-module .chart-box .growth .month_chart .index-box .detaile,
    .home_page.index .top-module .chart-box .growth .traffic_chart .index-box .detaile {
        width: calc(100% - 210px);
    }
}

/*添加新单页-招聘模块（编辑招聘,添加招聘）*/
.single_page,
.recruit-editor,
.recruit-create,
.system-log {
    width: 100%;
    background-color: #fff;
}

.single_page .titles,
.recruit-editor .titles,
.recruit-create .titles,
.system-log .titles {
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    border-bottom: 1px solid #E1E1E5;
    font-size: 16px;
    color: #1D1E23;
}

.single_page .titles a.return,
.recruit-editor .titles a.return,
.recruit-create .titles a.return,
.system-log .titles a.return {
    width: 82px;
    height: 32px;
    line-height: 32px;
    position: relative;
    padding-left: 30px;
    text-align: center;
    font-size: 14px;
    color: #1D1E23;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    text-decoration: inherit;
    margin-top: 12px;
}

.single_page .titles a.return span,
.recruit-editor .titles a.return span,
.recruit-create .titles a.return span,
.system-log .titles a.return span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 32px;
    border-right: 1px solid #D9D9D9;
    background: url(../img/img23.png) center/24px no-repeat;
}

.single_page .max-box,
.recruit-editor .max-box,
.recruit-create .max-box,
.system-log .max-box {
    padding: 20px 20px 32px;
}

.single_page .max-box .content-module,
.recruit-editor .max-box .content-module,
.recruit-create .max-box .content-module,
.system-log .max-box .content-module {
    border: 1px solid #e1e1e5;
}

.single_page .max-box .content-module .subtitle,
.recruit-editor .max-box .content-module .subtitle,
.recruit-create .max-box .content-module .subtitle,
.system-log .max-box .content-module .subtitle {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #E1E1E5;
    background-color: #fff;
}

.single_page .max-box .content-module .subtitle span,
.recruit-editor .max-box .content-module .subtitle span,
.recruit-create .max-box .content-module .subtitle span,
.system-log .max-box .content-module .subtitle span {
    font-size: 14px;
    color: rgba(29, 30, 35, 0.45);
    margin-left: 8px;
}

.single_page .max-box .content-module .boxed,
.recruit-editor .max-box .content-module .boxed,
.recruit-create .max-box .content-module .boxed,
.system-log .max-box .content-module .boxed {
    padding: 40px 0;
}

.single_page .max-box .content-module .boxed .box,
.recruit-editor .max-box .content-module .boxed .box,
.recruit-create .max-box .content-module .boxed .box,
.system-log .max-box .content-module .boxed .box {
    border-top: 0;
    font-size: 14px;
    color: #1D1E23;
}

.single_page .max-box .content-module .boxed .box .span,
.recruit-editor .max-box .content-module .boxed .box .span,
.recruit-create .max-box .content-module .boxed .box .span,
.system-log .max-box .content-module .boxed .box .span {
    height: 32px;
    line-height: 32px;
    width: 110px;
    text-align: right;
}

.single_page .max-box .content-module .boxed .box .mbox,
.recruit-editor .max-box .content-module .boxed .box .mbox,
.recruit-create .max-box .content-module .boxed .box .mbox,
.system-log .max-box .content-module .boxed .box .mbox {
    width: calc(100% - 170px);
    max-width: 800px;
    margin-left: 8px;
}

.single_page .max-box .content-module .boxed .box .mbox .input,
.recruit-editor .max-box .content-module .boxed .box .mbox .input,
.recruit-create .max-box .content-module .boxed .box .mbox .input,
.system-log .max-box .content-module .boxed .box .mbox .input {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #dadada;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single_page .max-box .content-module .boxed .box .mbox .input.wid-on,
.recruit-editor .max-box .content-module .boxed .box .mbox .input.wid-on,
.recruit-create .max-box .content-module .boxed .box .mbox .input.wid-on,
.system-log .max-box .content-module .boxed .box .mbox .input.wid-on {
    width: calc(100% - 100px);
}

.single_page .max-box .content-module .boxed .box .mbox #btn-seo,
.recruit-editor .max-box .content-module .boxed .box .mbox #btn-seo,
.recruit-create .max-box .content-module .boxed .box .mbox #btn-seo,
.system-log .max-box .content-module .boxed .box .mbox #btn-seo {
    margin-top: 5px;
}

.single_page .max-box .content-module .boxed .box .mbox #edui1,
.recruit-editor .max-box .content-module .boxed .box .mbox #edui1,
.recruit-create .max-box .content-module .boxed .box .mbox #edui1,
.system-log .max-box .content-module .boxed .box .mbox #edui1 {
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single_page .max-box .content-module .boxed .box .mbox #edui1 #edui1_iframeholder,
.recruit-editor .max-box .content-module .boxed .box .mbox #edui1 #edui1_iframeholder,
.recruit-create .max-box .content-module .boxed .box .mbox #edui1 #edui1_iframeholder,
.system-log .max-box .content-module .boxed .box .mbox #edui1 #edui1_iframeholder {
    width: 100% !important;
}

.single_page .max-box .content-module .boxed .box .mbox .btn-success,
.recruit-editor .max-box .content-module .boxed .box .mbox .btn-success,
.recruit-create .max-box .content-module .boxed .box .mbox .btn-success,
.system-log .max-box .content-module .boxed .box .mbox .btn-success {
    width: 120px;
    text-align: center;
    padding: 0;
}

.single_page .max-box .content-module .boxed .box .mbox .btn-success.pictures,
.recruit-editor .max-box .content-module .boxed .box .mbox .btn-success.pictures,
.recruit-create .max-box .content-module .boxed .box .mbox .btn-success.pictures,
.system-log .max-box .content-module .boxed .box .mbox .btn-success.pictures {
    width: 100px;
    height: 100px;
    border: 1px dashed #cccccc;
    background: url(../img/img40.png) center/40px no-repeat;
}

.single_page .max-box .content-module .boxed .box .mbox .btn-success.pictures input[type="file"],
.recruit-editor .max-box .content-module .boxed .box .mbox .btn-success.pictures input[type="file"],
.recruit-create .max-box .content-module .boxed .box .mbox .btn-success.pictures input[type="file"],
.system-log .max-box .content-module .boxed .box .mbox .btn-success.pictures input[type="file"] {
    display: block;
    width: 100%;
    height: 100%;
}

.single_page .max-box .content-module .boxed .box .mbox .tip-fa-box,
.recruit-editor .max-box .content-module .boxed .box .mbox .tip-fa-box,
.recruit-create .max-box .content-module .boxed .box .mbox .tip-fa-box,
.system-log .max-box .content-module .boxed .box .mbox .tip-fa-box {
    height: 32px;
    line-height: 32px;
    border: 1px solid #e9e9e9;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 0;
    color: #999;
}

.single_page .max-box .content-module .boxed .box .mbox .picture,
.recruit-editor .max-box .content-module .boxed .box .mbox .picture,
.recruit-create .max-box .content-module .boxed .box .mbox .picture,
.system-log .max-box .content-module .boxed .box .mbox .picture {
    height: 32px;
    line-height: 32px;
}

.single_page .max-box .content-module .boxed .box .mbox .picture .radio,
.recruit-editor .max-box .content-module .boxed .box .mbox .picture .radio,
.recruit-create .max-box .content-module .boxed .box .mbox .picture .radio,
.system-log .max-box .content-module .boxed .box .mbox .picture .radio {
    margin: 0 4px 0 0;
}

.single_page .max-box .content-module .boxed .box .mbox .picture span,
.recruit-editor .max-box .content-module .boxed .box .mbox .picture span,
.recruit-create .max-box .content-module .boxed .box .mbox .picture span,
.system-log .max-box .content-module .boxed .box .mbox .picture span {
    margin-right: 10px;
}

.single_page .max-box .content-module .boxed .box .mbox.textarea,
.recruit-editor .max-box .content-module .boxed .box .mbox.textarea,
.recruit-create .max-box .content-module .boxed .box .mbox.textarea,
.system-log .max-box .content-module .boxed .box .mbox.textarea {
    height: 120px;
}

.single_page .max-box .content-module .boxed .box .mbox.textarea textarea,
.recruit-editor .max-box .content-module .boxed .box .mbox.textarea textarea,
.recruit-create .max-box .content-module .boxed .box .mbox.textarea textarea,
.system-log .max-box .content-module .boxed .box .mbox.textarea textarea {
    height: 120px;
    line-height: 1.5;
    padding: 6px 10px;
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*.single_page .max-box .content-module .boxed .box .mbox.document,
            .recruit-editor .max-box .content-module .boxed .box .mbox.document,
            .recruit-create .max-box .content-module .boxed .box .mbox.document,
            .system-log .max-box .content-module .boxed .box .mbox.document {
              height: 500px; }
              .single_page .max-box .content-module .boxed .box .mbox.document #edui1_iframeholder,
              .recruit-editor .max-box .content-module .boxed .box .mbox.document #edui1_iframeholder,
              .recruit-create .max-box .content-module .boxed .box .mbox.document #edui1_iframeholder,
              .system-log .max-box .content-module .boxed .box .mbox.document #edui1_iframeholder {
                height: 442px !important; }*/
.single_page .max-box .content-module .boxed .box .mbox .nav-tabs,
.recruit-editor .max-box .content-module .boxed .box .mbox .nav-tabs,
.recruit-create .max-box .content-module .boxed .box .mbox .nav-tabs,
.system-log .max-box .content-module .boxed .box .mbox .nav-tabs {
    border-bottom: 0;
}

.single_page .max-box .content-module .boxed .box .mbox .nav-tabs li,
.recruit-editor .max-box .content-module .boxed .box .mbox .nav-tabs li,
.recruit-create .max-box .content-module .boxed .box .mbox .nav-tabs li,
.system-log .max-box .content-module .boxed .box .mbox .nav-tabs li {
    height: 34px;
    line-height: 34px;
}

.single_page .max-box .content-module .boxed .box .mbox .nav-tabs li a,
.recruit-editor .max-box .content-module .boxed .box .mbox .nav-tabs li a,
.recruit-create .max-box .content-module .boxed .box .mbox .nav-tabs li a,
.system-log .max-box .content-module .boxed .box .mbox .nav-tabs li a {
    color: #555555;
}

.single_page .max-box .content-module .boxed .box .mbox .nav-tabs li.active a,
.recruit-editor .max-box .content-module .boxed .box .mbox .nav-tabs li.active a,
.recruit-create .max-box .content-module .boxed .box .mbox .nav-tabs li.active a,
.system-log .max-box .content-module .boxed .box .mbox .nav-tabs li.active a {
    color: #1890FF;
}

.single_page .max-box .content-module .boxed .box .mbox .tab-content,
.recruit-editor .max-box .content-module .boxed .box .mbox .tab-content,
.recruit-create .max-box .content-module .boxed .box .mbox .tab-content,
.system-log .max-box .content-module .boxed .box .mbox .tab-content {
    border: 1px solid #ddd;
}

.single_page .max-box .content-module .boxed .box .mbox .tab-content #edui1,
.recruit-editor .max-box .content-module .boxed .box .mbox .tab-content #edui1,
.recruit-create .max-box .content-module .boxed .box .mbox .tab-content #edui1,
.system-log .max-box .content-module .boxed .box .mbox .tab-content #edui1 {
    border: 0;
}

.single_page .max-box .content-module .boxed .box .mbox .tab-content .uefull,
.recruit-editor .max-box .content-module .boxed .box .mbox .tab-content .uefull,
.recruit-create .max-box .content-module .boxed .box .mbox .tab-content .uefull,
.system-log .max-box .content-module .boxed .box .mbox .tab-content .uefull {
    margin-bottom: 0;
}

.single_page .max-box .content-module .boxed .box .mbox .input-datepicker,
.single_page .max-box .content-module .boxed .box .mbox input[type="text"],
.recruit-editor .max-box .content-module .boxed .box .mbox .input-datepicker,
.recruit-editor .max-box .content-module .boxed .box .mbox input[type="text"],
.recruit-create .max-box .content-module .boxed .box .mbox .input-datepicker,
.recruit-create .max-box .content-module .boxed .box .mbox input[type="text"],
.system-log .max-box .content-module .boxed .box .mbox .input-datepicker,
.system-log .max-box .content-module .boxed .box .mbox input[type="text"] {
    margin-bottom: 0 !important;
}

.single_page .max-box .content-module .boxed #js-photo-show,
.single_page .max-box .content-module .boxed #js-files-show,
.recruit-editor .max-box .content-module .boxed #js-photo-show,
.recruit-editor .max-box .content-module .boxed #js-files-show,
.recruit-create .max-box .content-module .boxed #js-photo-show,
.recruit-create .max-box .content-module .boxed #js-files-show,
.system-log .max-box .content-module .boxed #js-photo-show,
.system-log .max-box .content-module .boxed #js-files-show {
    padding-left: 128px;
}

.single_page .max-box .content-module .boxed #js-photo-show .img-list,
.single_page .max-box .content-module .boxed #js-files-show .img-list,
.recruit-editor .max-box .content-module .boxed #js-photo-show .img-list,
.recruit-editor .max-box .content-module .boxed #js-files-show .img-list,
.recruit-create .max-box .content-module .boxed #js-photo-show .img-list,
.recruit-create .max-box .content-module .boxed #js-files-show .img-list,
.system-log .max-box .content-module .boxed #js-photo-show .img-list,
.system-log .max-box .content-module .boxed #js-files-show .img-list {
    margin: 0 8px 8px 0;
    float: left;
}

.single_page .max-box .content-module .boxed .boxed-footer,
.recruit-editor .max-box .content-module .boxed .boxed-footer,
.recruit-create .max-box .content-module .boxed .boxed-footer,
.system-log .max-box .content-module .boxed .boxed-footer {
    padding: 10px 0 10px 128px;
    background-color: #fff;
    margin-top: 35px;
    background-image: none;
    border: 0;
}

.single_page .max-box .content-module .boxed .boxed-footer input,
.recruit-editor .max-box .content-module .boxed .boxed-footer input,
.recruit-create .max-box .content-module .boxed .boxed-footer input,
.system-log .max-box .content-module .boxed .boxed-footer input {
    width: 146px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    color: #fff;
}

.single_page .max-box .content-module .boxed .boxed-footer input[type="submit"],
.recruit-editor .max-box .content-module .boxed .boxed-footer input[type="submit"],
.recruit-create .max-box .content-module .boxed .boxed-footer input[type="submit"],
.system-log .max-box .content-module .boxed .boxed-footer input[type="submit"] {
    background: #1890FF;
}

.single_page .max-box .content-module .boxed .boxed-footer input[type="reset"],
.recruit-editor .max-box .content-module .boxed .boxed-footer input[type="reset"],
.recruit-create .max-box .content-module .boxed .boxed-footer input[type="reset"],
.system-log .max-box .content-module .boxed .boxed-footer input[type="reset"] {
    background: #F5222D;
}

.single_page .max-box .content-module .boxed .tip-fa,
.recruit-editor .max-box .content-module .boxed .tip-fa,
.recruit-create .max-box .content-module .boxed .tip-fa,
.system-log .max-box .content-module .boxed .tip-fa {
    padding-left: 128px;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}

.single_page .max-box .seo-module,
.single_page .max-box .other-module,
.recruit-editor .max-box .seo-module,
.recruit-editor .max-box .other-module,
.recruit-create .max-box .seo-module,
.recruit-create .max-box .other-module,
.system-log .max-box .seo-module,
.system-log .max-box .other-module {
    margin-top: 20px;
    background: #FAFAFA;
    border: 1px solid #e1e1e5;
}

.single_page .max-box .seo-module .title,
.single_page .max-box .other-module .title,
.recruit-editor .max-box .seo-module .title,
.recruit-editor .max-box .other-module .title,
.recruit-create .max-box .seo-module .title,
.recruit-create .max-box .other-module .title,
.system-log .max-box .seo-module .title,
.system-log .max-box .other-module .title {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #E1E1E5;
    background-color: #fff;
}

.single_page .max-box .seo-module .title span,
.single_page .max-box .other-module .title span,
.recruit-editor .max-box .seo-module .title span,
.recruit-editor .max-box .other-module .title span,
.recruit-create .max-box .seo-module .title span,
.recruit-create .max-box .other-module .title span,
.system-log .max-box .seo-module .title span,
.system-log .max-box .other-module .title span {
    font-size: 14px;
    color: rgba(29, 30, 35, 0.45);
    margin-left: 8px;
}

.single_page .max-box .seo-module .boxed,
.single_page .max-box .other-module .boxed,
.recruit-editor .max-box .seo-module .boxed,
.recruit-editor .max-box .other-module .boxed,
.recruit-create .max-box .seo-module .boxed,
.recruit-create .max-box .other-module .boxed,
.system-log .max-box .seo-module .boxed,
.system-log .max-box .other-module .boxed {
    padding: 40px 0;
}

.single_page .max-box .seo-module .boxed .box,
.single_page .max-box .other-module .boxed .box,
.recruit-editor .max-box .seo-module .boxed .box,
.recruit-editor .max-box .other-module .boxed .box,
.recruit-create .max-box .seo-module .boxed .box,
.recruit-create .max-box .other-module .boxed .box,
.system-log .max-box .seo-module .boxed .box,
.system-log .max-box .other-module .boxed .box {
    border-top: 0;
    font-size: 14px;
    color: #1D1E23;
}

.single_page .max-box .seo-module .boxed .box .span,
.single_page .max-box .other-module .boxed .box .span,
.recruit-editor .max-box .seo-module .boxed .box .span,
.recruit-editor .max-box .other-module .boxed .box .span,
.recruit-create .max-box .seo-module .boxed .box .span,
.recruit-create .max-box .other-module .boxed .box .span,
.system-log .max-box .seo-module .boxed .box .span,
.system-log .max-box .other-module .boxed .box .span {
    height: 32px;
    line-height: 32px;
    width: 110px;
    text-align: right;
}

.single_page .max-box .seo-module .boxed .box .mbox,
.single_page .max-box .other-module .boxed .box .mbox,
.recruit-editor .max-box .seo-module .boxed .box .mbox,
.recruit-editor .max-box .other-module .boxed .box .mbox,
.recruit-create .max-box .seo-module .boxed .box .mbox,
.recruit-create .max-box .other-module .boxed .box .mbox,
.system-log .max-box .seo-module .boxed .box .mbox,
.system-log .max-box .other-module .boxed .box .mbox {
    width: calc(100% - 170px);
    max-width: 800px;
    margin-left: 8px;
}

.single_page .max-box .seo-module .boxed .box .mbox.textarea,
.single_page .max-box .other-module .boxed .box .mbox.textarea,
.recruit-editor .max-box .seo-module .boxed .box .mbox.textarea,
.recruit-editor .max-box .other-module .boxed .box .mbox.textarea,
.recruit-create .max-box .seo-module .boxed .box .mbox.textarea,
.recruit-create .max-box .other-module .boxed .box .mbox.textarea,
.system-log .max-box .seo-module .boxed .box .mbox.textarea,
.system-log .max-box .other-module .boxed .box .mbox.textarea {
    height: 120px;
}

.single_page .max-box .seo-module .boxed .box .mbox.textarea textarea,
.single_page .max-box .other-module .boxed .box .mbox.textarea textarea,
.recruit-editor .max-box .seo-module .boxed .box .mbox.textarea textarea,
.recruit-editor .max-box .other-module .boxed .box .mbox.textarea textarea,
.recruit-create .max-box .seo-module .boxed .box .mbox.textarea textarea,
.recruit-create .max-box .other-module .boxed .box .mbox.textarea textarea,
.system-log .max-box .seo-module .boxed .box .mbox.textarea textarea,
.system-log .max-box .other-module .boxed .box .mbox.textarea textarea {
    height: 120px;
    line-height: 1.5;
    padding: 6px 10px;
    resize: none;
}

.single_page .max-box .seo-module .boxed .box .mbox .input,
.single_page .max-box .other-module .boxed .box .mbox .input,
.recruit-editor .max-box .seo-module .boxed .box .mbox .input,
.recruit-editor .max-box .other-module .boxed .box .mbox .input,
.recruit-create .max-box .seo-module .boxed .box .mbox .input,
.recruit-create .max-box .other-module .boxed .box .mbox .input,
.system-log .max-box .seo-module .boxed .box .mbox .input,
.system-log .max-box .other-module .boxed .box .mbox .input {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #dadada;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.single_page .max-box .seo-module .boxed .box .mbox .picture,
.single_page .max-box .other-module .boxed .box .mbox .picture,
.recruit-editor .max-box .seo-module .boxed .box .mbox .picture,
.recruit-editor .max-box .other-module .boxed .box .mbox .picture,
.recruit-create .max-box .seo-module .boxed .box .mbox .picture,
.recruit-create .max-box .other-module .boxed .box .mbox .picture,
.system-log .max-box .seo-module .boxed .box .mbox .picture,
.system-log .max-box .other-module .boxed .box .mbox .picture {
    height: 32px;
    line-height: 32px;
}

.single_page .max-box .seo-module .boxed .box .mbox .picture .radio,
.single_page .max-box .other-module .boxed .box .mbox .picture .radio,
.recruit-editor .max-box .seo-module .boxed .box .mbox .picture .radio,
.recruit-editor .max-box .other-module .boxed .box .mbox .picture .radio,
.recruit-create .max-box .seo-module .boxed .box .mbox .picture .radio,
.recruit-create .max-box .other-module .boxed .box .mbox .picture .radio,
.system-log .max-box .seo-module .boxed .box .mbox .picture .radio,
.system-log .max-box .other-module .boxed .box .mbox .picture .radio {
    margin: 0 4px 0 0;
}

.single_page .max-box .seo-module .boxed .box .mbox .picture span,
.single_page .max-box .other-module .boxed .box .mbox .picture span,
.recruit-editor .max-box .seo-module .boxed .box .mbox .picture span,
.recruit-editor .max-box .other-module .boxed .box .mbox .picture span,
.recruit-create .max-box .seo-module .boxed .box .mbox .picture span,
.recruit-create .max-box .other-module .boxed .box .mbox .picture span,
.system-log .max-box .seo-module .boxed .box .mbox .picture span,
.system-log .max-box .other-module .boxed .box .mbox .picture span {
    margin-right: 10px;
}

.single_page .max-box .module-buttom,
.recruit-editor .max-box .module-buttom,
.recruit-create .max-box .module-buttom,
.system-log .max-box .module-buttom {
    margin-top: 20px;
    padding-left: 128px;
    position: relative;
}

.single_page .max-box .module-buttom .confirm,
.recruit-editor .max-box .module-buttom .confirm,
.recruit-create .max-box .module-buttom .confirm,
.system-log .max-box .module-buttom .confirm {
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #1890FF;
    cursor: pointer;
}

.single_page .max-box .module-buttom .remove,
.recruit-editor .max-box .module-buttom .remove,
.recruit-create .max-box .module-buttom .remove,
.system-log .max-box .module-buttom .remove {
    background: #F5222D;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-left: 8px;
}

.single_page .max-box .boxed-footer,
.recruit-editor .max-box .boxed-footer,
.recruit-create .max-box .boxed-footer,
.system-log .max-box .boxed-footer {
    padding: 10px 0 10px 128px;
    background-color: #fff;
    margin-top: 35px;
    background-image: none;
    border: 0;
}

.single_page .max-box .boxed-footer input,
.recruit-editor .max-box .boxed-footer input,
.recruit-create .max-box .boxed-footer input,
.system-log .max-box .boxed-footer input {
    width: 146px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    color: #fff;
}

.single_page .max-box .boxed-footer input[type="submit"],
.recruit-editor .max-box .boxed-footer input[type="submit"],
.recruit-create .max-box .boxed-footer input[type="submit"],
.system-log .max-box .boxed-footer input[type="submit"] {
    background: #1890FF;
}

.single_page .max-box .boxed-footer input[type="reset"],
.recruit-editor .max-box .boxed-footer input[type="reset"],
.recruit-create .max-box .boxed-footer input[type="reset"],
.system-log .max-box .boxed-footer input[type="reset"] {
    background: #F5222D;
}

.single_page .max-box form,
.recruit-editor .max-box form,
.recruit-create .max-box form,
.system-log .max-box form {
    position: relative;
    z-index: 2;
}

.recruitment {
    width: 100%;
    background-color: #fff;
}

.recruitment .titles {
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    border-bottom: 1px solid #E1E1E5;
    font-size: 16px;
    color: #1D1E23;
}

.recruitment .titles .recycle-btn {
    width: 79px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #D9D9D9;
    text-align: center;
    font-size: 14px;
    color: #1D1E23;
    padding-left: 33px;
    position: relative;
    margin-top: 12px;
    cursor: pointer;
    text-decoration: inherit;
}

.recruitment .titles .recycle-btn span {
    display: inline-block;
    width: 32px;
    height: 30px;
    background: url(../img/img20.png) center/24px no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    border-right: 1px solid #D9D9D9;
}

.recruitment .titles a.return {
    width: 82px;
    height: 32px;
    line-height: 32px;
    position: relative;
    padding-left: 30px;
    text-align: center;
    font-size: 14px;
    color: #1D1E23;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    text-decoration: inherit;
    margin-top: 12px;
}

.recruitment .titles a.return span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 32px;
    border-right: 1px solid #D9D9D9;
    background: url(../img/img23.png) center/24px no-repeat;
}

.recruitment .titles .breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.recruitment .boxed {
    padding: 20px 20px 26px;
}

.recruitment .boxed .add-recruit {
    width: 100%;
    margin-bottom: 20px;
}

.recruitment .boxed .add-recruit .btn-recruit,
.recruitment .boxed .add-recruit .btn-download,
.recruitment .boxed .add-recruit .down-data {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px dashed #AFB1BF;
    text-align: center;
    font-size: 14px;
    color: #1D1E23;
    display: block;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
}

.recruitment .boxed .add-recruit .btn-recruit span,
.recruitment .boxed .add-recruit .btn-recruit .down,
.recruitment .boxed .add-recruit .btn-download span,
.recruitment .boxed .add-recruit .btn-download .down,
.recruitment .boxed .add-recruit .down-data span,
.recruitment .boxed .add-recruit .down-data .down {
    display: inline-block;
    padding-left: 34px;
    background: url(../img/img21.png) left center/24px no-repeat;
    height: 40px;
    transition: background 0.16s;
    -webkit-transition: background 0.16s;
}

.recruitment .boxed .add-recruit .btn-recruit .down,
.recruitment .boxed .add-recruit .btn-download .down,
.recruitment .boxed .add-recruit .down-data .down {
    background: url(../img/img42.png) left center/24px no-repeat;
}

.recruitment .boxed .add-recruit .btn-recruit:hover,
.recruitment .boxed .add-recruit .btn-download:hover,
.recruitment .boxed .add-recruit .down-data:hover {
    border: 1px dashed #1890FF;
    color: #1890FF;
}

.recruitment .boxed .add-recruit .btn-recruit:hover span,
.recruitment .boxed .add-recruit .btn-download:hover span,
.recruitment .boxed .add-recruit .down-data:hover span {
    background: url(../img/img22.png) left center/24px no-repeat;
}

.recruitment .boxed .add-recruit .btn-recruit:hover .down,
.recruitment .boxed .add-recruit .btn-download:hover .down,
.recruitment .boxed .add-recruit .down-data:hover .down {
    background: url(../img/img43.png) left center/24px no-repeat;
}

.recruitment .boxed .add-recruit .search {
    width: 224px;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    font-size: 14px;
    color: #666;
    position: relative;
    border: 1px solid #d3d4da;
    margin-top: 4px;
}

.recruitment .boxed .add-recruit .search input.inp {
    display: block;
    border: 0;
    height: 28px;
    line-height: 28px;
    margin: 0 0 0 10px;
    width: 180px;
    padding: 2px 0;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.recruitment .boxed .add-recruit .search .search-btn {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../img/img33.png) center/16px no-repeat;
}

.recruitment .boxed .add-recruit form {
    display: inline-block;
    float: left;
    width: calc(100% - 202px);
}

.recruitment .boxed .add-recruit form .Class_management {
    width: 100px;
    height: 40px;
    float: left;
    line-height: 40px;
    border: 1px dashed #AFB1BF;
    text-align: center;
    font-size: 14px;
    color: #1D1E23;
    display: block;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
    margin-left: 12px;
}

.recruitment .boxed .add-recruit form .Class_management span {
    display: inline-block;
    padding-left: 34px;
    background: url(../img/img38.png) left center/24px no-repeat;
    height: 40px;
    transition: background 0.16s;
    -webkit-transition: background 0.16s;
}

.recruitment .boxed .add-recruit form .Class_management:hover {
    border: 1px dashed #1890FF;
    color: #1890FF;
}

.recruitment .boxed .add-recruit form .Class_management:hover span {
    background: url(../img/img39.png) left center/24px no-repeat;
}

.recruitment .boxed .add-recruit form .retrieve {
    display: block;
    width: 56px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    color: #fff;
    background-color: #1890FF;
    border: 0;
    padding: 0;
    float: right;
    margin-top: 5px;
}

.recruitment .boxed .add-recruit form .select-inpint {
    width: 160px;
    height: 32px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin: 5px 10px 0;
    padding: 0 10px;
}

.recruitment .boxed .add-recruit form .bootstrap-select {
    width: 220px;
    height: 30px;
    line-height: 30px;
    float: right;
    background-color: #fff;
    border: 1px solid #d3d4da;
    margin-top: 5px;
}

.recruitment .boxed .add-recruit form .bootstrap-select .dropdown-toggle {
    background-color: #fff;
    padding: 0 0 0 15px;
    height: 30px;
    line-height: 30px;
}

.recruitment .boxed .add-recruit form .bootstrap-select .dropdown-toggle:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.recruitment .boxed .add-recruit form .bootstrap-select .dropdown-menu a {
    color: #777;
    padding: 6px 20px;
}

.recruitment .boxed table {
    margin-bottom: 0;
    width: 100%;
}

.recruitment .boxed table tr th {
    padding: 0px 0 0px 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #1D1E23;
    background: #F9F9F9;
}

.recruitment .boxed table tr th.choose {
    width: 30px;
}

.recruitment .boxed table tr th.choose input {
    margin-top: 0;
}

.recruitment .boxed table tr td {
    vertical-align: inherit;
    padding: 14px 10px;
    line-height: 18px;
    border-top: 1px solid #ededed;
}

.recruitment .boxed table tr td .select-it {
    margin-top: 0;
    display: block;
}

.recruitment .boxed table tr td .btn-small {
    padding: 5px 18px;
}

.recruitment .boxed table tr td a.tip-fa {
    display: inline-block;
    height: 22px;
}

.recruitment .boxed table tr td a.tip-fa .sortid {
    padding: 0;
    margin: 0;
    width: 42px;
}

.recruitment .boxed table tr td .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recruitment .boxed table tr td .product-box .pic-tip-window,
.recruitment .boxed table tr td .product-box .download {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 5px;
    cursor: pointer;
}

.recruitment .boxed table tr td .product-box .zip {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    cursor: pointer;
}

.recruitment .boxed table tr td .product-box .admin {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50%;
}

.recruitment .boxed table tr td .product-box .tt {
    width: calc(100% - 53px);
    display: inline-block;
}

.recruitment .boxed table tr td .product-box .tt.on {
    color: #1890FF;
}

.recruitment .boxed table tr td .btn-box {
    position: relative;
    display: inline-block;
}

.recruitment .boxed table tr td .btn-box a.btns,
.recruitment .boxed table tr td .btn-box .btn-delet {
    color: #1890FF;
    float: left;
    display: inline-block;
    margin-right: 8px;
    padding: 8px;
}

.recruitment .boxed table tr td .btn-box a.btns .spans,
.recruitment .boxed table tr td .btn-box .btn-delet .spans {
    cursor: pointer;
    margin-left: 0 !important;
}

.recruitment .boxed table tr td .btn-box a.btns .spans:hover,
.recruitment .boxed table tr td .btn-box .btn-delet .spans:hover {
    text-decoration: underline;
}

.recruitment .boxed table tr td .btn-box a:first-child {
    padding-left: 0;
}

.recruitment .boxed table tr td .btn-box a:last-child {
    margin-right: 0;
}

.recruitment .boxed table tr td .btn-box a.btn-audit {
    color: #F5222D;
}

.recruitment .boxed table tr td .recom-box {
    width: 44px;
    height: 22px;
    position: relative;
    border-radius: 20px;
    background-color: #D3D4DA;
    cursor: pointer;
    transition: background-color 0.36s;
    -webkit-transition: background-color 0.36s;
}

.recruitment .boxed table tr td .recom-box .ball {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 1px;
    position: absolute;
    top: 1px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 0.36s;
    -webkit-transition: left 0.36s;
}

.recruitment .boxed table tr td .recom-box.on {
    background-color: #1890FF;
}

.recruitment .boxed table tr td .recom-box.on .ball {
    left: 23px;
}

.recruitment .boxed table tbody tr:nth-child(2n) {
    background-color: #F9F9F9;
}

.recruitment .boxed .content-module {
    border: 1px solid #e1e1e5;
    padding: 40px 0 30px;
}

.recruitment .boxed .content-module .box {
    border-top: 0;
    font-size: 14px;
    color: #1D1E23;
}

.recruitment .boxed .content-module .box .span {
    height: 32px;
    line-height: 32px;
    width: 110px;
    text-align: right;
}

.recruitment .boxed .content-module .box .mbox {
    width: calc(100% - 170px);
    max-width: 800px;
    margin-left: 8px;
}

.recruitment .boxed .content-module .box .mbox .input,
.recruitment .boxed .content-module .box .mbox .inputs {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #dadada;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recruitment .boxed .content-module .box .mbox .inputs {
    width: 220px;
}

.recruitment .boxed .content-module .box .mbox .fa {
    font-size: 14px;
    color: #1D1E23;
    height: 32px;
    line-height: 32px;
}

.recruitment .boxed .content-module .box .mbox i.fa {
    color: rgba(255, 255, 255, 0.85);
}

.recruitment .boxed .content-module .box .mbox .btn-group {
    overflow: hidden;
    cursor: pointer;
}

.recruitment .boxed .content-module #js-photo-show {
    padding-left: 128px;
}

.recruitment .boxed .content-module #js-photo-show .img-list {
    margin: 10px 8px 0px 0;
}

.recruitment .boxed .content-module .boxed-footer {
    padding: 10px 0 10px 128px;
    background-color: #fff;
    margin-top: 35px;
    background-image: none;
    border: 0;
}

.recruitment .boxed .content-module .boxed-footer input {
    width: 146px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    color: #fff;
}

.recruitment .boxed .content-module .boxed-footer input[type="submit"] {
    background: #1890FF;
}

.recruitment .boxed .content-module .boxed-footer input[type="reset"] {
    background: #F5222D;
}

.recruitment .boxed .boxed-box {
    width: 100%;
}

.recruitment .boxed .boxed-box .list {
    width: calc((100% - 20px) / 2);
}

.recruitment .boxed .boxed-box .list .column-title {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    border-bottom: 1px solid #ededed;
}

.recruitment .boxed .boxed-box .list .column-title i {
    margin-right: 8px;
}

.recruitment .boxed .boxed-box .list .boxed-list li {
    border-top: 0;
    margin-left: 0px;
    padding: 8px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
}

.recruitment .boxed .boxed-box .list .boxed-list li span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.recruitment .boxed .boxed-box .list .boxed-list li .badge {
    margin-left: 6px;
    padding: 0 10px;
    border-radius: 5px;
}

.recruitment .boxed .boxed-box .list .boxed-list li .depth1 {
    padding-left: 0;
}

.recruitment .boxed .boxed-box .list .boxed-list li:hover {
    background: #fff;
}

.recruitment .boxed .boxed-box .list .tip-fa {
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    line-height: 45px;
}

.recruitment .boxed .boxed-list > li {
    width: calc(100% - 40px);
    line-height: 32px;
    padding: 14px 10px;
    margin-left: 0;
}

.recruitment .boxed .boxed-list > li input[type="checkbox"] {
    margin-top: -2px;
}

.recruitment .boxed .boxed-list > li .btn-danger {
    background-color: #999999;
}

.recruitment .boxed .boxed-list > li .badge-successs {
    background-color: #4089ac;
}

.recruitment .choose-btn {
    width: 100%;
    background: #FAFAFA;
    padding: 18px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.recruitment .choose-btn a {
    text-decoration: inherit;
    color: #1D1E23;
}

.recruitment .choose-btn a#select-all {
    margin-right: 20px;
    position: relative;
}

.recruitment .choose-btn a#select-all i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.recruitment .choose-btn a input {
    margin-top: 0;
    display: inline-block;
    margin-right: 10px;
}

.recruitment .choose-btn a#btn-reduction, .recruitment .choose-btn a#btn-del {
    color: #1890FF;
}

.recruitment .choose-btn a.line {
    margin: 0 20px;
    position: relative;
}

.recruitment .choose-btn span {
    display: inline-block;
    width: 1px;
    height: 15px;
    position: relative;
    background-color: #ccc;
    top: 2px;
}

.system-log .titles {
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    border-bottom: 1px solid #E1E1E5;
    font-size: 16px;
    color: #1D1E23;
}

.system-log .titles a.return {
    width: 82px;
    height: 32px;
    line-height: 32px;
    position: relative;
    padding-left: 30px;
    text-align: center;
    font-size: 14px;
    color: #1D1E23;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    text-decoration: inherit;
    margin-top: 12px;
}

.system-log .titles a.return span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 32px;
    border-right: 1px solid #D9D9D9;
    background: url(../img/img23.png) center/24px no-repeat;
}

.system-log .titles a.seo {
    font-size: 14px;
    color: #1890FF;
    margin-left: 12px;
}

.system-log .boxeds {
    padding: 20px;
}

.system-log .boxeds .form-horizontal {
    background: #F9F9F9;
    padding: 12px 0 0 0;
}

.system-log .boxeds .form-horizontal .box {
    display: inline-block;
    margin-bottom: 12px;
}

.system-log .boxeds .form-horizontal .box .span {
    width: 62px;
    text-align: right;
    margin-right: 8px;
    font-size: 14px;
    color: #1D1E23;
    height: 32px;
    line-height: 32px;
    margin-left: 0;
}

.system-log .boxeds .form-horizontal .box .mbox {
    display: inline-block;
    width: 200px;
    height: 30px;
    border: 1px solid #d3d4da;
}

.system-log .boxeds .form-horizontal .box .mbox input,
.system-log .boxeds .form-horizontal .box .mbox select,
.system-log .boxeds .form-horizontal .box .mbox button[type="button"] {
    display: block;
    height: 30px;
    font-size: 14px;
    color: #1D1E23;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    width: 200px;
    border: 0;
}

.system-log .boxeds .form-horizontal .box .mbox .btn-group,
.system-log .boxeds .form-horizontal .box .mbox .dropdown-menu {
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.system-log .boxeds .form-horizontal .box .mbox .input-block-level {
    width: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.system-log .boxeds .form-horizontal .box .mbox.times {
    border: 0;
    width: 510px;
}

.system-log .boxeds .form-horizontal .box .mbox.times .to {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
}

.system-log .boxeds .form-horizontal .box .mbox.times .timepicker {
    border-radius: 2px;
    border: 1px solid #ccc;
}

.system-log .boxeds .form-horizontal .box .mbox.times .timepicker .add-on {
    border: 1px solid #eee;
    margin-left: 1px;
}

.system-log .boxeds .form-horizontal .submit {
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    background-color: #1890FF;
    color: #fff;
    border-radius: 2px;
    border: 0;
    margin-left: 5px;
}

.configs_box {
    width: 100%;
}

.configs_box .boxed {
    width: calc((100% - 40px) / 3);
    background-color: #fff;
    margin-right: 20px;
}

.configs_box .boxed .boxed-box.on {
    border-bottom: 20px solid #EAEDF2;
}

.configs_box .boxed .title {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #EAEDF2;
    font-size: 16px;
    color: #1D1E23;
    padding: 0 20px;
}

.configs_box .boxed .boxed-list {
    padding-bottom: 60px;
}

.configs_box .boxed .boxed-list li {
    border: 0;
    line-height: auto;
    padding: 20px 20px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
}

.configs_box .boxed .boxed-list li label {
    display: block;
    line-height: 1.4;
    color: #1D1E23;
    font-size: 14px;
    margin-bottom: 4px;
}

.configs_box .boxed .boxed-list li .muted {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 15px;
}

.configs_box .boxed .boxed-list li textarea {
    display: block;
    width: 100%;
    height: 88px;
    line-height: 1.4;
    font-size: 14px;
    color: #1D1E23;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.configs_box .boxed .boxed-list li input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
}

.configs_box .boxed .boxed-list li:hover {
    background: #fff;
}

.configs_box .boxed:last-child, .configs_box .boxed.on {
    margin-right: 0;
}

.management .serach-box {
    margin-bottom: 20px;
    background-color: #fff;
    border-top: 0;
    font-size: 14px;
    color: #1D1E23;
    padding: 30px 0;
}

.management .serach-box .span {
    height: 32px;
    line-height: 32px;
    width: 66px;
    text-align: right;
    margin-right: 5px;
}

.management .serach-box .mbox {
    width: calc(100% - 170px);
    max-width: 800px;
    margin-left: 8px;
}

.management .serach-box .mbox .input {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #dadada;
    background-color: #fff;
    width: 260px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.management .boxed .list {
    width: calc((100% - 20px) / 2);
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.management .boxed .list .column_name {
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    font-size: 16px;
    color: #1D1E23;
    position: relative;
    border-bottom: 1px solid #EAEDF2;
}

.management .boxed .list .column_name span {
    display: block;
    width: 16px;
    float: left;
    height: 16px;
    position: relative;
    margin: 19px 7px 0 0;
    border: 1px solid #d6d5d5;
    background: #fff;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
}

.management .boxed .list .column_name span input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    opacity: 0;
}

.management .boxed .list .column_name span.on {
    border: 1px solid transparent;
    background: #1890FF url(../img/img41.png) center/16px no-repeat;
}

.management .boxed .list .boxed-list {
    padding: 0px 20px 30px;
}

.management .boxed .list .boxed-list li {
    border-top: 0;
    border-bottom: 1px solid #EAEDF2;
    position: relative;
    font-size: 14px;
    color: #1D1E23;
    line-height: 18px;
    padding: 10px 0;
    margin: 0;
}

.management .boxed .list .boxed-list li > span.bg {
    display: block;
    width: 16px;
    float: left;
    height: 16px;
    position: relative;
    margin: 0px 7px 0 0;
    border: 1px solid #d6d5d5;
    background: #fff;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
}

.management .boxed .list .boxed-list li > span.bg input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    opacity: 0;
}

.management .boxed .list .boxed-list li > span.bg.on {
    border: 1px solid transparent;
    background: #1890FF url(../img/img41.png) center/16px no-repeat;
}

.management .boxed .list .boxed-list li .btn-group {
    padding-top: 0;
}

.management .boxed .list .boxed-list li .btn-group .checkbox {
    min-height: auto;
    min-width: 0px;
    position: relative;
    margin: 0 0 0 15px;
    line-height: 18px;
}

.management .boxed .list .boxed-list li .btn-group .checkbox > span.bg {
    display: block;
    width: 16px;
    float: left;
    height: 16px;
    position: relative;
    margin: 0px 7px 0 0;
    border: 1px solid #d6d5d5;
    background: #fff;
    transition: all 0.16s;
    -webkit-transition: all 0.16s;
}

.management .boxed .list .boxed-list li .btn-group .checkbox > span.bg input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    opacity: 0;
}

.management .boxed .list .boxed-list li .btn-group .checkbox > span.bg.on {
    border: 1px solid transparent;
    background: #1890FF url(../img/img41.png) center/16px no-repeat;
}

.management .boxed .list .boxed-list li:hover {
    background: transparent;
}

.management .boxed-footer {
    padding: 0px;
    margin-top: 20px;
    background-image: none;
    border: 0;
}

.management .boxed-footer input {
    width: 146px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    color: #fff;
}

.management .boxed-footer input[type="submit"] {
    background: #1890FF;
}

.management .boxed-footer input[type="reset"] {
    background: #F5222D;
}

.picture-window-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 31;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    display: none;
}

.picture-window {
    display: none;
    max-width: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 31;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -55%);
    padding: 15px;
}

.picture-window img {
    display: inline-block;
    max-width: 100%;
}

.picture-window .colse {
    background: url(../img/img26.png) 0px 1px no-repeat;
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.buttom-seo {
    font-size: 14px;
    color: #1890FF;
    margin-left: 12px;
}

.modal {
    border: 1px solid rgba(194, 184, 184, 0.3);
    left: 50%;
    width: 558px;
    border-radius: 3px;
    position: fixed;
    z-index: 99999;
}

.modal.fade.in {
    top: 25%;
}

.modal .modal-header {
    cursor: move;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    background: #FAFAFA;
    border-bottom: 0;
}

.modal .modal-header h3 {
    line-height: 56px;
    color: rgba(0, 0, 0, 0.56);
    font-size: 16px;
    font-weight: inherit;
}

.modal .modal-header .close {
    margin-top: 18px;
}

.modal .modal-body {
    max-height: auto;
    overflow-y: hidden;
    width: 100%;
    padding: 40px 0 20px;
}

.modal .modal-body .control-group .control-label {
    width: 110px;
    margin: 0 20px 0 0;
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-size: 14px;
    color: #1D1E23;
    padding: 0;
}

.modal .modal-body .control-group.on {
    margin-bottom: 0;
}

.modal .modal-body .controls {
    float: left;
    margin-left: 0;
    width: 400px;
    line-height: 0px;
}

.modal .modal-body .controls input {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal .modal-body .controls textarea.span4 {
    width: 100%;
    height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal .modal-body .tip-fa {
    font-size: 14px;
    color: #999;
    line-height: 1.3;
    margin: 5px 0 20px 130px;
}

.modal .modal-footer {
    padding: 12px 20px;
    height: 32px;
    line-height: 0;
}

.modal .modal-footer input[type='submit'] {
    width: 74px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    padding: 0;
    border: 0;
    color: #fff;
    background: #1890FF;
}

.modal .modal-footer input[type='reset'],
.modal .modal-footer .btn-danger {
    width: 74px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    padding: 0;
    border: 0;
    color: #F5222D;
    background: rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #d9d9d9;
}

.bootbox.modal {
    width: 480px;
    margin-left: -240px;
}

.bootbox.modal .modal-body {
    padding: 40px 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
}

.bootbox.modal .modal-body button.close {
    margin: -25px -10px 0 0 !important;
}

.login {
    background-color: #EAEDF2;
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.login .login-box {
    width: 480px;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    height: 613px;
    margin: -295px 0 0 -240px;
    left: 50%;
    overflow: hidden;
}

.login .login-box form {
    display: block;
    margin: 0;
    padding: 0;
}

.login .login-box .pic {
    width: 100%;
    height: 200px;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login .login-box .pic .login-img {
    width: 80px;
    height: 80px;
    margin: 0px auto 20px;
}

.login .login-box .pic .title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.login .login-box .box-padding {
    padding: 40px 40px 0;
}

.login .login-box .box-padding.on {
    padding: 0 40px;
}

.login .login-box .box,
.login .getpass .box {
    margin-bottom: 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3d4da;
}

.login .login-box .box .add-on,
.login .getpass .box .add-on {
    width: 48px;
    height: 48px;
    border: 0;
    line-height: 48px;
    border-right: 1px solid #d3d4da;
    padding: 0;
    font-size: 18px;
    color: #999;
    float: left;
    background-color: transparent;
}

.login .login-box .box input,
.login .getpass .box input {
    display: block;
    width: 349px;
    float: left;
    margin: 0;
    height: 48px;
    line-height: 48px;
    padding: 8px 0 8px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background-color: transparent !important;
    font-size: 14px;
}

.login .login-box .box .coad {
    display: block;
    width: 120px;
    height: 48px;
}

.login .login-box .boxed-footer input {
    display: block;
    width: 400px;
    height: 48px;
    color: #fff;
    text-align: center;
    background: #1890FF;
    margin: 0 auto 30px;
    font-size: 16px;
}

.login .login-box .box-padding .pull-right {
    padding-top: 0;
}

.login .getpass {
    width: 480px;
    height: 308px;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 50%;
    padding-bottom: 35px;
}

.login .getpass.on {
    margin: -200px 0 0 -240px;
    height: auto;
}

.login .getpass .title {
    font-size: 20px;
    color: #1D1E23;
    line-height: 1.2;
    text-align: center;
    padding: 40px 0 10px;
}

.login .getpass .fa {
    font-size: 12px;
    color: #666;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.login .getpass.on .box {
    margin-bottom: 20px;
}

.login .getpass.on .box .fa {
    margin: 0;
}

.login .getpass .box {
    width: 400px;
    margin: 0 auto;
}

.login .getpass .boxed-footer #btn-getpass,
.login .getpass .boxed-footer #submit {
    display: block;
    width: 400px;
    margin: 24px 0 24px 40px;
    background: #1890FF;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 0;
    height: 48px;
    line-height: 48px;
    float: left;
}

.login .getpass .boxed-footer #btn-login {
    margin-right: 40px;
}

.photomanages {
    line-height: 30px;
}

.photomanages a {
    display: inline-block;
    font-size: 13px;
    line-height: inherit;
    padding: 4px 12px;
    border: 1px solid #dddddd;
    background-color: #fff;
    line-height: 20px;
    text-decoration: none;
    margin-left: -1px;
    float: left;
}

.photomanages a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.photomanages a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.member-center .username,
.member-center .email {
    height: 32px;
    line-height: 32px;
    margin-left: 15px;
}

.member-center .email {
    margin-left: 10px;
}

.member-center .btn {
    height: 42px;
    line-height: 42px;
    width: 80px;
    padding: 0;
    background-color: #eae7e7;
    font-size: 15px;
    color: #222;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
}


.fl2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fl3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fl4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fl5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.home_page .chart-content {
    padding: 30px 20px;
    background: #fff;
}

.home_page .chart-content .ulbox {
    width: 48%;
}

.home_page .chart-content .timebox {
    width: auto;
}

.home_page .chart-content .ulbox .li:hover, .home_page .chart-content .ulbox .li.cur {
    color: #1D1E23;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.home_page .chart-content .ulbox .li {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-right: 43px;
    cursor: pointer;
}

.home_page .chart-content .timebox span {
    font-size: 14px;
    line-height: 20px;
    color: #C0C0C0;
    margin-right: 60px;
}

.home_page .chart-content .timeitem span {
    color: #1D1E23;
    margin-right: 10px;
}

.home_page .chart-content .timebox .input-datepicker {
    width: 200px;
    margin-right: 10px;
}

.home_page .chart-content .ulbox .li:last-child {
    margin-right: 0;
}

.home_page .chart-content .contentajax {
    /*padding:38px 10px 38px 27px;*/
    margin-top: 38px;
}

.home_page .chart-content .contentajax .li {
    width: 14.285%;
    padding-right: 10px;
    margin-bottom: 34px;
    box-sizing: border-box;
}

.home_page .chart-content .contentajax .li .p {
    font-size: 14px;
    line-height: 20px;
    color: #1D1E23;
    margin-bottom: 10px;
}

.home_page .chart-content .contentajax .li .su {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}

.home_page .chart-box2 .analysis {
    width: 50% !important;
    border-right: 1px solid #E1E1E5;
}

.home_page .chart-box2 .keywordbox {
    width: 25%;
    border-right: 1px solid #E1E1E5;
}

.home_page .chart-box2 .month_chart {
    width: 25% !important;
}

.home_page .chart-box2 .month_chart .index-box {
    width: 100% !important;
    margin-bottom: 26px !important;
    text-align: center;
}

.home_page .chart-box2 .month_chart .index-box .circle-box {
    float: none !important;
    display: inline-block;
}

.home_page .chart-box2 .tit span {
    font-size: 16px;
    line-height: 20px;
    color: #1D1E23;
}

.home_page .chart-box2 .tit .sp {
    font-size: 14px;
    line-height: 20px;
    color: #1D1E23;
    opacity: .65;
    filter: alpha(opacity=65);
}

.home_page .chart-box2 .month_chart .accounted {
    font-weight: bold;
}

.home_page .chart-box2 .month_chart .tit {
    margin-bottom: 86px !important;
}

.home_page .chart-box2 .detaile2 {
    font-size: 14px;
    line-height: 1.8;
    color: #000;
    opacity: .65;
    filter: alpha(opacity=65);
}

.home_page .chart-box2 .keywordbox {
    padding-top: 24px;
}

.home_page .chart-box2 .keywordbox .tit {
    padding: 0 20px;
}

.home_page .chart-box2 .keywordbox .itembox {
    margin-top: 5px;
}

.home_page .chart-box2 .keywordbox .item-li {
    padding: 0 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.home_page .chart-box2 .keywordbox .li {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    border-bottom: 1px solid #E1E1E5;
}

.home_page .chart-box2 .keywordbox .li .sp {
    font-size: 14px;
    color: #1D1E23;
    opacity: .65;
    filter: alpha(opacity=65);
}

.home_page .chart-box2 .keywordbox .li .sp2 {
    font-size: 14px;
    color: #1D1E23;
    opacity: .65;
    filter: alpha(opacity=65);
}

.home_page .chart-box2 .keywordbox .li .sp2 svg {
    fill: #000;
    width: 25px;
    height: 50px;
    line-height: 50px;
    opacity: .25;
    filter: alpha(opacity=25);
    margin-left: 19px;
}

.home_page .chart-box2 .keywordbox .libox {
    line-height: 48px;
    padding: 0 29px 0 49px;
    width: 100%;
    box-sizing: border-box;
    display: none;
    max-height: 200px;
}

.home_page .chart-box2 .keywordbox .libox .mCSB_outside + .mCSB_scrollTools {
    right: 0;
    height: 90%;
    top: 5%;
}

.home_page .chart-box2 .keywordbox .libox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #1890FF;
    border-radius: 0;
}

.home_page .chart-box2 .keywordbox .libox .item {
    width: 100%;
    border-bottom: 1px solid #E1E1E5;
    font-weight: bold;
}

.home_page .chart-box2 .keywordbox .libox .sp {
    font-size: 14px;
    color: #1D1E23;
    opacity: .65;
    filter: alpha(opacity=65);
}

.home_page .chart-box2 .keywordbox .libox .sp2 {
    font-size: 14px;
    color: #F95B5B;
    opacity: .65;
    filter: alpha(opacity=65);
}

.home_page .chart-box2 .analysis {
    padding-top: 24px;
}

.home_page .chart-box2 .analysis .tit {
    padding: 0 20px;
}

#myCustomShape {
    width: 90%;
    height: 400px;
    margin: 0 auto;
}

.tablebox {
    background: #fff;
    padding: 28px 22px;
    margin-top: 17px;
    margin-bottom: 20px;
}

.tablebox .title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 22px;
    color: #1D1E23;
}

.tablebox table {
    width: 100%;
}

.tablebox table tr {
    background: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #1D1E23;
}

.tablebox table .tr1 {
    background: rgba(0, 0, 0, .1);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #1D1E23;
}

.tablebox table td {
    height: 40px;
    line-height: 40px;
    text-indent: 18px;
}

@media screen and (max-width: 1580px) {
    .home_page .chart-content .timebox span {
        margin-right: 30px;
    }

    .home_page .chart-content .ulbox {
        width: 40%;
    }

    .home_page .chart-content .timebox .timeitem span {
        margin-right: 10px;
    }

    .home_page .chart-content .ulbox .li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1380px) {
    .home_page .chart-content .timebox .input-datepicker {
        width: 130px;
    }
}

/*# sourceMappingURL=ui.css.map */

.single_page .max-box .content-module .boxed .box .mbox, .recruit-editor .max-box .content-module .boxed .box .mbox, .recruit-create .max-box .content-module .boxed .box .mbox, .system-log .max-box .content-module .boxed .box .mbox {
    /*max-width: 1100px !important;*/
    max-width: 1350px !important;
}


.single_page .max-box .content-module .boxed .box .mbox.document,
.recruit-editor .max-box .content-module .boxed .box .mbox.document,
.recruit-create .max-box .content-module .boxed .box .mbox.document,
.system-log .max-box .content-module .boxed .box .mbox.document {
    height: auto;
    min-height: 350px;
}

.single_page .max-box .content-module .boxed .box .mbox.document #edui1_iframeholder,
.recruit-editor .max-box .content-module .boxed .box .mbox.document #edui1_iframeholder,
.recruit-create .max-box .content-module .boxed .box .mbox.document #edui1_iframeholder,
.system-log .max-box .content-module .boxed .box .mbox.document #edui1_iframeholder {
    /*height: auto !important; */
    overflow-y: hidden;
    min-height: 450px;
}