  .svg-hover {
    transition: all 0.3s ease;
  }
  .svg-hover:hover {
    animation: pulse 1.5s infinite; /* 应用脉冲动画 */
    transform: scale(1.1); /* 放大1.1倍 */
    filter: brightness(1.2); /* 亮度增加20% */
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); /* 添加阴影 */
    opacity: 0.9; /* 透明度变化 */
    /* 旋转效果 */
    transform: rotate(10deg);
    /* 缩放与旋转组合 */
    transform: scale(1.1) rotate(5deg);
  }
  /* 定义脉冲动画 */
  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
  }
  /* 或定义摇摆动画 */
  @keyframes swing {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
  }
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.medal-icon {
    margin-right: 5px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.2s;
}
.medal-icon:hover {
    transform: scale(1.1);
}
.swal2-title {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
    }
.swal2-html-container {
    text-align: left !important;
    line-height: 1.8 !important;
}
.swal2-icon.swal2-custom {
    border-radius: 50% !important;
    width: 80px !important;
    height: 80px !important;
    margin: 1.5rem auto !important;
}
.medal-single-bg {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: -1;
    max-width: 305px;
    margin: auto;
    bottom: auto;
    opacity: .3;
}
.text-center.mb-3 {
    display: flex;
    justify-content: center;
}
.text-left {
    text-align: center;
    margin-top: 45px;
}
.user_xunzhang_tab img {
    width: 30px;
}
#container {
    background: #fff;
    padding-top: 0;
}
#container .content_userarea{display: flex;flex-direction: column;align-items: center;}
#container .content_userarea .xunz{
    width: 100%;
    font-size: 14px;
}
#container .content_userarea .xunz_user {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border: 1px solid #F5F6F7;
}

#container .content_userarea .xunz_user ul {
    display: block;
    margin: inherit;
    padding: inherit;
}
#container .content_userarea .xunz_user .ulmc_1, #container .content_userarea .xunz_user .ulmc_2{
    color: #666;
}
#container .content_userarea  .xunz_user ul li {
    width: calc(100% / 3 - 1px);
    float: left;
    text-align: center;
    border-right: 1px solid #F5F6F7;
    list-style: none;
    border-bottom: 1px solid #F5F6F7;
    padding: 15px 0;
}
#container .content_userarea  .xunz_user ul li span{
    margin: 10px;
}
#container .content_userarea  .xunz_user ul li span b {
    margin-right: 5px;
    font-size: 16px;
}

#container .content-fix {
    padding-top: 50px;
}
#container .content-fix .list-tab-menu {
    background-color: #F5F6F7;
}
#container .content-fix .list-tab-menu.d_fix-menu.d_iScroll {
    padding: 0 10px;
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
}

#container .content-fix .list-tab-menu ul li {
    float: left;
    padding: 0 5px 0 0;
    text-align: center;
    height: 40px;
    box-sizing: border-box;
    list-style: none;
}

#container .content-fix .list-tab-menu ul li a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-decoration: none;
}
#container .content-fix .list-tab-menu ul li a.on {
    color: #227aff;
    font-weight: bold;
}

#container .content-fix .list-tab-menu ul li a.on:after {
    left: -6px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #227aff;
    transition: all 0.2s ease-in-out;
}

#container .content-fix .list-tab-menu ul li a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #333;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

#container .content-fix .medal-list {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

#container .content-fix .list-tab-menu ul {
    display: flex;
    padding: inherit;
}

#container .content-fix .medal-list ul {
    display: flex;
    padding: inherit;
    flex-wrap: wrap;
}

#container .content-fix .medal-list ul li {
    box-sizing: border-box;
    position: relative;
    margin: 23px 0 0 0;
    padding-bottom: 20px;
    float: left;
    width: 25%;
    min-height: 185px;
    text-align: center;
    list-style: none;
}

#container .content-fix .medal-list ul li img {
    width: 60px;
    height: 60px;
    margin: 15px 0 10px 0;
    mix-blend-mode: luminosity;
}

#container .content-fix .medal-list ul li strong {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

#container .content-fix .medal-list ul li span {
    display: block;
    color: #697782;
    text-align: center;
    font-size: 12px;
    margin: 5px auto 10px;
}

#container .content-fix .medal-list ul li strong em {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #505562;
    font-style: inherit;
}

#container .content-fix .medal-list ul li button.empty {
    display: flex;
    padding: 8px 16px;
    transition: opacity .2s;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    margin: auto;
    white-space: nowrap;
    border: 1px solid #0066ff;
    color: #0066ff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0);
}