*, p, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: PingFangSC-Medium, PingFang SC;
  outline: none;
  text-decoration: none; }

html, body {
  width: 100%;
  height: 100%;
  background-color: #F6F9FC; }

img[src=''], img:not([src]) {
  opacity: 0;
  display: none;
  pointer-events: none; }

.clear {
  clear: both; }

.header {
  background: #fff;
  padding: 19px 0;
  -webkit-box-shadow: 0px 2px 4px 1px rgba(57, 63, 73, 0.06);
          box-shadow: 0px 2px 4px 1px rgba(57, 63, 73, 0.06);
  z-index: 3;
  height: 28px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  min-width: 1360px; }
  .header .gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 66px;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#1467ed), to(rgba(20, 103, 237, 0.6)));
    background: linear-gradient(180deg, #1467ed 0%, rgba(20, 103, 237, 0.6) 100%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#1467ed',endcolorstr='#991467ed',gradienttype=0 );
            filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#1467ed',endcolorstr='#991467ed',gradienttype=0 ); }
  .header .header-content {
    width: 82%;
    height: 24px;
    position: relative;
    margin: 0 auto;
    z-index: 2; }
  .header .left {
    position: absolute;
    left: 0;
    top: -19px;
    height: 66px;
    line-height: 66px; }
    .header .left img {
      position: absolute;
      left: 0;
      top: 22px;
      max-height: 40px;
      width: auto; }
    .header .left h1 {
      font-size: 20px;
      font-weight: 800;
      color: #ffffff;
      height: 66px;
      line-height: 66px;
      padding-left: 106px; }
    .header .left input {
      border-radius: 12px;
      border: 1px solid #dcdcdc;
      vertical-align: top;
      padding-left: 10px;
      font-size: 12px;
      line-height: 24px;
      width: 200px;
      margin-left: 20px; }
    .header .left i {
      position: absolute;
      left: 435px;
      top: 17px;
      cursor: pointer; }
  .header .right {
    float: right;
    cursor: pointer;
    width: 180px;
    height: 40px; }
    .header .right > div {
      position: relative;
      text-align: right; }
      .header .right > div img, .header .right > div span, .header .right > div div {
        display: inline-block;
        vertical-align: middle;
        text-align: right; }
      .header .right > div img {
        width: 24px;
        height: 24px;
        position: relative;
        overflow: hidden;
        -moz-border-radius: 50%;
        z-index: 2;
        background-color: transparent; }
        .header .right > div img:not(:first-child) {
          margin-left: 10px; }
      .header .right > div img:before {
        width: 24px;
        height: 24px;
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        background-image: url("images/header-default-Img.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        z-index: 2;
        behavior: url("assets/ie-css3.htc"); }
      .header .right > div span {
        font-size: 14px;
        overflow: hidden;
        display: inline-block;
        word-break: break-all;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        font-weight: bold;
        color: #ffffff;
        text-align: center; }
      .header .right > div .icon-down-arrow {
        width: 20px;
        height: 20px;
        background-image: url("./images/down.png");
        background-repeat: no-repeat;
        background-position: right center; }
      .header .right > div .message-num {
        color: #fff;
        font-size: 12px;
        border-radius: 50%;
        background-color: #ED2D14;
        padding: 0 2px;
        line-height: 13px;
        position: absolute;
        left: 18px;
        top: -4px;
        z-index: 3; }
    .header .right ul {
      display: none;
      position: absolute;
      top: 40px;
      right: 0;
      z-index: 2;
      background-color: #ffffff;
      width: 130px;
      text-align: left;
      border-radius: 4px;
      overflow: hidden;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      behavior: url("assets/ie-css3.htc"); }
      .header .right ul li {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .header .right ul li a {
          padding: 0 12px;
          display: block;
          text-decoration: none;
          font-size: 12px;
          height: 32px;
          line-height: 32px;
          color: #383838;
          font-weight: 500;
          border-bottom: 1px solid #F5F5F5;
          background-color: #ffffff; }
          .header .right ul li a:hover {
            background-color: #F5F5F5; }
  .header .right-user:hover ul {
    display: block; }

.container {
  width: 82%;
  margin: 0 auto; }

.go-to-back {
  width: 90px;
  display: block;
  height: 20px;
  line-height: 20px;
  color: #1467ED;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 500; }
  .go-to-back img, .go-to-back span {
    vertical-align: middle;
    border: none; }

.custom-message {
  min-width: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  text-align: center;
  left: 50%;
  margin-left: -190px; }

.custom-message-Success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a; }

.custom-message-Error {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c; }

.body-device-mobile .custom-message {
  min-width: 240px;
  margin-left: -120px; }

/*# sourceMappingURL=common.css.map */