.presele_tit {
  position: relative;
}
.cpp-radio {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  background: url(https://n.sinaimg.cn/sports/0c2cef0d/20230626/loginCircle.png);
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
.selected .cpp-radio {
  background: url(https://n.sinaimg.cn/sports/0c2cef0d/20230626/loginCircleR.png);
  background-size: 100% 100%
}
.cpp-btns {
  height: 50px;
  background: #FFFFFF!important;
  position: relative;
}
.cpp-btns-inner { 
  overflow: hidden;
  padding: 0 0 0 15px;
  height: 50px;
  width: 100%!important;
  border: 0 none!important;
  position: relative;
}
.cpp-btns-scroll {
  position: absolute;
  left: 15px;
  top: 11px;
}
.cpp-btn-add {
  float: left;
  cursor: pointer;
  margin-right: 5px;
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  color: #FF2F15;
  border: 1px solid #FF2F15;
  border-radius: 14px;
}
.cpp-btn-del {
  float: left;
  cursor: pointer;
  margin-right: 8px;
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  color: #FF2F15;
  border: 1px solid #FF2F15;
  border-radius: 14px;
}
.cpp-btn-copy {
  float: left;
  cursor: pointer;
  margin-right: 5px;
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  color: #FF2F15;
  border: 1px solid #FF2F15;
  border-radius: 14px;
}