.user-center-header {
  height: 178px;
  background: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/header-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.tabs-list-wrapper {
  background-color: #f2f4f8;
  min-height: calc(100vh - 60px);
  padding-bottom: 30px;
}

.tabs-list .slider {
  background-color: #fff;
  width: 233px;
  /* height: 382px; */
  line-height: 50px;
  padding-bottom: 20px;
}

.tabs-list .slider-item-text {
  color: #141414;
  font-weight: bold;
  text-align: left;
  padding-left: 28px;
}

.tabs-list .slider .slider-item {
  font-size: 16px;
  text-align: left;
  padding-left: 28px;
}

.tabs-list .slider .active .slider-item-title {
  /* background-color: #ecf5ff; */
  /* border-left: 4px solid #2d8cf0; */
  font-weight: bold;
}

.tabs-list .slider .active::before {
  content: " ";
  width: 4px;
  height: 50px;
  background-color: #2d8cf0;
  position: absolute;
  left: 0;
}

.tabs-list .slider .iconfont {
  font-size: 20px;
}

.tabs-list .slider .active .iconfont {
  color: #409eff;
}

.tabs-list .tabs-item {
  background-color: #fff;
  height: 100%;
}

.tabs-list .tabs-item .el-tabs__item {
  font-size: 17px;
}

.tabs-list .tabs-item .el-tabs__item.is-active {
  color: #303133;
  font-weight: bold;
}

.tabs-list .tabs-item .el-tabs__header {
  padding: 10px 20px 0px;
  margin-bottom: 0px;
}

.tabs-list .tabs-item .el-tabs__content {
  /* min-height: 600px; */
  box-sizing: border-box;
  padding: 0 20px 20px;
}

.user-center-bg {
  height: 178px;
  background: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/user-center-bg.png");
  background-position: center;
  background-size: cover;
}

.user-center {
  height: 745px;
  background: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/user-center.png");
  background-position: center;
  background-size: cover;
  margin-top: 30px;
}

.live-bg,
.question-bg,
.note-bg,
.download-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.live-bg {
  height: 617px;
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/usercenter-wdzb.png");
}

.question-bg {
  height: 664px;
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/usercenter-wdtw.png");
}

.note-bg {
  height: 590px;
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/usercenter-qdbj.png");
}

.download-bg {
  height: 570px;
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/usercenter-xzjl.png");
}

.honor-bg {
  width: 952px;
  height: 625px;
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/usercenter-wdry.png");
  background-size: cover;
}

.user-center-header .avatar-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  padding: 5px;
}

.user-center-header .right-box .setting-btn {
  width: 130px;
  line-height: 40px;
  border: 1px solid #000000;
  border-radius: 20px;
  text-align: center;
  color: #141414;
  font-size: 16px;
}

.courseRecord-item {
  margin-top: 20px;
}

.courseRecord-tabs .btn,
.postRecord-tabs .btn {
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #2d8cf0;
  padding: 6px 20px;
}
