.titleBnt {
    border: 0;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
}
.selectFont {
    border: 0;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #03AEF3;
    background: rgba(255, 255, 255, 0);
}
.selectTopUpTop {
    height: 1px;
    border-top: solid #03AEF3 5px;
    width: 91px;
    z-index: 10;
    position: absolute;
    margin-left: 14px;
    margin-top: -2px;
}
.selectControlsTop {
    /* background-image:url(../img/downhenxian.png); */
    height: 1px;
    border-top: solid #03AEF3 5px;
    width: 91px;
    z-index: 10;
    position: absolute;
    margin-left: 139px;
    margin-top: -2px;
}
.card {
    margin-bottom: 20px;
  }
/* 自定义带有蓝色阴影的类 */
.blue-shadow {
    box-shadow: 0 0.5rem 1rem #6684bf!important;
}
/* 定义三角形样式 */
.triangle-badge {
    position: absolute;
    top: 0;
    right: 14px;
    width: 60px;
    height: 60px;
    background-color: #00cb82;
    z-index: 1;
    border-top-right-radius: 5px; /* 设置右上角圆角 */
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  .triangle-badge2 {
    position: absolute;
    top: 0;
    right: 14px;
    width: 60px;
    height: 60px;
    background-color: #00a2ff;
    z-index: 1;
    border-top-right-radius: 5px; /* 设置右上角圆角 */
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  /* .triangle-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 66px solid #00cb82;
    border-left: 66px solid transparent;
    z-index: 1;
    border-top-right-radius: 5px; 
  }
  .triangle-badge2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 66px solid #00a2ff; 
    border-left: 66px solid transparent;
    z-index: 1;
    border-top-right-radius: 5px; 
  } */
  /* 三角形内文字样式 */
 .triangle-badge-text {
    position: absolute;
    top: 30px;
    right: 15px;
    color: white;
    font-size: 0.9em;
    z-index: 2;
    transform: rotate(45deg); /* 旋转文字 */
    transform-origin: top right; /* 设置旋转原点为右上角 */
    range: 10;
  }