.sggsb {
  height: 52px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30; }

.sggsb.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.sggsb main::after {
  content: "";
  display: table;
  clear: both; }

.sggsb .page-back {
  display: block;
  z-index: 1;
  display: block;
  position: absolute;
  height: 52px;
  width: 53px;
  vertical-align: top; }

.sggsb .page-back .element-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px; }

.sggsb-border {
  background: #fff;
  border-bottom: 1px solid #dddddd; }

.sggsb-ci {
  z-index: 1;
  display: block;
  z-index: 1;
  position: absolute;
  height: 52px;
  width: 52px;
  text-indent: -99999px;
  overflow: hidden;
  background: url("../../images/icon/icon-ci.svg") no-repeat center center; }

.sggsb-tit {
  display: block;
  text-align: center;
  line-height: 52px;
  font-size: 17px;
  padding-left: 90px;
  padding-right: 90px;
  font-weight: bold;
  box-sizing: border-box;
  position: relative; }

.sggsb-tit a {
  display: block;
  height: 52px;
  color: #111111;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.sggsb-tools {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 8px; }

.sggsb-search {
  vertical-align: top;
  position: relative;
  display: inline-block;
  height: 52px;
  width: 40px; }

.sggsb-search .element-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px; }

.sggsb-more {
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding: 0;
  display: inline-block;
  height: 52px;
  width: 40px;
  border: 0;
  background: none; }

.sggsb-more .element-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px; }

.sggsb-action {
  white-space: nowrap;
  display: block;
  height: 52px;
  min-width: 42px;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  padding-right: 15px; }

.sggsb-action.active {
  color: #FF5000; }

.sggsb.orange .sggsb-border {
  background: #ff5000;
  border-bottom: 0; }

.sggsb.orange .sggsb-border .icon-arrow-back {
  background: url("../../images/icon/icon-arrow-back-white.svg") no-repeat 0 0; }

.sggsb.orange .sggsb-border .sggsb-tit a {
  color: #fff; }
