.u-dd-row2 {
  height: 36px;
  line-height: 36px;
  padding-left: 52px;
}
.help-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.help-row img {
  width: 21px;
  height: 21px;
  margin-right: 14px;
}
.help-rich img {
  width: auto;
  height: auto;
}
/* 个人中心 */
.main {
  padding: 30px 0;
}
.aside {
  border-radius: 5px;
  width: 218px;
  min-height: 390px;
  background-color: #fff;
  padding-bottom: 30px;
}
.u-dt {
  margin-bottom: 20px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
}
.u-dd {
  margin: 12px auto;
  width: 200px;
}
.u-dd .u-dd-row {
  height: 36px;
  padding-left: 18px;
}
.u-dd i {
  font-size: 22px;
  margin-right: 12px;
}
.u-dd.current .u-dd-row {
  background-color: rgba(255, 64, 58, 0.1);
  color: var(--primary);
}
.logout {
  display: block;
  margin: 36px auto 10px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #d9d9d9;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
/* 右侧 */
.article {
  overflow: hidden;
  border-radius: 5px;
  width: 964px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.u-hd {
  height: 76px;
  padding: 0 24px;
  background-color: #fff;
}
.u-avatar {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
.u-bd {
  margin-top: 14px;
  min-height: 540px;
  background-color: #fff;
}
.u-tabs {
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  overflow: auto hidden;
}
.u-tab {
  white-space: nowrap;
  position: relative;
  margin: 0 32px;
  padding: 0 2px;
  line-height: 60px;
  font-size: 16px;
}
.u-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--primary);
  transition: all 0.3s;
}
.u-content {
  padding: 30px;
}
.u-list1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 295px);
  justify-content: space-between;
  row-gap: 12px;
}
.no-status {
  margin: 90px auto;
}
.no-status img {
  width: auto;
  height: auto;
}
.no-status p {
  margin-top: 24px;
}
.u-table2 {
  border-radius: 5px;
  border: 1px solid rgba(217, 215, 215, 1);
}
.u-th, .u-tr {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 24px;
}
.u-table2 .u-tr:not(:first-child) {
  min-height: 55px;
}
.u-table2 .u-tr:not(:last-child) {
  border-bottom: 1px solid rgba(217, 215, 215, 1);
}
.u-col2 {
  flex: 1;
  padding: 0 12px;
}
.u-col-20 {
  flex: unset;
  width: 20%;
}
.u-tool5 {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.u-table2 .u-tr5:nth-child(odd) {
  background-color: #f7f7f7;
  border: none;
}
.u-table2 .u-tr5:nth-child(even) {
  background-color: #fff;
  border: none;
}
.u-tr6 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.u-tr6:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.u-content .p-btn {
  margin-top: 24px;
  background-color: rgba(255, 64, 58, 0.53);
  color: #fff;
}