.common-header-title {
  width: 100%;
  height: 40px;
  background: #3A4357;
  box-shadow: 0 2px 17px 0 rgba(211, 211, 211, 0.5);
  position: fixed;
  top: 0;
  z-index: 3;
}

.common-header-title .common-header-left-icon {
  float: left;
  margin-left: 32px;
  line-height: 52px;
  display: inline-block;
  cursor: pointer;
}

.common-header-title .common-header-left-icon .common-header-icon {
  width: 24px;
  height: 24px;
  background: url("../../images/common/back.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 13px;
  float: left;
}

.common-header-title .common-header-left-icon .common-header-bank {
  font-size: 18px;
  color: #999999;
  padding-left: 10px;
  float: left;
}

.common-header-title .common-header-name {
  font-size: 14px;
  color: #A8A8B3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common-header-title .right-button {
  float: right;
}

.common-header-title .right-button .button {
  line-height: 40px;
  float: left;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  border-left: 1px solid #384B66;
  cursor: pointer;
}

.common-header-title .right-button .button i {
  font-size: 16px;
  margin-right: 6px;
  float: left;
}

.common-header-title .right-button .button .icon-edit-3 {
  font-size: 14px;
}

.common-header-title .right-button .button.active {
  background: #3A8BFF;
}
