.top {
    background-color: #ff0b3e;
	@include positionFixed;
    z-index: 99;
    &-cont {
      height: 50px;
      padding: 0 15px;
	  width: 750rpx;
    @include flexRowSpaceBetween;
      &-left {
        width: 10px;
        height: 18px;
      }
      &-right {
        &-title {
			@include styleFont(#ffffff,16);
		  @include onlyLineEllipsis;
        }
        &-intro {
          text-align: center;
		  @include styleFont(#ffffff,14);
        }
      }
    }
  }