.header {
    background-color: #fff;
    padding: 15px 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    color: #1D2129;
    width: 100%;
    overflow-x: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.header .h-left {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.header .h-left .h-img {
    width: 34px;
    height: 34px;
    margin-right: 5px;
 }
 .header .h-left .h-text {
    color: #02427B;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
 }
 .header .h-left .h-my-home {
    border-radius: 20px;
    border: 1px solid #17B4B5;
    font-size: 15px;
    color: #17B4B5;
    line-height: 24px;
    padding: 7px 20px;
    box-sizing: border-box;
    margin-left: 40px;
    cursor: pointer;
 }
 .header .h-left .h-menu {
    display: flex;
    align-items: center;
    margin-left: 100px;
    font-weight: 400;
 }
  .header .h-left .h-menu>div {
    margin-right: 40px;
    font-size: 14px;
    color: #4E5969;
    line-height: 22px;
    cursor: pointer;
    white-space: nowrap;
  }
  .header .h-left .h-menu>div:hover {
    color: #17B4B5;
  }
  .header .h-left .h-menu .h-menu-item-active {
    font-weight: 600;
    font-size: 14px;
    color: #17B4B5;
    line-height: 22px;
    position: relative;
  }
  .header .h-left .h-menu .h-menu-item-active .line {
    background: #17B4B5;
    height: 3px;
    bottom: -22px;
    position: absolute;
  }

  .bot-tab {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      column-gap: 20px;
      row-gap: 20px;
  }
  .bot-tab .top-tab-dec {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 18px;
      color: #1D2129;
      cursor: pointer;
  }
  .bot-tab .top-tab-dec .bot-logo {
      width:50px;
      height:50px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      margin-bottom: 12px;
  }
  .bot-tab .top-tab-dec .bot-logo>img {
      width: 50px;
      max-height: 50px;
      
  }
  .bot-tab .top-pdtab-dec:hover {
    color: #17B4B5;
  }


 .header .h-right {
   display: flex;
   align-items: center;
   line-height: 0;
   column-gap: 20px;
 }
 .header .h-right .h-r-ipt {
    width: 360px;
    height: 38px;
    background: #fff;
    border: 1px solid #F3F5F9;
    border-radius: 20px;
    padding: 8px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #86909C;
    line-height: 38px;
    font-weight: 400;
    cursor: pointer;
 }
 .header .h-right .h-r-ipt>img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 8px;
 }
 .header .h-right .login-btn {
  width: 98px;
  line-height: 36px;
  text-align: center;
  background: #17B4B5;
  border-radius: 4px 4px 4px 4px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
 }

 .header .h-right .h-r-img {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    flex-shrink: 0;
 }
 .header .h-right .notice-num {
    position: absolute;
    right: -4px;
    top: -6px;
    min-width: 16px;
    min-height: 16px;
    background: #EB4B4F;
    border-radius: 115px 115px 115px 115px;
    font-weight: 500;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
 }
 .notice-view {

 }
.notice-view .n-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;

 }
 .notice-view .n-title .n-t-text {
    font-weight: 600;
    font-size: 18px;
    color: #1D2129;
    line-height: 26px;
 }
 .notice-view .n-title .n-t-btn {
    font-size: 14px;
    color: #17B4B5;
    line-height: 22px;
    cursor: pointer;
 }
 .notice-view .notice-item {
    background: #F6F7FB;
    border-radius: 4px 4px 4px 4px;
    padding: 16px;
    box-sizing: border-box;
    margin-top: 16px;
    cursor: pointer;
 }
 .notice-view .notice-item .n-i-info {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 10px;
 }

 .notice-view .notice-item .n-i-info .n-i-text {
   font-weight: 600;
   font-size: 16px;
   color: #1D2129;
   line-height: 24px;
   display: flex;
   align-items: center;
 }
 .notice-view .notice-item .n-i-info .n-i-text .n-i-text-radio {
   width: 10px;
   height: 10px;
   border-radius: 10px;
   background: #DF1111;
 }
 .notice-view .notice-item .n-i-info .n-i-time {
   font-weight: 400;
   font-size: 14px;
   color: #86909C;
   line-height: 22px;
 }
 .notice-view .notice-item .n-i-content {
   font-weight: 400;
   font-size: 14px;
   color: #1D2129;
   line-height: 22px;
 }
 .my-manage-view {

 }
 .my-manage-view .m-tab {
   display: flex;
   align-items: center;
   margin-bottom: 24px;
 }
 .my-manage-view .m-tab .m-t-item {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-right: 39px;
   cursor: pointer;
 }
 .my-manage-view .m-tab .m-t-item:last-child {
  margin: 0;
 }
 .my-manage-view .m-tab .m-t-item .m-t-img {
   width: 50px;
   height: 50px;
   margin-bottom: 16px;
 }
 .my-manage-view .m-tab .m-t-item .m-t-text {
  font-weight: 400;
   font-size: 18px;
   color: #1D2129;
   line-height: 26px;
   white-space: nowrap;
 }
 .my-manage-view .my-btn {
  font-weight: 400;
   font-size: 18px;
   color: #1D2129;
   line-height: 26px;
   text-align: center;
   margin-top: 24px;
   cursor: pointer;
 }