.h-box-top {
    width: 420px;
    height: 420px !important;
    position: unset;
    right: unset;
    top: unset;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 15px 35px -25px #ffa30200;
}

.h-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-login-btn {
    background-image: linear-gradient(to bottom, #ffa302 0, #ffa302 100%);
    color: #fff;
    border: 1px solid transparent !important; /* 强制透明边框（或自定义颜色） */
    outline: none !important; /* 禁用轮廓线 */
    box-shadow: none !important; /* 禁用阴影 */
    -webkit-tap-highlight-color: transparent; /* 禁用移动端点击高亮 */
}

/* 覆盖所有交互状态 */
.h-login-btn:hover,
.h-login-btn:active,
.h-login-btn:focus {
    background-image: linear-gradient(to bottom, #ffa302 0, #ffa302 100%) !important;
    color: #fff !important;
    border-color: transparent !important; /* 确保边框颜色不变 */
}

.pull-right {
    color: #ffa302;
}

a, a:hover {
    color: #ffa302;
    text-decoration: none;
}

label > input[type="checkbox"]:checked + i {
    border-color: #ffa302;
    background-color: #ffe0e0;
}

label > input[type="checkbox"]:checked + i::before {
    color: #ffa302;
    margin: auto;
    line-height: 1;
    content: '\e661';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-family: "iconfont" !important;
}
