/* 个人中心样式（与旧项目 user 一致：单栏白底蓝框） */
.user-center-wrap {
  width: 1200px;
  margin: 14px auto 0;
}

.container.user-box {
  width: 1200px;
  padding-bottom: 100px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 4px solid #02A7F0;
  margin-top: 14px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.container.user-box .title {
  margin-top: 38px;
  padding-bottom: 20px;
  width: 570px;
  border-bottom: 2px solid rgba(242, 242, 242, 0.8);
}
.container.user-box .title .treetop {
  width: 12px;
  height: 32px;
  background: #02A7F0;
  display: inline-block;
  vertical-align: bottom;
}
.container.user-box .title span {
  font-family: Arial Negreta, sans-serif;
  font-size: 22px;
  color: #000000;
  margin-left: 12px;
}
/* 登录、注册、完善资料：输入框区域最大宽度，避免铺满整行 */
.container.user-box .login-form-wrap .el-form-item__content,
.container.user-box .register-form-wrap .el-form-item__content,
.container.user-box .profile-form-wrap .el-form-item__content {
  max-width: 400px;
}
.container.user-box .list {
  margin-top: 22px;
}
.container.user-box .list .item {
  margin-bottom: 21px;
  cursor: pointer;
  padding: 8px 12px;
  margin-left: -12px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.container.user-box .list .item:hover {
  background: #f5f7fa;
}
.container.user-box .list .item.selected {
  background: #ecf5ff;
  color: #1E98D7;
}
.container.user-box .list .item.selected .treetop {
  background: #1E98D7;
}
.container.user-box .list .item.selected span {
  color: #1E98D7;
  font-weight: 600;
}
.container.user-box .list .item img {
  width: 18px;
  height: 18px;
  margin-left: 50px;
  display: none;
}
.container.user-box .list .item .treetop {
  width: 15px;
  height: 21px;
  background: #000000;
  display: inline-block;
  vertical-align: bottom;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2), inset 0px 5px 5px 0px rgba(0, 0, 0, 0.349);
}
.container.user-box .list .item span {
  font-family: Arial Negreta, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #333333;
  display: inline-block;
  margin-left: 10px;
}
.container.user-box .list .item .status {
  width: 58px;
  height: 21px;
  background: #000000;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  line-height: 21px;
  color: #FFFFFF;
  border-radius: 2px;
}
.container.user-box .list .item .openButton {
  width: 140px;
  height: 40px;
  opacity: 1;
  background: #F2F2F2;
  font-family: Arial Negreta, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  display: block;
  line-height: 40px;
  border-radius: 4px;
  margin-top: 15px;
  text-decoration: none;
}
.container.user-box .list .item .sleectButton {
  background: #1E98D7;
  color: #fff;
}
.container.user-box .list .item .open {
  background: #02A7F0;
}
.container.user-box .list .item .desc {
  font-family: Arial Normal, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #333333;
}
.container.user-box .list .item .step .step-item {
  float: left;
  position: relative;
}
.container.user-box .list .item .step .step-item img {
  width: 106px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 35px;
  margin-left: 0;
}
.container.user-box .list .item .step .step-item .upload {
  position: absolute;
  width: 120px;
  height: 34px;
  border-radius: 5px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #797979;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0px;
  display: block;
  line-height: 34px;
  margin-top: 16px;
  margin-left: 10px;
  color: #333333;
  cursor: pointer;
}
.container.user-box .list .item .step .step-item .text {
  width: 73px;
  height: 17px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  border: 1px solid #1E98D7;
  top: 30px;
  text-align: center;
  position: absolute;
  right: 30px;
}
.container.user-box .list .item .step .step-item .text .cache2 {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #1E98D7;
}
.container.user-box .list .item .step .step-item .button {
  display: inline-block;
  float: left;
  background: #F2F2F2;
  border: 1px solid #797979;
  width: 140px;
  height: 36px;
  color: #000000;
  font-size: 16px;
  line-height: 36px;
  margin-left: 0;
}
.container.user-box .list .item .step .selected .button {
  background: #02A7F0;
  color: #fff;
}
.container.user-box .list .item .step .selected .upload {
  background: #02A7F0;
  color: #fff;
}
.container.user-box .list .topic {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(121, 121, 121, 0.42);
}
.container.user-box .list .course {
  margin-bottom: 30px;
}
.container.user-box .list .selected img {
  display: inline-block;
}
.container.user-box .list .button {
  width: 140px;
  height: 40px;
  display: block;
  border-radius: 5px;
  background: #1E98D7;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 40px;
  color: #FFFFFF;
  margin-top: 30px;
  margin-left: 30px;
  text-decoration: none;
}
.container.user-box .list .button.button-disabled {
  background: #c0c4cc;
  color: #fff;
  cursor: not-allowed;
  pointer-events: auto;
}
.container.user-box .pagination {
  right: 30px;
  position: absolute;
  bottom: 30px;
}
