// 自定义导航的标题样式
.cts-nav-title {
  .nav-title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;

    .nav-return {
      position: absolute;
      left: 42px;
      height: 80px;
      display: flex;
      align-items: center;

      .iconfont {
        font-size: $font-size-30;
      }
    }

    .title {
      font-size: 32px;
      font-weight: bold;
    }
  }

  .nav-place { } 
}
