*
*::before
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html body {
  font-size: 14px;
  line-height: 1.3;
  color: #323232;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html .pure-g [class *="pure-u"] {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
ul ol { list-style: none; }
em { font-style: normal; }
input {
  -webkit-appearance: none;
  border: 0;
  outline: none;
  background: transparent;
  color: inherit;
}

.page-wrap { width: 1080px; display:block; margin-left: auto; margin-right: auto; position:relative; }
.card-shadow { -webkit-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, .5); box-shadow: 0 3px 8px -3px rgba(0, 0, 0, .5); }
.card-shadow-deep { -webkit-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .5); box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .5); }
.text-ellipsis { display: block; width: 100%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.text-ellipsis-lines { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.clearfix { zoom: 1; }
.clearfix::after { content: '.'; height: 0; display: block; visibility: hidden; clear: both; }
.ant-row { overflow: hidden; }
form .ant-input-group-wrapper{top:0px !important}

.xrt-page .xrt-main-title {
    height: 50px;
    line-height: 50px;
    width: 200px;
    float: left;
    color: #fff;
    background: #004A95;
    font-size: 18px;
    padding-left: 20px;
}

.xrt-page .xrt-main-header {
    padding: 0 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    position: relative;
    background: #014A97;
    -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
            box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
}

.xrt-page .ant-layout-header {
    height: 50px;
}

.xrt-page .xrt-main-header .ant-menu-dark {
    background: #eee;
    border: none;
}

.xrt-page .xrt-main-header .ant-menu-dark .ant-menu-item-selected {
    background: #1D5EA2 !important;
    color: #fff !important;
}

.xrt-page .xrt-main-header-action .ant-avatar {
    background: #999;
}

.xrt-page .xrt-main-breadcrumb {
    background: #fff;
    padding: 30px 20px 10px 20px;
    margin: -20px -50px -20px -20px;
    overflow: hidden;
}

.xrt-page .xrt-main-content {
    background-color: #fff;
    padding: 10px;
    margin-top: 30px;
    margin-left: -10px;
}

.xrt-page .ant-menu-dark.ant-menu-horizontal .ant-menu-item {
    color: #fff;
    background: #014A97;
    font-size: 15px;
}

.xrt-page .xrt-main-breadcrumb .ant-breadcrumb {
    position: relative;
    top: -10px;
}

.ant-btn-primary {
    position: relative;
    top: 3px;
}

.login_form .ant-form-item {
    margin-bottom: 20px;
}

.ant-form-item {
    margin-bottom: 3px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.has-error .ant-form-explain {
    font-size: 12px;
    min-height: 18px;
}

.ant-form-item-with-help {
    margin-bottom: 0;
}

.xrt-form-item-wrap {
    height: 60px;
    overflow: hidden;
}

.xrt-app-table {
    /* margin-top:20px; */
}

.xrt-main-user-header-nav .anticon {
    margin-right: 10px;
}

.xrt-main-user-header-nav {
    width: 140px;
    float: right;
}

.xrt-main-header-action {
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 50px;
    color: #fff;
    cursor: pointer;
}

.xrt-main-header-action .ant-avatar {
    margin-right: 10px;
}

.xrt-table-link {
    cursor: pointer;
    color: #0aa1ed;
}

.xrt-form-margin-top .ant-row {
    margin-top: 6px;
}

.xrt-main-content .ant-form label {
    font-size: 14px;
    color: #000;
}

.xrt-main-content .ant-table {
    font-size: 14px;
    color: #000;
}

.xrt-main-content .ant-radio-button-wrapper-checked {
    color: #1890ff !important;
}

.xrt-group-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: -20px;
    margin-bottom: -20px;
}

.xrt-group-item {
    width: 230px;
    height: 300px;
    border: solid 1px #d9d9d9;
    border-radius: 5px;
    padding: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    position: relative;
}

.xrt-group-extra {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.xrt-group-icon {
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
    /*width:40px;*/
}

.xrt-group-icon svg:not(:root) {
    font-size: 40px;
}

.xrt-group-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.xrt-group-content {
    font-size: 14px;
    margin-bottom: 40px;
    text-align: center;
    color: #444;
}

.xrt-group-actions {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}

.xrt-group-actions .ant-btn {
    margin-right: 10px;
}

/* 左侧的背景颜色 */
.xrt-left-nav ul {
    background: #252338;
}

.xrt-left-nav ul li {
    color: #81818B;
}

.xrt-left-nav .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    color: #0B81CE;
    background: #2B293E;
}

.ant-menu-vertical .ant-menu-item::after .ant-menu-vertical-left .ant-menu-item::after .ant-menu-vertical-right .ant-menu-item::after .ant-menu-inline .ant-menu-item::after {
    border-right: 0px solid #fff !important;
}

.braftEditor_style {
    border: 1px solid #d9d9d9;
}

.braftEditor_style .bf-content {
    height: 300px;
}

.braftEditor_style .bf-controlbar {
    background-color: #f0f0f0;
}

.braftEditor_style .bf-controlbar .control-item.button {
    min-width: 15px;
    padding: 0 5px;
}

.picupload_style .ant-upload.ant-upload-select-picture-card {
    width: 100%;
    height: 350px;
}

.picupload_style .ant-upload-list-picture-card-container {
    width: 100%;
    max-width: 600px;
    height: 100%;
}

.picupload_style .ant-upload-list-picture-card .ant-upload-list-item {
    width: 100%;
    height: 100%;
}
.clear{
    clear: both;
}.icon { position: relative; display: inline-block; vertical-align: top; width: 24px; height: 24px; overflow: hidden; }
.Icon__icon___3SpCA > svg { display: block; }
/*# sourceMappingURL=main.a7fa0dd7.css.map*/