.view-body.imax * {
  font-size: 16px !important;
  line-height: 2 !important;
  font-family: 'Microsoft YaHei', '微软雅黑' !important;
  color: #444 !important;
}
@media screen and (max-width: 1440px) {
 
}


.header .fns .item .loreg { white-space: nowrap;}

#btn_fastRZ {
    display: inline-block; vertical-align: middle; margin-left: 55px; height: 44px; width: 200px; line-height: 44px;
}
@media screen and (max-width: 1024px) {
    #btn_fastRZ {margin-left: 15px; width: 172px;font-size: 14px;}
}

/* 修复图形验证码输入框样式 - 确保输入框和图片在同一行，宽度一致 */
.accountForm .formItem.pvc {
    position: relative;
}
.accountForm .formItem.pvc .skin {
    padding-right: 135px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
/* 图形验证码图片样式 - 绝对定位在右侧 */
.accountForm .formItem.pvc img.yzm_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    cursor: pointer;
    border-left: #e0e0e0 solid 1px;
}
/* 确保所有 pvc 输入框宽度一致 */
.accountForm .formItem.pvc .skin {
    padding-right: 130px !important;
}
