.portal_vue
{
    width:100%;
    background-color: rgba(255,255,255,1);        
    border:0px solid rgba(0,0,0,1);
    font-family: "Verdana","Microsoft YaHei";           
}

.portal_header
{
    width:100%;
    margin:30px 0 30px 0;
}

.ph_inner
{
    width:1200px;
    border:0px solid rgba(0,0,0,1);        
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;    
}

.logo_section
{
}

.logo_section .logo
{
    width:150px;
    margin:0 30px 0 0;
    content:url("../../image/public/logo.png");    
}

.logo_section .logo:hover
{
    cursor: pointer;
}
.logo_section .portal_title
{
    font-size: 16px; 
    color: rgba(0,0,0,0.9);
    font-weight: bold;    
    border:0px solid rgba(0,0,0,1);     
}

.switch-link
{
    font-size: 14px;
    color: #266d7d;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all 0.3s;
}

.switch-link a
{
    color: rgba(38,109,125,0.9);      
}

.switch-link a:hover
{
    color: rgba(38,109,125,0.7);
    text-decoration: underline;
}

.portal_main 
{
    background-image: url("../../image/user/account.png");  
    background-repeat: repeat;  
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 800px;              
}

.pm_form_container
{
    width:500px;
    margin:100px 10% 0 0;
    padding:30px;
    background-color: rgba(255,255,255,1);    
    border-radius: 20px;
}


.form_header 
{
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}


.form_title 
{
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}
        
.form_subtitle 
{
    font-size: 14px;
    color: #666;
}
        
.form-body 
{
    padding: 10px 20px 20px 20px;
}
        
.form-tabs 
{
    margin-bottom: 25px;
}
        
        
.custom-tabs 
{
    display: flex;
    border-bottom: 1px solid #e4e7ed;
}
        
.tab-item 
{
    flex: 1;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    font-size: 16px;
    color: #909399;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.tab-item.active 
{
    color: #266d7d;
    border-bottom-color: #266d7d;
}
        
        
.form-input-group 
{
    margin-bottom: 20px;
}
        
.input-with-icon 
{
    position: relative;
}

/* 新增图标样式 - 类似element-ui的灰色图标 */
.icon-mobile, .icon-password, .icon-email {
    display: inline-block;
    font-style: normal;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    position: relative;
}

.icon-mobile:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 16px;
    border: 1px solid #909399;
    border-radius: 2px;
}

.icon-mobile:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 1px solid #909399;
    border-top: 2px solid #909399;
    border-right: 1px solid #909399;
    border-radius: 1px;
}

.icon-password:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border: 1px solid #909399;
    border-radius: 50%;
}

.icon-password:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    width: 8px;
    height: 6px;
    border: 1px solid #909399;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.icon-email:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 8px;
    border: 1px solid #909399;
    border-radius: 2px;
}

.icon-email:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 5px;
    height: 5px;
    border-left: 1px solid #909399;
    border-bottom: 1px solid #909399;
    transform: rotate(-45deg);
}

/* 修改原有的input-icon样式 */
.input-icon 
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}


.el-form {
    width: 100%;
}

.el-form-item {
    margin-bottom: 20px;
}

.el-input__inner {
    padding-left: 40px !important;
    height: 44px !important;
    line-height: 44px !important;
}

.el-input__prefix {
    left: 12px !important;
    display: flex !important;
    align-items: center !important;
}

.verification_group {
    display: flex;
    gap: 10px;
}

.verification_group .el-form-item {
    flex: 1;
    margin-bottom: 0;
}




/* 滑块验证样式 */
.slider-verify-container 
{
    width: 100%;
    height: 40px;
    background: #f5f7fa;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    position: relative;
    margin: 25px 0;
    overflow: hidden;
}

.slider-verify-bg 
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
    background: linear-gradient(to right, #e8f4f8 0%, #e8f4f8 100%);
    background-size: 100% 100%;
    transition: background-size 0.3s;
    user-select: none;
}

.slider-verify-btn 
{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: white;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #266d7d;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: left 0.1s;
}

.slider-verify-btn:hover 
{
    background: #f9f9f9;
}

.slider-verify-btn.success 
{
    background: #67c23a;
    border-color: #67c23a;
    color: white;
}

.form_options 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.remember-me 
{
    display: flex;
    align-items: center;
}

.remember-checkbox 
{
    margin-right: 5px;
}

.remember-text 
{
    font-size: 14px;
    color: #666;
}

.forget-password 
{
    color: #266d7d;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.forget-password:hover 
{
    text-decoration: underline;
}        

.protocol-agreement 
{
    margin: 20px 0;
    font-size: 14px;
    color: #666;
}

.protocol-checkbox 
{
    margin-right: 5px;
}

.protocol-link 
{
    color: #266d7d;
    text-decoration: none;
    margin: 0 5px;
}

.protocol-link:hover 
{
    text-decoration: underline;
}

.submit-btn 
{
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, rgba(38,109,125,0.6),  rgba(38,109,125,1));
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px;
}

.submit-btn:hover 
{
    opacity: 0.9;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(38, 109, 125, 0.3);
}

.submit-btn:disabled 
{
    background: #c0c4cc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}        

.send-code-btn 
{
    min-width: 120px;
    background-color: #266d7d;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.send-code-btn:hover 
{
    background-color: #1e5a67;
}

.send-code-btn.disabled 
{
    background-color: #c0c4cc;
    cursor: not-allowed;
}


.agreement-modal
{
    width: 50%;
}



@media (max-width: 768px) 
{
    .portal_vue
    {
        background: linear-gradient(to bottom, rgba(206,235,241,1), rgba(255,255,255,1));            
    }
    
    .portal_header
    {
        width:100%;
        margin:0;
        padding: 15px 0 20px 0;
    }       
    
    .logo_section .portal_title
    {
        font-size: 14px; 
        font-weight:normal;
        color: rgba(0,0,0,0.9);
    }    
    .ph_inner
    {
        flex-direction: column;
        width: 100%;
    }
    
    .tab-item 
    {
        font-size: 14px;
        padding: 5px 0;
    }
    
    .logo_section .logo
    {
        width:60px;
    }   
    
    .portal_main 
    {
        background-image: none;  
        width: 100%;
        height:auto;
    }  

    .pm_form_container
    {
        width:100%;
        margin:0 10px 0 10px;
        padding:0 10px 0 10px;
        background-color: rgba(255,255,255,0.5);    
        border-radius: 10px;
    }
 
    .form-body 
    {
        padding: 10px;
    }
    .form_subtitle 
    {
        font-size: 12px;
        color:rgba(80,80,80,0.5);
    }
    .send-code-btn 
    {
        touch-action: none;
        -webkit-tap-highlight-color: transparent;
    }
    
    .slider-verify-container 
    {
        touch-action: none;
    }    
    
    .agreement-modal
    {
        width: 90%;
        height:50%;
        margin: auto!important;
    }    
    .agreement-modal .el-dialog
    {
        width:100%;
        margin: 0!important;
    }
}




