.my-container {
  width: 795px;
  margin: 40px auto;
}

.my-info {
  position: relative;
  margin-bottom: 68px;
}

.my-info img {
  border-radius: 50%;
}
.my-info .user-layout {
  position: absolute;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
}

.my-info-chips {
  margin-left: 30px;
  color: #333;
}

.my-info-chips span{
  font-size: 22px;
}

.my-info-chips p {
  margin-top: 20px;
}

.my-info-chips i {
  font-size: 22px;
  cursor: pointer;
}

.my-info-chips-edit label {
  display: block;
  min-width: 70px;
  font-size: 22px;
}

.my-info-chips-edit i {
  margin-left: 10px;
}

.my-info-chips-edit .el-icon-check {
  color: #df362f;
}

.my-info-chips-edit .el-input__inner {
  color: #999;
  font-size: 16px;
}

.avatar-uploader {
  text-align: center;
}

.upload-box {
  width:100px;
  height:100px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.upload-btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left:0;
  top:0;
  /* margin: 40px auto 10px; */
  z-index: 1;
  opacity: 0;
  background-color: rgba(0,0,0,0.5);
}
.el-button:hover{
  background-color: rgba(0,0,0,0.5) !important;
  color:white !important;
}
.upload-btn .el-icon-plus{
  font-size:28px !important;
}
.upload-box:hover .upload-btn{
  background-color: rgba(0,0,0,0.5) !important;
  color:white !important;
  opacity: 1;
}
.upload-box>img {
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
}

.avatar-upload-tip {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
}

.dialog-footer .el-button {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
}

.dialog-footer .el-button:last-child {
  margin-left: 40px;
  background-color: #f5f5f5;
}

.password-tips {
  color: #999;
  font-size: 12px;
  line-height: 24px;
}

.password-dialog .el-dialog__body {
  padding-left: 48px;
  padding-right: 68px;
}

.avatar-dialog .el-dialog__footer,
.password-dialog .el-dialog__footer {
  padding-bottom: 36px;
}

.my-container .el-tabs__header {
  margin-bottom: 0;
  height: 54px;
  padding: 0 15px;
  background-color: #f6f6f6;
}

.my-container .el-tabs__nav-wrap {
  overflow: visible;
  margin-bottom: 0;
}

.my-container .el-tabs__nav-scroll {
  overflow: inherit;
}

.my-container .el-tabs__nav-wrap::after{
  display: none;
}

.my-container .el-tabs__item {
  font-size: 20px;
  height: 54px;
  line-height: 54px;
}

.my-container .el-tabs__item.is-active::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background-color: #df362f;
}

.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 20px;
}

.el-tabs--bottom .el-tabs__item.is-bottom:last-child, .el-tabs--bottom .el-tabs__item.is-top:last-child, .el-tabs--top .el-tabs__item.is-bottom:last-child, .el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 20px;
}

.my-container .el-tabs__active-bar {
  display: none;
}
/*我的收藏、我的活动、我的预约样式*/
.tabs-item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.tabs-item-img {
  min-width: 266px;
  max-width: 266px;
  width: 266px;
  margin-right: 20px;
}

.tabs-item-img img {
  max-width: 100%;
  max-height: 100%;
}

.tabs-item-discuss {
  display: flex;
  flex-direction: column;
  padding: 0 3px;
  width: 100%;
  font-size: 20px;
}
.discuss-content {
  color: #333;
}
.discuss-info {
  padding: 20px 0;
  font-size: 14px;
  color: #999;
}
.discuss-topic {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #f6f6f6;
}
.discuss-topic-img {
  margin-right: 20px;
  width: 130px;
}
.tabs-item-info h3{
  font-size: 22px;
  width: 100%;
  font-weight: 500;
}
.tabs-item-fav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tabs-item-info p {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 16px;
  width: 100%;
  line-height: 28px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 折行时应用断字法（断开单词） */
  word-wrap: break-word;
  /* 限制文本行数 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tabs-item-info-chips {
  margin-top: 20px;
  font-size: 14px;
}

.tabs-item-info-chips .zb_status {
  color:#DF362F;
  margin-right: 25px;
}

.tabs-item-info-chips > div span {
  margin-right: 20px;
}

.tabs-item-info-chips > div span i {
  margin-right: 4px;
}

.tabs-item-big-img {
  min-width: 354px;
  max-width: 354px;
  width: 354px;
  height: 200px;
}

.tabs-item-subscribe .tabs-item-img .img {
  width: 100%;
  height: 100%;
}

.tabs-item-small-info {
  /* max-width: calc(100% - 374px); */
}

.tabs-item-subscribe .tabs-item-img .live-icon{
  width: 44px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tabs-item-subscribe .tabs-item-img button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
  outline: none;
  border: none;
  color: #fff;
  font-size: 12px;
}

.orange-btn {
  background-color: #F08733;
}

.red-btn {
  background-color: #DF362F;
}

.black-btn {
  background-color: #000;
}

.tabs-item-subscribe .tabs-item-info h3 {
  line-height: 35px;
  white-space: normal;
  /* 折行时应用断字法（断开单词） */
  word-wrap: break-word;
  /* 限制文本行数 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tabs-item-subscribe .tabs-item-info p {
  margin-top: 5px;
  margin-bottom: 15px;
  -webkit-line-clamp: 3;
}
.img_box {
  min-width:100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.img_box a {
  width:245px;
  height:150px;
}
.img_box a img {
  width:100%;
  height:100%;
  object-fit: cover;
}
