* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  width: 100%;
  min-width: 1200px;
  font-size: 14px;
  font-family: \5FAE\8F6F\96C5\9ED1;
  color: #3c4349; }

body,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
label,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

a {
  color: #3c4349;
  text-decoration: none; }

a:focus,
a:hover {
  text-decoration: none; }

img {
  border: none; }

em,
i {
  font-style: normal; }

html ::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  outline-offset: -2px;
  border: none;
}
html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html,
body,
.pro-layout {
  height: 100%;
  background: #f5f5f5; }

.marb12 {
  margin-bottom: 12px; }

.button-box {
  margin: 40px;
  text-align: center; }

.mainCont {
  width: 100%;
  padding-top: 126px;
  min-height: calc(100% - 140px);
  background: #f5f5f5; }

.mainCont-nofooter {
  width: 100%;
  padding-top: 126px;
  min-height: 100%;
  background: #f5f5f5; }

.w {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

.cont-width {
  width: 1200px;
  height: 100%;
  margin: 0 auto; }

.second-list-content {
  width: 100%;
  min-height: 550px;
  background: #fff; }

.clearfloat:after, .clearfloat:before {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

input::-webkit-input-placeholder {
  color: #c6c9ce;
  font-weight: normal; }

input:-moz-placeholder {
  color: #c6c9ce;
  font-weight: normal; }

input::-moz-placeholder {
  color: #c6c9ce;
  font-weight: normal; }

input:-ms-input-placeholder {
  color: #c6c9ce;
  font-weight: normal; }

.open {
  display: block; }

.header-box {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.pro-header {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #eaeaea; }
  .pro-header .header-con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    color: #333; }
  .pro-header .sw-header-left {
    float: left;
    font-size: 14px; }
  .pro-header .header-left {
    float: right;
    font-size: 12px; }
    .pro-header .header-left li {
      float: left;
      display: inline-block;
      cursor: pointer;
      padding-left: 20px; }
    .pro-header .header-left .header-photo {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 5px;
      margin-top: -1px; }
    .pro-header .header-left .header-userName-a {
      color: #ff6c03;
      margin-right: 5px; }
    .pro-header .header-left .header-type .type-icon {
      width: 8px;
      height: 6px;
      margin-left: 6px; }
    .pro-header .header-left .header-type-a {
      width: 21px;
      height: 21px;
      line-height: 21px;
      text-align: center;
      color: #fff;
      display: inline-block;
      background: url("../img/icon/header-type.png") no-repeat;
      vertical-align: middle;
      position: relative; }
    .pro-header .header-left .header-msg-a {
      position: relative; }
      .pro-header .header-left .header-msg-a i {
        text-align: center;
        display: inline-block;
        min-width: 15px;
        height: 15px;
        line-height: 15px;
        background: #ff0000;
        color: #fff;
        padding: 0 3px;
        border-radius: 10px;
        position: absolute;
        top: -6px;
        right: -13px; }
      .pro-header .header-left .header-msg-a .msgNum2 {
        line-height: 0;
        padding: 3px; }
  .pro-header .header-right {
    float: right; }
    .pro-header .header-right .header-fir {
      float: left; }
      .pro-header .header-right .header-fir .header-fir-a {
        font-size: 14px; }
      .pro-header .header-right .header-fir .header-fir-b {
        color: #fefefe;
        height: 12px;
        line-height: 12px;
        font-size: 12px;
        padding: 0 18px;
        border-right: 1px solid #fefefe;
        display: inline-block; }
    .pro-header .header-right li:last-child .header-fir-b {
      border: none; }

.header-userName-hover {
  display: none;
  width: 375px;
  height: 121px;
  padding: 20px;
  background: #fff;
  border: 1px solid #eaebed;
  box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 35px;
  right: 0;
  transition: all 0.5s;
  z-index: 101; }
  .header-userName-hover .header {
    float: left;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 18px; }
    .header-userName-hover .header img {
      width: 100%; }
  .header-userName-hover dl {
    margin-left: 98px;
    color: #475568;
    line-height: 18px; }
    .header-userName-hover dl dt {
      height: 18px;
      line-height: 18px;
      padding: 0 5px;
      background: #de674f;
      color: #fff;
      display: inline-block;
      border-radius: 3px;
      margin-bottom: 16px; }
    .header-userName-hover dl dd a:hover {
      color: #37b0e9; }
    .header-userName-hover dl .dd {
      color: #ddd; }
      .header-userName-hover dl .dd .dd-a {
        display: inline-block;
        margin-bottom: 5px; }
  .header-userName-hover .hover-right {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 16px; }
    .header-userName-hover .hover-right a {
      margin-left: 16px; }
      .header-userName-hover .hover-right a:hover {
        color: #37b0e9; }

.header-userName {
  position: relative;
  margin-left: 10px; }
  .header-userName:hover .header-userName-hover {
    display: block; }

.pro-logo {
  width: 100%;
  height: 80px;
  background: #fff; }
  .pro-logo .nav-logo {
    width: 535px;
    height: 100%;
    position: relative;
    float: left;
    margin-right: 50px; }
    .pro-logo .nav-logo img {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .pro-logo .nav-search {
    width: 310px;
    height: 38px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    float: right;
    margin-top: 22px;
    background: #fff;
    position: relative; }
    .pro-logo .nav-search input {
      width: 100%;
      height: 36px;
      outline: none;
      padding: 0 36px 0 8px;
      border: none; }
    .pro-logo .nav-search .icon-search {
      width: 30px;
      height: 36px;
      border-radius: 3px;
      background-color: #37b0e9;
      background-image: url("../img/icon/icon-search.png");
      position: absolute;
      top: 0;
      right: 0; }

.pro-nav {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #37b0e9; }
  .pro-nav .nav-con {
    width: 1200px;
    margin: 0 auto;
    height: 100%; }
  .pro-nav .nav-menu {
    float: left;
    color: #fff; }
    .pro-nav .nav-menu .menu-fir {
      float: left; }
      .pro-nav .nav-menu .menu-fir .nav-fir {
        color: #fff;
        display: inline-block;
        padding: 0 30px;
        font-size: 16px; }
        .pro-nav .nav-menu .menu-fir .nav-fir:hover, .pro-nav .nav-menu .menu-fir .nav-fir.active {
          background: #0367b1; }
  .pro-nav .nav-right {
    float: right; }
    .pro-nav .nav-right a {
      display: inline-block;
      color: #fff;
      font-size: 16px;
      padding: 0 28px; }
    .pro-nav .nav-right .publish-icon {
      background: url("../img/icon/publish-icon.png") no-repeat left center; }
    .pro-nav .nav-right .registered-icon {
      background: url("../img/icon/gong-icon.png") no-repeat left center; }
  .pro-nav .nav-user {
    float: right;
    line-height: 46px;
    color: #fff;
    position: relative;
    padding: 0 16px;
    font-size: 14px; }
    .pro-nav .nav-user img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      vertical-align: middle; }
    .pro-nav .nav-user .nav-user-name {
      cursor: pointer; }
    .pro-nav .nav-user .quit-icon {
      margin-left: 10px;
      padding-left: 18px;
      font-size: 14px;
      background: url(../img/icon/quit-icon-w.png) no-repeat left center;
      color: #fff; }
      .pro-nav .nav-user .quit-icon:hover {
        color: #0367b1; }

.right-float {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  background: rgba(55, 176, 233, 0.8);
  position: fixed;
  top: 30%;
  right: -88px;
  z-index: 2; }
  .right-float ul {
    width: 88px;
    height: 176px;
    padding: 14px 1px 14px 10px; }
    .right-float ul li {
      width: 100%;
      height: 28px;
      line-height: 28px; }
      .right-float ul li img {
        vertical-align: middle; }
  .right-float .msg-icon {
    padding-left: 40px; }
  .right-float .phone-icon {
    padding-left: 17px; }
  .right-float .center-icon {
    height: 34px;
    line-height: 34px; }
    .right-float .center-icon .call-icon {
      float: left; }
    .right-float .center-icon .right-icon {
      float: right; }
  .right-float .more-icon {
    padding-left: 38px; }
    .right-float .more-icon a {
      padding: 0 10px; }

.backTop {
  position: fixed;
  bottom: 25%;
  right: 0;
  z-index: 10;
  display: none; }
  .backTop img {
    width: 45px;
    height: 45px;
    border-radius: 3px; }

.crumb {
  width: 1200px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
  padding: 0 20px; }
  .crumb p .a-home {
    display: inline-block;
    height: 38px;
    width: 15px;
    vertical-align: middle;
    background: url("../img/icon/home.png") no-repeat center center; }
  .crumb p span {
    color: #c4c4c5;
    display: inline-block;
    height: 38px;
    vertical-align: middle; }
    .crumb p span a {
      font-size: 12px;
      color: #475568;
      cursor: default; }
      .crumb p span a.enabled {
        cursor: pointer; }
        .crumb p span a.enabled:hover {
          color: #ff0000; }

.pro-footer {
  background: #4f5a6a; }
  .pro-footer .footer-cont {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden; }
    .pro-footer .footer-cont .footer-cont-left {
      padding: 34px 20px;
      width: 230px;
      height: 102px;
      border-right: 1px solid #616b79;
      float: left; }
      .pro-footer .footer-cont .footer-cont-left img {
        max-width: 100%; }
    .pro-footer .footer-cont .footer-cont-center {
      width: 680px;
      float: left;
      padding: 4px 50px;
      text-align: center;
      overflow: hidden; }
      .pro-footer .footer-cont .footer-cont-center p {
        color: #c5c8cc;
        line-height: 24px;
        font-size: 12px;
        margin-bottom: 0; }
        .pro-footer .footer-cont .footer-cont-center p a {
          color: #c5c8cc; }
          .pro-footer .footer-cont .footer-cont-center p a:hover {
            color: #37b0e9; }
    .pro-footer .footer-cont .footer-cont-right {
      width: 168px;
      float: right;
      padding-top: 10px; }
      .pro-footer .footer-cont .footer-cont-right #_ideConac {
        float: left; }
      .pro-footer .footer-cont .footer-cont-right img {
        width: 84px;
        height: 84px; }

.menu-tab {
  width: 100%;
  height: 45px;
  border-bottom: 3px solid #87d0f2; }
  .menu-tab li {
    float: left; }
    .menu-tab li a {
      display: block;
      font-size: 18px;
      color: #475568;
      height: 45px;
      line-height: 45px;
      padding: 0 25px; }
    .menu-tab li.active a {
      background: #37b0e9;
      color: #fff; }
    .menu-tab li.active:hover a {
      color: #fff; }
    .menu-tab li:hover a {
      color: #37b0e9; }

.pro-menu-con {
  display: none; }
  .pro-menu-con:nth-of-type(1) {
    display: block; }

button {
  cursor: pointer; }
  button.disabled, button[disabled='disabled'] {
    cursor: not-allowed; }

.normal-btn {
  display: inline-block;
  min-width: 100px;
  line-height: 34px;
  cursor: pointer;
  padding: 0 18px;
  text-align: center;
  border: 1px solid #37b0e9;
  border-radius: 3px;
  color: #37b0e9;
  background: none;
  outline: none;
  font-size: 14px;
  margin: 0 2px; }
  .normal-btn:hover {
    background: #37b0e9;
    color: #fff; }
  .normal-btn.btn-blue {
    min-width: 88px; }
  .normal-btn.disabled, .normal-btn[disabled='disabled'] {
    cursor: not-allowed; }

.normal-btn-blue {
  display: inline-block;
  min-width: 100px;
  cursor: pointer;
  line-height: 34px;
  padding: 0 18px;
  text-align: center;
  border: 1px solid #37b0e9;
  border-radius: 3px;
  color: #fff;
  background: #37b0e9;
  outline: none;
  font-size: 14px;
  margin: 0 2px; }
  .normal-btn-blue:hover {
    background: #1ea0dd; }
  .normal-btn-blue.disabled, .normal-btn-blue[disabled='disabled'] {
    cursor: not-allowed; }

.pro-page {
  height: 24px;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  color: #3c4349;
  margin: 40px 0; }
  .pro-page span, .pro-page a {
    display: inline-block;
    height: 24px;
    line-height: 24px; }
  .pro-page select::-ms-expand {
    display: none; }
  .pro-page .page-select {
    width: 68px;
    height: 24px;
    line-height: 24px;
    background: #eff1f6;
    margin-left: 8px;
    outline: none;
    border: none;
    padding: 0 16px; }
  .pro-page .page a {
    min-width: 26px;
    display: inline-block;
    padding: 0 8px;
    background: #eff1f6;
    margin-left: 4px; }
    .pro-page .page a:hover {
      background: #37b0e9;
      color: #fff; }

.h-page {
  height: 24px;
  font-size: 12px;
  overflow: hidden;
  color: #3c4349;
  margin: 40px 20px; }
  .h-page span, .h-page a {
    display: inline-block;
    height: 24px;
    line-height: 24px; }
  .h-page select::-ms-expand {
    display: none; }
  .h-page .page-select {
    width: 68px;
    height: 24px;
    line-height: 24px;
    background: #e5e6ea;
    outline: none;
    border: none;
    padding: 0 16px; }
  .h-page .page a {
    min-width: 26px;
    display: inline-block;
    padding: 0 8px;
    background: #e5e6ea;
    margin-left: 4px; }
    .h-page .page a:hover {
      background: #37b0e9;
      color: #fff; }
  .h-page .page-num {
    margin-left: 4px; }
  .h-page .page-noClick a {
    background: #edf1f2;
    color: #c2c7d0;
    cursor: not-allowed; }
    .h-page .page-noClick a:hover {
      background: #edf1f2;
      color: #c2c7d0; }

.tree-list .accordionBox li .link {
  position: relative;
  cursor: pointer;
  width: 214px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #373d41;
  padding-left: 30px;
  padding-right: 20px;
  background: url("../img/icon/tree-icon-d.png") no-repeat 14px center; }
  .tree-list .accordionBox li .link:after {
    content: '';
    display: none;
    width: 15px;
    height: 40px;
    background: url("../img/icon/tree-hover.png") no-repeat;
    position: absolute;
    top: 0;
    right: -15px; }
  .tree-list .accordionBox li .link > a {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .tree-list .accordionBox li .link:hover a {
    color: #37b0e9; }
  .tree-list .accordionBox li .link:focus, .tree-list .accordionBox li .link.active {
    color: #fff;
    background: #37b0e9 url("../img/icon/tree-icon.png") no-repeat 14px center; }
    .tree-list .accordionBox li .link:focus > a, .tree-list .accordionBox li .link.active > a {
      color: #fff; }
    .tree-list .accordionBox li .link:focus:after, .tree-list .accordionBox li .link.active:after {
      display: block; }
.tree-list .accordionBox li .submenu {
  display: block; }
  .tree-list .accordionBox li .submenu li {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #747783;
    padding-left: 44px;
    padding-right: 20px; }
    .tree-list .accordionBox li .submenu li a {
      display: block;
      width: 150px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .tree-list .accordionBox li .submenu li a:after {
        content: '';
        display: none;
        width: 15px;
        height: 40px;
        background: url("../img/icon/tree-hover.png") no-repeat;
        position: absolute;
        top: 0;
        right: -15px; }
    .tree-list .accordionBox li .submenu li:hover a {
      color: #37b0e9; }
    .tree-list .accordionBox li .submenu li:focus, .tree-list .accordionBox li .submenu li.active {
      background: #37b0e9; }
      .tree-list .accordionBox li .submenu li:focus a, .tree-list .accordionBox li .submenu li.active a {
        color: #fff; }
        .tree-list .accordionBox li .submenu li:focus a:after, .tree-list .accordionBox li .submenu li.active a:after {
          display: block; }

.h-radio-btn {
  background: none;
  overflow: hidden; }
  .h-radio-btn .radio-label {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin: 4px 22px 4px 4px; }
    .h-radio-btn .radio-label .radio-input {
      position: absolute;
      opacity: 0;
      left: 0; }
      .h-radio-btn .radio-label .radio-input:checked + .radio-text:before {
        background: #37b0e9;
        border: 5px solid #c3e7f8; }
    .h-radio-btn .radio-label .radio-text {
      display: inline-block;
      padding-left: 26px;
      position: relative;
      line-height: 28px;
      height: 28px; }
      .h-radio-btn .radio-label .radio-text:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        border: 1px solid #c0c1c6;
        border-radius: 50%;
        position: absolute;
        top: 6px;
        left: 0; }

.checkbox-group .check-item {
  margin: 5px 0;
  float: left; }
.checkbox-group .list-checkbox {
  padding-left: 26px;
  position: relative;
  margin-right: 26px;
  cursor: pointer; }
  .checkbox-group .list-checkbox .check-box,
  .checkbox-group .list-checkbox .input-check {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    cursor: pointer; }
  .checkbox-group .list-checkbox .input-check {
    z-index: 2;
    opacity: 0; }
    .checkbox-group .list-checkbox .input-check:checked + .check-box:before {
      background: url("../img/icon/checked.png") no-repeat center;
      border: 1px solid #37b0e9; }
  .checkbox-group .list-checkbox .check-box:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #c0c1c6;
    border-radius: 3px; }

.select-switch {
  width: 62px;
  height: 24px;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: 8px; }
  .select-switch .switch-input {
    display: none; }
  .select-switch .button-label {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 24px;
    background-color: #c6c6c6;
    border-radius: 12px;
    overflow: hidden;
    padding-left: 0; }
    .select-switch .button-label .circle {
      position: absolute;
      top: 1px;
      left: 1px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background-color: #fff;
      transition: all 0.3s; }
    .select-switch .button-label .text {
      position: absolute;
      top: -1px;
      line-height: 26px;
      font-size: 12px;
      color: #fff;
      font-weight: normal; }
      .select-switch .button-label .text.on {
        display: none;
        text-indent: 10px; }
      .select-switch .button-label .text.off {
        display: inline-block;
        text-indent: 30px; }
  .select-switch .switch-input:checked + label.button-label .circle {
    left: 39px; }
  .select-switch .switch-input:checked + label.button-label .on {
    display: inline-block; }
  .select-switch .switch-input:checked + label.button-label .off {
    display: none; }
  .select-switch .switch-input:checked + label.button-label {
    background: #37b0e9; }

.file-show {
  width: 98%;
  border-collapse: collapse; }
  .file-show tr {
    height: 40px;
    border-bottom: 1px solid #e4e6ea; }
    .file-show tr:hover {
      background: #fafbfc; }
  .file-show td {
    padding: 10px; }
  .file-show .file-icon {
    width: 14px;
    padding: 0; }
    .file-show .file-icon img {
      width: 14px;
      vertical-align: middle; }
  .file-show .file-con {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px; }
  .file-show .operate-icon {
    width: 30px;
    padding: 0 5px;
    cursor: pointer; }
  .file-show .operate-btn {
    display: block;
    width: 14px;
    height: 14px; }
  .file-show .delete-btn {
    background: url("../img/icon/delete.png") no-repeat center; }
  .file-show .download-btn {
    background: url("../img/icon/download.png") no-repeat center; }

.h-list-loading {
  margin: 120px 0;
  text-align: center; }
  .h-list-loading img {
    vertical-align: middle;
    margin-right: 10px; }

.h-list-error {
  width: 898px;
  height: 132px;
  margin: 30px auto;
  background: #f5f7fc;
  text-align: center;
  padding: 25px 0;
  font-size: 16px; }
  .h-list-error img {
    vertical-align: middle;
    margin-right: 8px; }
  .h-list-error .show-error a {
    font-size: 12px;
    color: #747783;
    display: block;
    position: relative;
    padding-left: 35px; }
    .h-list-error .show-error a:hover .error-text {
      display: block; }
    .h-list-error .show-error a .error-text {
      width: 442px;
      height: auto;
      padding: 20px;
      box-shadow: 0px 4px 20px rgba(68, 58, 145, 0.2);
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -221px;
      position: relative;
      display: none;
      background: #fff;
      text-align: left; }
      .h-list-error .show-error a .error-text:before {
        content: '';
        display: block;
        background: #red url("../img/error-dian.png");
        width: 12px;
        height: 6px;
        position: absolute;
        top: -5px;
        left: 50%;
        margin-left: -6px; }

.h-list-warn {
  width: 100%;
  height: 96px;
  line-height: 96px;
  margin: 30px auto;
  background: #f5f7fc;
  text-align: center;
  font-size: 16px; }
  .h-list-warn img {
    vertical-align: middle;
    margin-right: 8px; }

.notice-layout {
  background: #fff;
  height: 100%; }
  .notice-layout .notice-mainCont {
    padding-top: 90px;
    text-align: center; }
    .notice-layout .notice-mainCont h2 {
      font-size: 22px;
      font-weight: bold;
      margin-top: 54px;
      margin-bottom: 14px; }
    .notice-layout .notice-mainCont p {
      font-size: 14px;
      color: #86939c; }
    .notice-layout .notice-mainCont .backHome-btn {
      width: 190px;
      height: 40px;
      margin-top: 70px;
      line-height: 40px; }

/*# sourceMappingURL=public.css.map */
