*, p, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;

  outline: none;
  text-decoration: none;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: #F6F9FC;
}

.clear {
  clear: both;
}

.header {
  background-color: #fff;
  z-index: 3;
  height: 60px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  min-width: 1360px;
}
.header .header-content {
  width: 100%;
  height: 60px;
  padding: 0px 15px 0 15px;
  position: relative;
  z-index: 2;
}
.header .left {
  position: absolute;
  height: 60px;
  line-height: 60px;
}
.header .left img, .header .left h1 {
  display: inline-block;
  vertical-align: middle;
  display: inline;
}
.header .left img {
  margin-right: 8px;
  max-height: 40px;
  width: auto;
  margin-top: -10px;
}
.header .left h1 {
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  height: 22px;
  line-height: 22px;
}
.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: 100px;
  height: 60px;
}

.header .right .exitContainer {
  line-height: 60px;
}
.header .right .usercontainer {
  line-height: 60px;
}

.header .right .usercontainer:hover {
  background-color: #e7e7e7;
}

.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;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  color: rgb(119,119,119);
  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;
  
  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: 14px;
  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;
}

.header .right .exitContainer a:hover > span{
  color: rgb(51,51,51);
}

.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;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  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;
}/*# sourceMappingURL=common.css.map */

.header .right > div .logoutImg {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  vertical-align: middle;
}

.textMain{
  display: inline-block;
  float: left;
  padding-left: 50px;
}

.labelText{
  padding:2px 0;
}

.labelTextFirst{
  display: inline-block;
  width: 80px;
  color: #97A0AE;
}