.custom_page_content_element {
    overflow: hidden;
}
.personal-center-content{
    padding: 60px 0;
}
.settings-sidebar {
    background: #fff;
    /* border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
    padding: 16px 0;
}

.sidebar-title {
    padding: 0 16px 16px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
}


.sidebar-menu .menu-item a,
.sidebar-menu .logout-button>div{
    display: flex;
    align-items: center;
    color: inherit;
    font-size: inherit;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.2s;
    margin-bottom: 4px;
}

.sidebar-menu .menu-item svg{
    margin-right: 6px;
}

.sidebar-menu .menu-item:hover a, 
.sidebar-menu .logout-button:hover>div{
    background-color: #f7f7f7;
    
}

.sidebar-menu .menu-item.active a,
.sidebar-menu .logout-button.active>div{
    color: #FF7D00;
    font-weight: 700;
    background-color: #FFF7E8;
}

.sidebar-menu .menu-item.active svg,
.sidebar-menu .menu-item.active path{
    stroke:#FF7D00;    
}

.settings-content {
    flex: 1;
    background: #fff;
    /* border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
    padding: 24px 0 24px 24px;
}

.content-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #333;
}

.profile-avatar-item{
    border: 1px #e5e7eb dashed;
    width: 140px;
    height: 172px;
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.profile-avatar-item-label{
    display: block;
    color: #909399;
    margin-top: 10px;
}

.profile-avatar-item .avatar-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.profile-item {
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.item-label {
    width: 100px;
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
}

.item-content {
    /* flex: 1; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-value {
    font-size: 16px;
    color: #9CA3AF;
    max-width: 90%;
    word-break: break-word;
}

.edit-btn {
    margin-left: 16px;
    color: #6B7280;
    font-size: 14px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

.avatar-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.role-value {
    color: #999;
    font-size: 14px;
}

.form-control.hidden{
    display: none;
}
.form-control-label{
    display: block;
    font-size: 14px;
    margin: 0px 0 8px;
}
.required-asterisk{
    color: red;
    margin-right: 8px;
}
.input-edit-form-control,
.input-with-icon{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e1e1e1;
    width: 100%;
    border-radius: 6px;
    padding: 4px 11px;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.input-edit-form-control svg{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    margin-left: 6px;
}
.input-edit-form-control svg:hover{
    fill: #666;
}
.input-edit-form-control input[type="text"].form-control,
.input-with-icon input[type="text"].form-control,
.input-with-icon input[type="password"].form-control{
    border: none;
    padding: 0;
}
input[type="text"].form-control,
input[type="password"].form-control,
textarea.form-control{
    flex: auto;
    border-radius: 6px;
    padding: 4px 11px;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: none;
}

.input-edit-form-control:hover, .input-with-icon:hover{
    border-color: #FF7D00;
    border-inline-end-width: 1px;
    z-index: 1;
}

input[type="text"].form-control::placeholder,
input[type="password"].form-control::placeholder,
textarea.form-control::placeholder{
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/* input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
textarea.form-control:focus {
    border-color: #40a9ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    outline: 0;
} */

textarea.form-control{
    resize: none;
    height: 98px;
}
.input-edit-form-control:hover{
    border: 1px solid #FF7D00;
}
.input-edit-form-control.input-focused,
textarea.form-control:hover,
textarea.form-control:focus{
    border: 1px solid #FF7D00;
    box-shadow: 0 0 0 2px rgba(55, 5, 255, 0.06);
}
.input-edit-form-control.error{
    border: 1px solid #ff4d4f;
}
.edit-form-control.error textarea.form-control,
.input-with-icon.error{
    border: 1px solid #ff4d4f;
}
.error-message{
    color: #ff4d4f;
    font-size: 14px;
}
.textarea-counter{
    color: #9CA3AF;
    text-align: right;
    font-size: 14px;
    display: block;
}
#phone-form .form-group,
#phoneUpdateForm .form-item{
    margin-bottom: 20px;
}
.input-with-icon{
    padding: 8px 11px;
    height: 48px;
}
.captcha-image{
    height: 30px;
}
.code-btn{
    background-color: #fff;
    color: rgb(144, 147, 153);
    font-size: 14px;
    padding: 0;
    outline: none;
}
.code-btn:hover{
    background-color: #fff;
    color: #FF7D00;
}
.code-btn:disabled{
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
    background-color: #ffffff;
}
.wpb_personal_center_page_element #accountItem .input-with-icon{
    background-color: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
}
.wpb_personal_center_page_element #accountItem .input-with-icon #accountInput{
    background-color: transparent;
    cursor: not-allowed;
}

/**/
.wpb_account_security_page_element .agreement-check,
.wpb_account_security_page_element  #submitBtn{
    display: none;
}


/* 模态框样式 */
.modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10002;
}

.modal-container {
    width: 520px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.modal-content{
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.modal-header {
    padding: 16px 24px 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#unbindWechatModal .modal-header{
    justify-content: flex-start;
}

.modal-header .anticon-exclamation-circle{
    color: #faad14;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.modal-title {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
}

.modal-close {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.45);   
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 22px;
    height:22px;
    border-radius:4px;
    text-align:center;
}

.modal-close:hover{
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.06);
}

.modal-close svg{
    position: relative;
    top: 1px;
}

.modal-close svg path{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* .modal-close:hover svg path{
    stroke: #1983F9;
} */

.modal-body {
    padding: 10px 24px 4px;
}

.modal-body .text{
    margin-left: 28px;
    font-size: 14px;
}

.modal-footer {
    padding: 20px 16px 16px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.modal-footer .btn{
    font-size: 14px;
    outline: none;
}
.modal-footer .btn-cancel{
    font-size: 14px;
    background-color: #fff;
    color: #333;
    border: 1px solid #d9d9d9;
    padding: 4px 24px;
}
.modal-footer .btn-cancel:hover{
    border: 1px solid #FF7D00;
    color: #FF7D00;
}

.modal-footer .btn-confirm{
    font-size: 14px;
    padding: 4px 24px;
    background-color: #FF7D00;
}
.modal-footer .btn-confirm:hover{
    background-color: #ed8828;
}
.modal-footer .btn-confirm .loading-icon svg{
    position: relative;
    top: 3px;
    margin-right: 4px;
}

/*修改头像*/
.upload-dragger{
    border: 1px #d9d9d9 dashed;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.02);
    height: 320px;
    width: 320px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}
.upload-dragger-hint{
    color: #6B7280;
    margin-top: 10px;
}

/* 拖拽悬停状态 */
.upload-dragger.dragging {
  border-color: #1890ff;
  background-color: #f0f7ff;
}

.upload-file-button{
    background-color: #ffffff;
    border: #d9d9d9 1px solid;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.upload-file-button:hover{
    border: #FF7D00 1px solid;
    color: #FF7D00;
}
.upload-file-button svg{
    position: relative;
    top: 1px;
}

#fileInput{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



/* 隐藏类 */
.hidden {
    display: none;
}



/*登录-忘记密码*/
.modify-password-content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
}
.modify-password-content .form-container{
    width: 100%;
    max-width: 400px;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0,0,0,.12);
    box-sizing: border-box;
}
.modify-password-content #submitBtn{
    width: 100%;
    background-color: #FF7D00;
}
.modify-password-content #submitBtn:hover{
    background-color: #ed8828;
}
.modify-password-content .form-container h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0, 0, 0, 0.85);
}
.modify-password-content .form-container p.switch {
    font-size: 14px;
    line-height: 21px;
    color: rgb(144, 147, 153);
    display: flex;
    margin-top: 0;
    margin-bottom: 1em;
}
.modify-password-content .form-container p.switch a {
    display: flex;
    cursor: pointer;
    color: #FF7D00;
    user-select: none;
}
#passwordItem .input-with-icon input[type="text"].form-control, #passwordItem .input-with-icon input[type="password"].form-control,
#password2Item .input-with-icon input[type="text"].form-control, #password2Item .input-with-icon input[type="password"].form-control{
    padding: 0 20px 0 0px;
}
#passwordItem  .anticon.ant-input-password-icon,
#password2Item  .anticon.ant-input-password-icon{
    position: absolute;
    right: 12px;
    top: 13px;
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
}
#passwordItem  .anticon.ant-input-password-icon:hover,
#password2Item  .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.88);
}

/* 用户协议 */
.modify-password-content .agreement-check {
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-size: 12px;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.modify-password-content .agreement-check label{
    display: flex;
    align-items: center;
}
.modify-password-content .agreement-check a {
    color: #FF7D00;
    text-decoration: none;
}


/* 图标样式 */
.input-prefix {
    color: rgba(0, 0, 0, 0.25);
    margin-right: 5px;
}
.input-prefix svg{
    position: relative;
    top: 2px;
    font-size: 18px;
}
.shake-animation {
    animation: shake 0.5s ease-in-out;
}


/*实名认证*/
.auth-container {
    padding: 24px;
}

.auth-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #333;
}

.auth-container .form-item {
    margin-bottom: 28px;
}

.auth-container .form-label {
    width: 130px;
    font-size: 15px;
    color: #666;
    position: relative;
}

.auth-container .form-label::before{
    display: inline-block;
    margin-inline-end: 4px;
    color: #ff4d4f;
    font-size: 14px;
    line-height: 1;
    content: "*";
}

.auth-container .form-content {
    flex: 1;
    position: relative;
}

.auth-container .form-content1,
.auth-container input[type="tel"].input-field,
.auth-container input[type="text"].input-field {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    /*color: #bfbfbf;*/
}

.auth-container .form-content1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth-container .input-field:focus {
    border-bottom-color: #1890ff;
}

.auth-container .input-field::placeholder {
    color: #bfbfbf;
}

.auth-container .upload-text {
    color: #bfbfbf;
    font-size: 14px;
}

.auth-container .auth-btn {
    color: #1983F9;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
    outline: none;
}
.auth-container .auth-btn.auth-btn1{
    width: 100px;
}

.auth-container .submit-btn {
    width: 180px;
    height: 44px;
    background-color: #FF7D00;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

.auth-container .submit-btn:hover {
    background-color: #ed8828;
}

.auth-container .get-code-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(144, 147, 153) ;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}
.auth-container .get-code-btn:hover{
    color: #FF7D00;
}

.auth-container .get-code-btn:disabled {
    color: #bfbfbf;
    cursor: not-allowed;
}

.auth-container .security-tip {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

.auth-container .captcha-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    cursor: pointer;
}


.go-shopping{
    width: 166px;
    height: 44px;
    background-color: #FF7D00;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0 auto;
}
.go-shopping:hover{
    color: #ffffff;
    background-color: #ed8828;
}

.order-table,
#order-items{
    font-size: 12px;
}
.order-table th,
#order-items th,
.order-table td,
#order-items td{
    padding: .769em 10px;
    vertical-align: top;
}

.order-list-table td.order-items-container{
    padding: 0;
}

#order-items tr .th3,
#order-items tr .th4,
#order-items tr .td3,
#order-items tr .td4{
    width: 120px;
}

.order-table tr .th3,
.order-table tr .th4,
.order-table tr .th5,
.order-table tr .td3,
.order-table tr .td4,
.order-table tr .td5{
    width: 120px;
}

.order-table tr .th6,
.order-table tr .td6,
.order-table tr .th7,
.order-table tr .td7,
.order-table tr .th8,
.order-table tr .td8{
    width: 140px;
}
.order-table tr .th9,
.order-table tr .td9{
    width: 120px;
}
.order-table tr .th1,
.order-table tr .td1{
    width: 300px;
    word-break: break-word;
}
.order-table tr .th2,
.order-table tr .td2{
    width: 240px;
    word-break: break-word;
}
#order-items tr .th1,
#order-items tr .th2,
#order-items tr .td1,
#order-items tr .td2{
    width: 200px;
    word-break: break-word;
}
.order-table .item-desc,
#order-items .item-desc{
    color: #9ca3af;
    font-size: 14px;
}
.order-table .order-item{
    padding: 10px;
    display: flex;
    border-top: 1px solid #eee;
    height: 70px;
    margin-top: -1px;
    align-items: center;
    overflow: hidden;
}
.order-table .order-item .item-image,
.place-order-detail-table .item-image{
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.order-table .order-item .item-name{
    padding-left: 6px;
    line-height: 20px;
}
.order-table .detail-btn,
.order-table .cancel-btn,
.order-table .pay-btn{
    background-color: #FF7D00;
    margin: 6px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.order-table .detail-btn:hover,
.order-table .cancel-btn:hover,
.order-table .pay-btn:hover{
    background-color: #1983F9;
}
.order-table .empty-orders{
    text-align: center;
    padding: 40px;
}



.settings-content .payment-type-title{
    margin-top: 0;
}
.settings-content .order-amount{
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.settings-content .order-amount span{
    color: #6B7280;
}
.settings-content .wezo-tag{
    color: #389e0d;
    background: #f6ffed;
    border: #b7eb8f 1px solid;
    font-style: normal;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 10px;
}
.settings-content .status-waiting,
.settings-content .status-completed,
.settings-content .status-cancel{
    color: #9ca3af;
}


.btn-loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    animation: rotate 1.5s linear infinite;
    vertical-align: middle;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

@media only screen and (min-width: 992px){
    .settings-sidebar {
        width: 160px;
    }
    .auth-container .form-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .auth-container .error-message{
        flex: 0 0 100%;
        margin-left: 130px;
        margin-top: 10px;
    }
    
    .personal-center-content{
        display: flex;
        justify-content: space-between;
    }
    .settings-content {
        border-left: 1px solid #e5e7eb;
        margin-left: 16px;
        padding: 24px 0 24px 18px;
    }
    #unbindWechatModal .modal-container {
        width: 416px;
    }
}
@media only screen and (min-width: 1200px){
    .settings-content {
        border-left: 1px solid #e5e7eb;
        margin-left: 30px;
    }
}
@media only screen and (min-width: 1300px){
    .settings-sidebar {
        width: 210px;
    }
}
@media only screen and (min-width: 1400px){
    .settings-sidebar {
        width: 250px;
    }
}

@media only screen and (max-width: 1199px){
    .order-table tr .th3, .order-table tr .td3,
    .order-table tr .th5, .order-table tr .td5{
        width: 150px;
    }
    .order-table tr .th6, .order-table tr .td6{
        width: 220px;
    }
}
@media only screen and (max-width: 991px){
    .personal-center-content{
        padding: 40px 0;
    }
    .modify-password-content .form-container h3{
        font-size: 28px;
    }
    .modify-password-content{
        padding: 50px 0;
    }
    .auth-container {
        padding: 0px;
    }
    .settings-sidebar{
        border-radius: 8px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        margin: 6px 0;
    }
    .settings-content{
        border-radius: 8px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        margin-top: 30px;
        padding: 24px;
    }
    .order-table-wrapper,
    #order-table{
        overflow-x: auto;
    }
    .order-table-wrapper .order-table,
    #order-table #order-items{
        width: 900px;
    }
}
@media only screen and (max-width: 767px){
    .modal-header{
        padding: 16px 12px 2px;
    }
    .modal-body {
        padding: 4px 12px;
    }

    .personal-center-content{
        padding: 30px 0;
    }

    .modal-container{
        width: 90%;
    }
    .modify-password-content .form-container h3{
        font-size: 26px;
    }
    .modify-password-content .form-container{
        width: 340px;
        padding: 26px;
    }
}



.place-order-detail-table{
    font-size: 14px;
}
.place-order-detail-table td{
    vertical-align: top;
}
.place-order-detail-table .order-item{
    padding: 10px;
    display: flex;
    height: 70px;
    align-items: center;
    overflow: hidden;
}
.place-order-detail-table .order-items-container {
    padding: 0;
}
.place-order-detail-table .order-items .order-item {
    padding: 10px;
    display: flex;
    border-top: 1px solid #eee;
    height: 70px;
    margin-top: -1px;
    align-items: center;
    overflow: hidden;
}
.place-order-detail-table .item-iamge{
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.place-order-detail-table .order-item .item-name {
    padding-left: 6px;
}
.place-order-detail-table tr .th1,
.place-order-detail-table tr .th2,
.place-order-detail-table tr .td1,
.place-order-detail-table tr .td2{
    width: 260px;
    word-break: break-word;
}
.place-order-detail-table tr .th7,
.place-order-detail-table tr .td7{
    display: inline-masonry;
    width: 122px;    
}
.place-order-detail-table tr .th6,
.place-order-detail-table tr .td6{
    width: 122px;
}
.place-order-detail-table tr .th3,
.place-order-detail-table tr .th4,
.place-order-detail-table tr .th5,
.place-order-detail-table tr .td3,
.place-order-detail-table tr .td4,
.place-order-detail-table tr .td5{
    width: 120px;
}
@media only screen and (max-width: 1199px){
    .place-order-detail-table tr .th3, 
    .place-order-detail-table tr .th4, 
    .place-order-detail-table tr .th5, 
    .place-order-detail-table tr .td3, 
    .place-order-detail-table tr .td4, 
    .place-order-detail-table tr .td5 {
        width: 110px;
    }
    .place-order-detail-table tr .th1, 
    .place-order-detail-table tr .th2, 
    .place-order-detail-table tr .td1, 
    .place-order-detail-table tr .td2 {
        width: 200px;
    }
}
@media only screen and (max-width: 991px){
    .place-order-detail-table{
        width: 900px;
    }
}



/* 分页样式 */
.pagination {
  margin: 30px 0;
  text-align: center;
}

.pagination-container {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pagination .pagination-prev,
.pagination .pagination-next{
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.pagination .pagination-prev:hover,
.pagination .pagination-next:hover{
  border-color: #FF7D00;
  background: #FF7D00;
  color: #fff;
}
.pagination .pagination-prev.disabled,
.pagination .pagination-prev.disabled:hover,
.pagination .pagination-next.disabled,
.pagination .pagination-next.disabled:hover{
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #ddd;
  border-color: #ddd;
  color: #888888;
}


.pagination .pagination-prev:hover svg path, 
.pagination .pagination-next:hover svg path{
    fill: #fff;
}

.pagination .pagination-prev.disabled:hover svg path,
.pagination .pagination-next.disabled:hover svg path{
    fill: #888888;
}

.pagination-pages {
  display: flex;
  gap: 5px;
  color: #333;
}

.pagination-page {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  color: #333;
}

.pagination-page:hover:not(.active) {
  border-color: #FF7D00;
  background: #FF7D00;
  color: #fff;
}

.pagination-page.active {
  background: #FF7D00;
  color: #fff;
  border-color: #FF7D00;
}

.pagination-ellipsis {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/*登录、注册、修改密码统一ui界面*/
.public-login-section{
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.public-login-left{
    width: 50%;
    height: 100vh;
    position: relative;
}
.public-login-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.public-login-banner-content {
    position: absolute;
    right: 0;
    top: 50%;
    width: 90%;
    height: 90%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.public-login-banner-content h2{
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.25);
}
.public-login-banner-content .banner-desc{
    font-size: 20px;
    color: #FFFFFF;
    margin-top: auto;
}
.public-login-section .copyright,
.public-login-section .copyright a{
    font-size: 12px;
    color: #86909C;
    text-align: center;
    transition: all 0.3s;
}
.public-login-section .copyright a:hover{
    color: #FF7D00;
}
.site-logo-inner a{
    display: block;
    width: 180px;
}
.reback-link{
    color: #1983F9;
    font-size: 14px;
    margin-bottom: 20px;
}
.reback-link a{
    display: block;
    text-align: center;
}
@media only screen and (min-width: 768px){
    .public-login-right{
        width: 50%;
        padding: 0 15px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
}
@media only screen and (min-width: 2000px){
    .public-login-banner-content h2{
        font-size: 45px;
    }
}
@media only screen and (max-width: 1199px){
    .public-login-banner-content h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 991px){
    .public-login-banner-content h2 {
        font-size: 28px;
    }
    .public-login-left{
        width: 48%;
    }
}
@media only screen and (max-width: 767px){
    .public-login-left{
        display: none;
    }
    .public-login-right{
        width: 100%;
    }
    .site-logo-inner{
        padding-top: 50px;
    }
    .site-logo-inner a {
        width: 130px;
        margin: 0 auto;
    }
}
