/*!************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/user/user.css ***!
  \************************************************************************************************/
.user-center-header{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(180deg, #FFFFFF 0%, #BDF7FF 50.4%, #79AAFF 100%);
    width: 100%;
    height: 320px;
}

.user-center-header h1{
    margin: 0;
    background-image: linear-gradient(90deg, #5076FF 0%, #2CA1FF 100%);
    -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;/*给文字设置成透明*/
    background-clip: text;/*将设置的背景颜色限制在文字中*/
    font-size: 48px;
    font-weight: 700;
}


.user-center-header span{
    color: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}



.user-center-content{
    background: rgba(244, 248, 255, 1);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.user-center-content .user-center-menu{
    width: 280px;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    height: fit-content;
}

.user-center-content .user-center-menu h2{
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    width: 100%;
    border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.user-center-menu-list{
    display: flex;
    flex-direction: column;
    padding: 4px 12px 12px 12px;
    width: 100%;
    box-sizing: border-box;
    height: fit-content;
}

.user-center-content .user-center-menu .div{
    width: 100%;
    display: flex;
    align-items: center;
    height: 44px;
    border-radius: 8px;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: 8px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}


.user-center-content .user-center-menu .item-menu{
    width: 100%;
    display: flex;
    align-items: center;
    height: 44px;
    border-radius: 8px;
    padding: 0 16px;
    margin-top: 8px;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.7);
}

.user-center-content .user-center-menu .item-menu:hover{
    background: rgba(82, 153, 255, 1);
    color: #fff;
    font-weight: 700;
}

.user-center-content .user-center-menu .item-menu-select{
    background: rgba(82, 153, 255, 1);
    color: #fff;
    font-weight: 700;
}

.user-center-right{
    display: flex;
    border-left: 1px solid rgba(232, 235, 242, 1);
    flex-direction: column;
    width: 1071px;
    margin-left: 40px;
    padding-left: 30px;
    min-width: 1071px;
    max-width: 1071px;
}



.user-center-account{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.order-loading{
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 200px;
    height: 130px;
    width: 130px;
    transform: translate(-50%,0);
}

.user-center-group{
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 20px;
}

.group-point{
    background: linear-gradient(90deg, #5076FF 0%, #2CA1FF 100%);
    width: 8px;
    height: 24px;
    border-radius: 4px;
    margin-right: 12px;
}

.user-center-group h1{
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.user-center-card{
    display: flex;
    margin-top: 20px;
    padding: 0 24px 24px 24px;
    flex-direction: column;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
}

.user-account-item{
    display: flex;
    margin-top: 24px;
    align-items: center;
    width: 100%;
}

.account-item-img{
    height: 40px;
    width: 40px;
    margin-right: 8px;
}
.account-item-type{
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    margin-right: 28px;
}
.account-item-value{
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
}

.account-item-unbind{
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 400;
}

.account-item-btn{
    margin-left: 15px;
    min-width: 52px;
    height: 32px;
    border-radius: 6px;
    background: linear-gradient(90deg, #5076FF 0%, #48C6EF 100%);
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 0 12px;
    transition: all 0.3s ease;
}

.account-item-btn:hover{
    box-shadow: 0 4px 10px rgba(72, 198, 239, 0.3);
    transform: translateY(-2px);
}

.account-item-warm{
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.account-btn-logoff{
    margin-left: 36px;
    min-width: 52px;
    height: 32px;
    border-radius: 6px;
    background: rgba(255, 54, 103, 0.1);
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--danger-color);
    font-weight: 500;
    padding: 0 12px;
    transition: all 0.3s ease;
}

.account-btn-logoff:hover{
    background: rgba(255, 54, 103, 0.2);
    box-shadow: 0 4px 10px rgba(255, 54, 103, 0.2);
}

.account-item-logoff-tip{
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 400;
}


.user-order-tab{
    margin-top: 20px;
    display: flex;
    height: 52px;
    width: 100%;
    align-items: center;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 0 20px;
}

.user-tab-item{
    display: flex;
    cursor: pointer;
    position: relative;
    padding: 0 15px;
    justify-content: center;
    height: 100%;
    margin-right: 30px;
    text-decoration: none;
    align-items: center;
}

.user-tab-item span{
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
}

.user-tab-item-index{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    display: none;
    width: 36px;
    height: 3px;
    background: #48C6EF;
    border-radius: 3px 3px 0 0;
}

.user-tab-item-select span{
    font-weight: 700;
    color: #48C6EF;
}

.user-tab-item-select .user-tab-item-index{
    display: block !important;
}

.user-order-list{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
    gap: 20px;
}

.user-order-item{
    margin-top: 0;
    background: white;
    width: 100%;
    height: auto;
    min-height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.user-order-header{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: auto;
    min-height: 52px;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    background: rgba(248, 252, 255, 0.5);
}

.order-point{
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #48C6EF;
    margin-right: 8px;
}

.order-date{
    text-align: left;
    flex: 1;
}

.order-id {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 15px;
}

.order-status-tag {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.order-status-active {
    background: rgba(52, 203, 94, 0.1);
    color: #34CB5E;
}

.order-status-expired {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.4);
}

.order-product-item{
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.order-product-logo{
    height: 60px;
    width: 60px;
    position: relative;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}

.order-product-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-product-info {
    flex: 1;
}

.order-product-name{
    margin: 0;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    margin-bottom: 8px;
}

.order-product-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}

.order-meta-item {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

.order-meta-item img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    opacity: 0.7;
}

.order-product-price {
    font-size: 22px;
    font-weight: 600;
    color: #48C6EF;
}

.order-actions {
    display: flex;
    gap: 10px;
}

.order-btn {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.order-btn-primary {
    background: linear-gradient(90deg, #5076FF 0%, #48C6EF 100%);
    color: white;
}

.order-btn-primary:hover {
    box-shadow: 0 4px 10px rgba(72, 198, 239, 0.3);
    transform: translateY(-2px);
}

.order-btn-secondary {
    background: rgba(72, 198, 239, 0.1);
    color: #48C6EF;
}

.order-btn-secondary:hover {
    background: rgba(72, 198, 239, 0.2);
}

.user-order-empty-list{
    width: 100%;
    height: 300px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: 400;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.user-order-empty-list img{
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.no-orders {
    display: none;
}

.pagination{
    height: auto;
    min-height: 52px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    margin-top: 20px;
}

.page-span-text{
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-weight: 400;
}

.page-btn{
    height: 32px;
    width: 32px;
    cursor: pointer;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-btn:hover{
    background: rgba(65, 176, 255, 0.2);
}

.page-btn-disable img{
    transform: translateY(-480px); 
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0 480px);
}

.page-btn-disable:hover{
    cursor: default !important;
    background: none !important;
}

.page-btn img{
    height: 16px;
    width: 16px;
}

.page-pre-btn{
    margin-left: 12px;
}

.page-next-btn{
    margin-right: 12px;
}

.page-num-row{
    display: flex;
    align-items: center;
}

.page-num-btn{
    height: 32px;
    width: 32px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    margin-left: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page-num-btn:hover{
    background: rgba(65, 176, 255, 0.2);
    color: rgba(82, 153, 255, 1);
}

.page-num-btn-select{
    background: rgba(65, 176, 255, 0.2);
    color: rgba(82, 153, 255, 1);
}

.page-num-btn-more{
    background: none;
    cursor: default;
    color: rgba(0, 0, 0, 0.7);
}

.page-num-btn-more:hover{
    background: none;
    color: rgba(0, 0, 0, 0.7);
}

.page-num-input{
    width: 36px;
    height: 32px;
    text-align: center;
    outline: none;
    border-radius: 5px;
    margin: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.1)
}

/* 隐藏输入框上下箭头 */
.page-num-input::-webkit-inner-spin-button,
.page-num-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
/* 兼容Firefox */
.page-num-input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}


/*!****************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/user/logoff/logoff-dialog.css ***!
  \****************************************************************************************************************/
.dialog-logoff-root {
    border-radius: 20px;
    background-color: #fff;
    width: 800px;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.dialog-logoff-detail{
    margin: 0 32px;
    width: calc(100% - 64px);
    display: flex;
    flex-direction: column;
}
.logoff-content-title{
    width: 100%;
    text-align: center;
    margin: 20px 0 12px 0;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
}

.logoff-content{
    margin-top: 4px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    
}


.logoff-content-indent{
    text-indent: 2em;
}

.logoff-product-list{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.logoff-content-li{
    display: flex;
    height: 24px;
    min-height: 24px;
    margin-top: 4px;
    align-items: center;
    width: 100%;
    padding-left: 2em;
}

.content-point{
    height: 4px;
    width: 4px;
    min-height: 4px;
    min-width: 4px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    margin-right: 4px;
}

.logoff-product-name{
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 14px;
}

.logoff-content-red{
    color: rgba(255, 54, 103, 1);
    margin-top: 8px;
    margin-bottom: 4px;
    font-weight: 700;
}

.logoff-line-split{
    background: rgba(232, 235, 242, 1);
    width: 100%;
    height: 1px;
    margin-top: 20px;
}

.logoff-row{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 40px;
}


.app-checkbox-btn{
    display: flex;
    white-space: nowrap;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}

.app-check-img{
    display: flex;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1.25px solid rgba(0, 0, 0, 0.1)
}

.app-check{
    border: 1.25px solid rgba(82, 153, 255, 1);
    background-color: rgba(82, 153, 255, 1);
}

.app-check-img img{
    height: 100%;
    width: 100%;
}

.app-check-label{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

.logoff-agreement{
    color: rgba(82, 153, 255, 1);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.logoff-row-flex{
    flex: 1;
}

.logoff-btn-next{
    background: rgba(82, 153, 255, 1);
    border-radius: 8px;
    height: 44px;
    width: 144px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.logoff-btn-next-disable{
    background: rgba(82, 153, 255, 0.2) !important;
    cursor: default !important;
}

.start-logoff-btn-diasble{
    background: rgba(255, 54, 103, 0.2) !important;
    cursor: default !important;
}

.dialog-logoff-with-email-root {
    border-radius: 20px;
    background-color: #fff;
    width: 360px;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.logoff-email-text{
    margin: 20px 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.email-hightlight{
    color: rgba(82, 153, 255, 1) !important;
}

.logoff-email{
    display: flex;
    height: 42px;
    align-items: center;
    background: rgba(244, 248, 255, 1);
    border-radius: 8px;

}

.input-email{
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 14px;
    font-size: 14px;
    font-weight: 400;
    background: none;
    
}

.input-email:focus{
    border: none;
    outline: none;
}

.input-email::placeholder{
    color: rgba(0, 0, 0, 0.4);
}

.code-split{
    width: 1px;
    height: 18px;
    background: rgba(232, 235, 242, 1);
}

.get-code-btn{
    height: 100%;
    width: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(82, 153, 255, 1);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.start-logoff-btn{
    width: 100%;
    margin-top: 32px;
    margin-bottom: 40px;
    background: rgba(255, 54, 103, 1) ;
    border-radius: 8px;
    height: 44px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}




/*!*****************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/user/wx-dialog.css ***!
  \*****************************************************************************************************/
.dialog-bind-wx-root {
    border-radius: 20px;
    background-color: #fff;
    width: 360px;
    height: fit-content;
    display: flex;
    flex-direction: column;
}


.dialog-login-wx {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
}

.dialog-login-wx-code {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.wx-loading-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wx-loading-cover-refresh {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wx-loading-btn {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wx-dialog-code img {
    height: 100%;
    width: 100%;
}

.wx-dialog-tip {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    z-index: 999;
    color: rgba(0, 0, 0, 0.8);
}

.dialog-login-wx-code img {
    width: 100%;
    height: 100%;
}


.dialog-login-wx-tip {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, 0.8);

}

/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/user/logoff/logoff-with-email-dialog.css ***!
  \***************************************************************************************************************************/
.dialog-merge-root {
  border-radius: 20px;
  background-color: #fff;
  width: 400px;
  height: fit-content;
  display: flex;
  flex-direction: column;
}





.dialog-bind-email {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
}

.dialog-bind-input {
  flex: 1;
  height: 42px;
  min-height: 42px;
  width: calc(100% - 64px);
  font-size: 14px;
  margin: 0px 32px 20px 32px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dialog-bind-input input {
  color: rgba(0, 0, 0, 0.8);
  flex: 1;
  height: 42px;
  min-height: 42px;
  font-size: 14px;
  border: none;
  outline: none;
  font-weight: 400;
  background: rgba(244, 248, 255, 1);

  border: 1px solid rgba(244, 248, 255, 1);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0 12px;
}

.dialog-bind-input input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  border: none;
  outline: none;
}

.dialog-bind-get-code {
  height: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 16px;
  color: rgba(82, 153, 255, 1);

}

.start-logoff-btn-diasble {
  color: rgba(171, 183, 204, 1);
  background: rgba(242, 245, 249, 1);
}

.start-logoff-btn {
  margin: 32px 0px 40px 0px;
  background: rgba(255, 54, 103, 1);
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 22px;
  cursor: pointer;
}



.start-logoff-btn:hover{
  background: linear-gradient(0deg, #FF3667, #FF3667),
linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));

}


.dialog-bind-orther-type {
  display: flex;
  align-items: center;
  /* margin: 0px 56px 10px 56px; */
  width: calc(100% - 112px);
  position: absolute;
  min-height: 28px;
  left: 50%;
  bottom: 68px;
  transform: translate(-50%, 0);
}

.dialog-bind-line {
  height: 1px;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.05);
}

.dialog-bind-orther-type span {
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  font-weight: 400;
  margin-left: 14px;
  margin-right: 14px;
}

.dialog-bind-btn-qq {
  height: 38px;
  width: 38px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/user/bind/bind-email-dialog.css ***!
  \******************************************************************************************************************/
.dialog-merge-root {
  border-radius: 20px;
  background-color: #fff;
  width: 400px;
  height: fit-content;
  display: flex;
  flex-direction: column;
}





.dialog-bind-email {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
}

.dialog-bind-input {
  flex: 1;
  height: 42px;
  min-height: 42px;
  width: calc(100% - 64px);
  font-size: 14px;
  margin: 0px 32px 20px 32px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dialog-bind-input input {
  color: rgba(0, 0, 0, 0.8);
  flex: 1;
  height: 42px;
  min-height: 42px;
  font-size: 14px;
  border: none;
  outline: none;
  font-weight: 400;
  background: rgba(244, 248, 255, 1);

  border: 1px solid rgba(244, 248, 255, 1);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0 12px;
}

.dialog-bind-input input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  border: none;
  outline: none;
}

.dialog-bind-get-code {
  height: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 16px;
  color: rgba(82, 153, 255, 1);

}

.dialog-bind-get-code-disable {
  color: rgba(171, 183, 204, 1);
  background: rgba(242, 245, 249, 1);
}

.dialog-bind-btn {
  margin: 0px 32px 40px 32px;
  background: rgba(82, 153, 255, 1);
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: calc(100% - 64px);
  border-radius: 22px;
  cursor: pointer;
}

.dialog-bind-btn-disable {
  margin: 0px 32px 40px 32px;

  background: linear-gradient(90deg, rgba(80, 118, 255, 0.2) 0%, rgba(44, 161, 255, 0.2) 100%);

  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: calc(100% - 64px);
  border-radius: 22px;
  cursor: pointer;
  opacity: 0.4;
}


.dialog-bind-btn:hover{
  background: rgba(74, 138, 230, 1);
}


.dialog-bind-orther-type {
  display: flex;
  align-items: center;
  /* margin: 0px 56px 10px 56px; */
  width: calc(100% - 112px);
  position: absolute;
  min-height: 28px;
  left: 50%;
  bottom: 68px;
  transform: translate(-50%, 0);
}

.dialog-bind-line {
  height: 1px;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.05);
}

.dialog-bind-orther-type span {
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  font-weight: 400;
  margin-left: 14px;
  margin-right: 14px;
}

.dialog-bind-btn-qq {
  height: 38px;
  width: 38px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/user/check/check-email-dialog.css ***!
  \********************************************************************************************************************/

.dialog-merge-root {
    border-radius: 20px;
    background-color: #fff;
    width: 400px;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }

  
.dialog-merge-msg{
    color: rgba(255, 54, 103, 1) !important;
}

.dialog-merge-item-col{
    display: flex;
    flex-direction: column;
    width: calc(100% - 64px);
    background: rgba(244, 248, 255, 1);
    border-radius: 8px;
    margin: 0 32px 20px 32px;
    padding: 4px 0;
}

.dialog-merge-item{
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    padding: 12px 0px;
    margin: 0 20px;
    border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.merge-none-border{
    border-bottom: none !important;
}

.dialog-merge-item p{
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    width: 216px;
    margin: 0;
    max-width: 216px;
    line-height: 24px;
    text-align: left;
    word-wrap: break-word;      /* 旧版本浏览器支持 */
    overflow-wrap: break-word;  /* 标准属性 */
}

.start-check-btn{
    font-size: 14px;
    font-weight: 700;
    background: rgba(82, 153, 255, 1);
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    margin: 32px 0 40px 0;
}

.start-check-btn:hover{
    background: rgba(74, 138, 230, 1);
}

.start-check-btn-diasble{
    background: rgba(82, 153, 255, 0.2);

}

.dialog-merge-btn:hover{
    background: rgba(74, 138, 230, 1);
}




   /* 新增样式 */
   :root {
    --primary-color: #48C6EF;
    --primary-gradient: linear-gradient(90deg, #5076FF 0%, #48C6EF 100%);
    --secondary-color: #5076FF;
    --text-dark: #333333;
    --text-medium: #666666;
    --text-light: #999999;
    --background-light: #F8FCFF;
    --border-color: #E8EFF5;
    --card-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    --success-color: #34CB5E;
    --warning-color: #FF9F43;
    --danger-color: #FF3667;
}

/* 顶部用户信息区域 */
.user-profile-header {
    background: var(--primary-gradient);
    padding: 40px 0;
    color: white;
    margin-bottom: 30px;
    border-radius: 0 0 20px 20px;
    box-shadow: var(--card-shadow);
}

.user-profile-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.user-avatar-large {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid white;
    box-shadow: var(--card-shadow);
    margin-right: 30px;
}

.user-profile-info {
    flex: 1;
}

.user-profile-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.user-profile-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    opacity: 0.9;
}

.user-profile-meta span {
    display: flex;
    align-items: center;
}

.user-profile-meta img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

/* 重设内容区样式 */
.user-center-content {
    background: var(--background-light);
    padding: 0 0 60px;
}

.user-center-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.user-center-menu {
    flex: 0 0 260px;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: var(--card-shadow);
}

.user-center-menu h2 {
    color: var(--text-dark);
    padding: 20px;
    margin: 0;
    font-size: 18px;
    border-bottom: 1px solid var(--border-color);
}

.user-center-menu-list {
    padding: 15px;
}

.item-menu {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    color: var(--text-medium);
    cursor: pointer;
    transition: all 0.3s ease;
}

.item-menu:hover {
    background: rgba(72, 198, 239, 0.1);
    color: var(--primary-color);
}

.item-menu-select {
    background: var(--primary-gradient) !important;
    color: white !important;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(72, 198, 239, 0.3);
}

.item-menu-icon {
    margin-right: 12px;
    font-size: 18px;
}

.user-center-right {
    flex: 1;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    min-width: 0;
    max-width: 100%;
}

.user-center-group {
    margin-bottom: 25px;
}

.user-center-group h1 {
    font-size: 22px;
    color: var(--text-dark);
    display: flex;
    align-items: center;
}

.group-point {
    background: var(--primary-gradient);
    width: 4px;
    height: 20px;
    border-radius: 2px;
    margin-right: 10px;
}

.user-center-card {
    background: white;
    border-radius: 12px;
    box-shadow: var(--card-shadow);
    padding: 25px;
    margin-bottom: 25px;
}

.user-account-item {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}

.user-account-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.user-account-item:first-child {
    padding-top: 0;
}

.account-item-img {
    width: 32px;
    height: 32px;
}

.account-item-type {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-right: 20px;
}

.account-item-value {
    color: var(--text-medium);
}

.account-item-unbind {
    color: var(--text-light);
}

.account-item-btn {
    background: var(--primary-gradient);
    border-radius: 6px;
    padding: 6px 15px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.account-item-btn:hover {
    box-shadow: 0 4px 10px rgba(72, 198, 239, 0.3);
    transform: translateY(-2px);
}

.account-btn-logoff {
    background: rgba(255, 54, 103, 0.1);
    color: var(--danger-color);
    border-radius: 6px;
    padding: 6px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.account-btn-logoff:hover {
    background: rgba(255, 54, 103, 0.2);
    box-shadow: 0 4px 10px rgba(255, 54, 103, 0.2);
}

/* 订单页面样式优化 */
.user-order-tab {
    background: white;
    border-radius: 12px;
    box-shadow: var(--card-shadow);
    padding: 5px 20px;
    margin-bottom: 25px;
}

.user-tab-item {
    padding: 15px 10px;
    position: relative;
    margin-right: 30px;
}

.user-tab-item span {
    color: var(--text-medium);
    font-size: 16px;
    transition: all 0.3s ease;
}

.user-tab-item:hover span {
    color: var(--primary-color);
}

.user-tab-item-select span {
    color: var(--primary-color);
    font-weight: 600;
}

.user-tab-item-index {
    height: 3px;
    background: var(--primary-color);
    border-radius: 3px 3px 0 0;
}

.user-order-empty-list {
    background: white;
    border-radius: 12px;
    box-shadow: var(--card-shadow);
    padding: 60px 0;
}

.user-order-empty-list img {
    opacity: 0.5;
    width: 120px;
    height: 120px;
}

.user-order-empty-list span {
    color: var(--text-light);
    margin-top: 20px;
}

.pagination {
    background: white;
    border-radius: 12px;
    box-shadow: var(--card-shadow);
    padding: 15px 20px;
    justify-content: flex-end;
}

/* 添加样式优化订单列表 */
.user-order-item {
    background: white;
    border-radius: 12px;
    box-shadow: var(--card-shadow);
    margin-bottom: 20px;
    overflow: hidden;
}

.user-order-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: rgba(248, 252, 255, 0.5);
    border-bottom: 1px solid var(--border-color);
}

.order-point {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: var(--primary-color);
    margin-right: 8px;
}

.order-id {
    font-weight: 500;
    color: var(--text-dark);
    margin-right: 15px;
}

.order-date {
    color: var(--text-medium);
    flex: 1;
}

.order-status-tag {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.order-status-active {
    background: rgba(52, 203, 94, 0.1);
    color: var(--success-color);
}

.order-status-expired {
    background: rgba(0, 0, 0, 0.05);
    color: var(--text-light);
}

.order-product-item {
    padding: 20px;
    display: flex;
    align-items: center;
}

.order-product-logo {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}

.order-product-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-product-info {
    flex: 1;
}

.order-product-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.order-product-meta {
    display: flex;
    gap: 24px;
}

.product-meta span {
    font-size: 14px;
    color: var(--text-medium);
}

.product-price {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
}

.order-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* 分页样式 */
.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #f0f0f0;
}

.page-total {
    font-size: 14px;
    color: #999;
}

.page-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-btn {
    padding: 6px 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}

.page-btn:not(:disabled):hover {
    border-color: #48C6EF;
    color: #48C6EF;
}

.page-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.page-numbers {
    display: flex;
    gap: 8px;
}

.page-number {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.page-number:hover {
    border-color: #48C6EF;
    color: #48C6EF;
}

.page-number.active {
    background: #48C6EF;
    color: #fff;
    border-color: #48C6EF;
}

.page-jump {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.page-input {
    width: 50px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s;
}

.page-input:focus {
    border-color: #48C6EF;
    outline: none;
}

/* 响应式布局 */
@media screen and (max-width: 768px) {
    .user-profile-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .user-profile-meta {
        flex-direction: column;
        gap: 12px;
    }

    .user-center-container {
        flex-direction: column;
    }

    .user-center-menu {
        width: 100%;
    }

    .product-meta {
        flex-direction: column;
        gap: 8px;
    }

    .order-header {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .pagination {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
}

/* 用户中心整体布局 */
.user-center-wrapper {
    min-height: calc(100vh - 60px);
    background-color: #f5f7fa;
    padding-bottom: 40px;
}

/* 用户信息头部 */
.user-profile-header {
    background: linear-gradient(135deg, #48C6EF 0%, #6F86D6 100%);
    padding: 40px 0;
    color: #fff;
    margin-bottom: 24px;
}

.user-profile-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.user-profile-avatar {
    position: relative;
    width: 100px;
    height: 100px;
}

.user-avatar-large {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.2);
    object-fit: cover;
}

.user-avatar-edit {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    color: #48C6EF;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.user-avatar-edit:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.user-profile-info {
    flex: 1;
}

.user-profile-name {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.username {
    font-size: 24px;
    font-weight: 600;
}

.user-level {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 14px;
}

.user-profile-meta {
    display: flex;
    gap: 24px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    opacity: 0.9;
}

.meta-item img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.user-profile-actions {
    display: flex;
    gap: 12px;
}

.action-btn {
    padding: 8px 20px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}

.action-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.action-btn-primary {
    background: #fff;
    color: #48C6EF;
    border: none;
}

.action-btn-primary:hover {
    background: #f0f0f0;
}

/* 用户中心内容区域 */
.user-center-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.user-center-container {
    display: flex;
    gap: 24px;
}

/* 左侧菜单 */
.user-center-menu {
    width: 240px;
    background: #fff;
    border-radius: 8px;
    padding: 24px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.user-center-menu h2 {
    padding: 0 24px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #333;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.3s;
    color: #666;
}

.menu-item:hover {
    background: rgba(72, 198, 239, 0.05);
    color: #48C6EF;
}

.menu-item.active {
    background: rgba(72, 198, 239, 0.1);
    color: #48C6EF;
    position: relative;
}

.menu-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #48C6EF;
}

.menu-icon {
    margin-right: 12px;
    font-size: 18px;
}

.menu-text {
    font-size: 14px;
}

/* 右侧内容区域 */
.user-center-right {
    flex: 1;
    min-width: 0;
}

.user-center-panel {
    /* display: none; */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.user-center-panel.active {
    display: block;
}

.panel-header {
    padding: 24px;
    border-bottom: 1px solid #f0f0f0;
}

.panel-header h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
}

.panel-desc {
    font-size: 14px;
    color: #999;
}

.panel-content {
    padding: 24px;
}

/* 信息卡片样式 */
.info-card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 24px;
}

.info-card:last-child {
    margin-bottom: 0;
}

.info-card-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.info-card-header h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.info-card-header p {
    font-size: 14px;
    color: #999;
}

.info-card-content {
    padding: 24px;
}

/* 绑定项样式 */
.bind-item {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.bind-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bind-icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.bind-info {
    flex: 1;
}

.bind-type {
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}

.bind-value {
    font-size: 14px;
    color: #666;
}

.bind-status {
    font-size: 14px;
    color: #999;
}

.bind-action {
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}

.bind-action:hover {
    border-color: #48C6EF;
    color: #48C6EF;
}

.bind-action.bind-primary {
    background: #48C6EF;
    color: #fff;
    border: none;
}

.bind-action.bind-primary:hover {
    background: #3bb4dc;
}

/* 安全项样式 */
.security-item {
    display: flex;
    align-items: center;
    padding: 16px 0;
}

.security-icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.security-info {
    flex: 1;
}

.security-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}

.security-desc {
    font-size: 14px;
    color: #999;
}

.security-action {
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}

.security-action.danger {
    color: #ff4d4f;
    border-color: #ff4d4f;
}

.security-action.danger:hover {
    background: #fff1f0;
}

/* 订单面板样式 */
.order-tabs {
    display: flex;
    padding: 0 24px;
    border-bottom: 1px solid #f0f0f0;
}

.tab-item {
    padding: 16px 24px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

.tab-item:hover {
    color: #48C6EF;
}

.tab-item.active {
    color: #48C6EF;
}

.tab-item.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #48C6EF;
}

/* 订单列表样式 */
.order-list {
    padding: 24px;
}

.order-empty {
    text-align: center;
    padding: 48px 0;
    color: #999;
}

.order-empty img {
    width: 120px;
    margin-bottom: 16px;
}

.order-item {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    margin-bottom: 16px;
    transition: all 0.3s;
}

.order-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.order-header {
    padding: 16px 24px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 24px;
}

.order-id {
    color: #333;
    font-size: 14px;
}

.order-date {
    color: #999;
    font-size: 14px;
}

.order-status {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    background: #f5f5f5;
    color: #999;
}

.order-status.active {
    background: #e6f7ff;
    color: #1890ff;
}

.order-item.expired .order-status {
    background: #fff1f0;
    color: #ff4d4f;
}

.order-content {
    padding: 24px;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.product-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.product-details {
    flex: 1;
}

.product-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.product-meta {
    display: flex;
    gap: 24px;
}

.product-meta span {
    font-size: 14px;
    color: #666;
}

.product-price {
    font-size: 20px;
    color: #ff4d4f;
    font-weight: 500;
}

.order-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* 分页样式 */
.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #f0f0f0;
}

.page-total {
    font-size: 14px;
    color: #999;
}

.page-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-btn {
    padding: 6px 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}

.page-btn:not(:disabled):hover {
    border-color: #48C6EF;
    color: #48C6EF;
}

.page-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.page-numbers {
    display: flex;
    gap: 8px;
}

.page-number {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.page-number:hover {
    border-color: #48C6EF;
    color: #48C6EF;
}

.page-number.active {
    background: #48C6EF;
    color: #fff;
    border-color: #48C6EF;
}

.page-jump {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.page-input {
    width: 50px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s;
}

.page-input:focus {
    border-color: #48C6EF;
    outline: none;
}

/* 响应式布局 */
@media screen and (max-width: 768px) {
    .user-profile-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .user-profile-meta {
        flex-direction: column;
        gap: 12px;
    }

    .user-center-container {
        flex-direction: column;
    }

    .user-center-menu {
        width: 100%;
    }

    .product-meta {
        flex-direction: column;
        gap: 8px;
    }

    .order-header {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .pagination {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
}