div {
  box-sizing: border-box;
}

.userCenter_title {
  height: 710px;
  width: 224px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;

}

.userCenter_title_item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: PingFang SC;
  font-size: 16px;
  color: #1D2335;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 8px;
}

.userCenter_title_item:hover {
  background-color: #FFEDEC;
  color: #FF4C45;
  font-weight: 800;
}

/* 选中样式 */
.titleSelect {
  background-color: #FFEDEC;
  color: #FF4C45;
  font-weight: 800;
}

.titleSelect .selcetdClass {
  display: block;
}

.titleSelect .title_icon {
  display: none;
}

.notitleSelect .selcetdClass {
  display: none;
}

.notitleSelect .title_icon {
  display: block;
}

.userCenter_title_item:hover .selcetdClass {
  display: block;
}

.userCenter_title_item:hover .title_icon {
  display: none;
}




.userCenter_title_item img {
  width: 20px;
  height: 20px;
}

.userCenter_title_right {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  color: #666666
}

.userCenter_right {
  width: 224px;
  height: 830px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px;
}

.userCenter_right_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1D2335;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.userCenter_right_title_left {
  display: flex;
  gap: 10px;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.userCenter_right_title_left img {
  width: 24px;
  height: 24px;
}

.userCenter_right_title_right {
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}

.userCenter_right_title_right img {
  width: 16px;
  height: 16px;
}

.userCenter_right_title_right:hover {
  font-weight: 800;
  color: #FF4C45;
}

.userCenter_left_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.userCenter_left_top_count {
  width: 224px;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  border-radius: 8px;
}

.userCenter_left_top_count_item {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: PingFang SC;
  font-size: 14px;
  color: #666666;

}

.userCenter_left_top_count_item:nth-child(1) {
  border-right: 1px solid #ECEEF4;
}

.userCenter_left_top_count_item span:nth-child(1) {
  color: #FF4C45;
  font-size: 34px;
  font-weight: 600;
}

.userCenter_left_top_userinfo {
  width: 712px;
  height: 100%;
  background: linear-gradient(180deg, #FAFAFA 0%, #FFF1F1 100%);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.userCenter_left_top_userinfo_left {
  display: flex;
  gap: 20px;
}

.userCenter_left_top_userinfo_left_pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ECEEF4;
}

.userCenter_left_top_userinfo_left_pic img {
  width: 100%;
  height: 100%;
}

.userCenter_left_top_userinfo_right_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.userCenter_left_top_userinfo_right_info span {
  margin-right: 20px;
  font-family: PingFang SC;
  font-size: 14px;
  color: #666666;
}

.jys_name {
  background: #FFEEEE;
  border-radius: 6px;
  padding: 0 10px;
  line-height: 24px;
  font-family: PingFang SC;
  color: #FF4C45;
  font-size: 12px;
}

.userCenter_left_top_userinfo_right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.userCenter_left_top_userinfo_right_item {
  background: #FDE5E4;
  border-radius: 8px;
  width: 109px;
  height: 32px;
  color: #FF4C45;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  cursor: pointer;
}

.userCenter_left_top_userinfo_right_item:hover {
  font-weight: 800;
}

.userCenter_left_top_userinfo_right_item img {
  width: 16px;
  height: 16px;
}

.userCenter_message_list {
  width: 100%;
  height: 771px;
  overflow-y: auto;

}

.userCenter_message_list_item {
  width: 100%;
  /* height: 114px; */
  border-bottom: 1px solid #ECEEF4;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.userCenter_message_list_item_circle {
  margin-top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;

  background-image: linear-gradient(0deg, #FF8500 0%, #FF0000 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.userCenter_message_list_item_circle span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}

.userCenter_message_list_item_right {
  width: 186px;
  height: 100%;
}

.userCenter_message_list_item_right h3 {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  color: #666666
}

.message_addtime {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 12px;
}

.goMessage {
  color: #557CEE;
  cursor: pointer;

}

.goMessage:hover {
  font-weight: 800;
}

.noMessage {
  margin: 0 auto;
  width: 120px;
  height: 92px;
  margin-top: 50px;

}

.noMessage img {
  width: 100%;
  height: 100%;
}

.el-table__row {
  height: 56px !important;
}

.my_page {
  margin-top: 10px;
}

.setpre {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 5px;
  font-family: PingFang SC;
  font-size: 12px;
  color: #9E9E9E;
  cursor: pointer;
}

.setpre:hover {
  font-weight: 800;
  color: #FF4C45;
}

.setpre img {
  width: 16px;
  height: 16px;
}

.selcetClass {
  color: #FF4C45 !important;
  border: none;
}

.cataLog {
  /* width: 109px; */
  height: 32px;
  background-color: #F8FAFF;
  border-radius: 4px;
  font-family: PingFang SC;
  font-size: 12px;
  color: #666;
  text-align: center;

  padding: 8px 20px;

}

.cataLog:hover {
  background-color: #FFEDEC;
  color: #FF4C45;
  border-color: #FFEDEC;
}

.my_favorite {
  width: 100%;
  height: 78px;
  background-color: #F8FAFF;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.my_favorite_left {
  width: 58px;
  height: 58px;
}

.my_favorite_left img {
  width: 100%;
  height: 100%;
}

.my_favorite_right {
  flex: 1;
}

.my_favorite_right h3 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  color: #1D2335;
}

.my_favorite_right_bottom {
  display: flex;
  gap: 40px;
  margin-top: 15px;
}

.my_favorite_right_bottom_item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}

.my_favorite_right_bottom_item img {
  width: 16px;
  height: 16px;
}

.zy_box .my_title {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECEEF4;

}

.zy_box .my_title_left {
  font-size: 20px;
  font-weight: 600;
  height: 30px;
  line-height: 35px;
  color: #1D2335;
  background-image: url(../myimg/title_leftbg.png), url(../myimg/title_rightbg.png);
  background-size: 30px 30px, 12px 12px;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  padding: 0 6px 0 15px;
}

.zy_box h3 {
  margin: 20px auto;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;

  letter-spacing: 0px;
  color: #000000;
}

.zy_box .dialog_tips {
  color: #FF8000;
  font-family: PingFang SC;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

/* 切换收藏夹 */
.changeCataLog {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;

}

.changeCataLog .el-input__inner {
  height: 32px;
}

.changeButton {
  width: 89px;
  height: 32px;
  line-height: 32px;
  background-color: #FF4C45;
  border-radius: 8px;
  text-align: center;
  color: #Fff;
  font-size: 12px;
  cursor: pointer;
}

/* 收藏夹列表 */
.changeCataLog_box {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}

.changeCataLog_box_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-right: 10px;
}

.changeCataLog_box_item_left {
  width: 32px;
  height: 32px;

}

.changeCataLog_box_item_left img {
  width: 100%;
  height: 100%;
}

.changeCataLog_box_item h3 {
  width: 200px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin: 10px auto;
}

.changeCataLog_box_item_right {
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;

}

.changeCataLog_box_item_right img {
  width: 16px;
  height: 16px;
  color: #999999;
  font-size: 14px;
}

/* 修改信息 */
.edirInfo {
  width: 712px;
  height: 710px;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
}

.edirInfo .my_title {
  margin: 0;
}

.ruleFormImg {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
}

.ruleForm_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ruleForm_top_item {
  width: 49%;
}

.getCode {
  display: flex;
}

.userCenter_title_item_children {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
}

.userCenter_title_item_children:last-child {
  margin-bottom: 20px;
}

.title_children_circle {
  margin-top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;


  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #666666;
}

.title_children_circle span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}

.title_children_active {
  background-color: #FEEDEC;
  color: #FD4D46;

}

.title_children_active .title_children_circle {
  background-image: linear-gradient(0deg, #FF8500 0%, #FF0000 100%) !important;
}

/* 题目查看弹框 */
.question_box {
  width: 100%;

}

.question_box h3 {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
}

.question_options {
  font-family: PingFang SC;
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  color: #000000;
}

.question_analyze {
  margin-top: 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
}

.question_analyze_content {
  font-weight: normal;
  color: #666;

}

.question_answer {
  margin-top: 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
}

.question_answer span {
  font-size: 24px;

}

.Practice_oper {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.Practice_oper_item {
  width: 44px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #666666;
  background-color: #F5F7FC;
  border-radius: 8px;
  cursor: pointer;

}

.myUpContShowInfo_title {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #1D2335;
  margin-top: 20px;
  text-align: center;
}

.Practice_oper_item:hover {
  background-color: #FFEDEC;
  color: #FF4C45;
}

.myUpContShowInfo_content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px auto;
}
.myUpContShowInfo_pic img{
  width: 143px;
  height: 143px;
  object-fit: cover;
}