body {
    margin: 0;
    padding: 0;
}

.doc-content {
    background: #fafcff;
}

html ::-webkit-scrollbar {
    width: 0px;
    height: 8px;
    background-color: #eeeeee;
    border-radius: 6px;
}

html ::-webkit-scrollbar-thumb {
    background-color: #d4d9e1;
    border-radius: 6px;
}

.login_page {
    width: 100%;
    height: 100vh;
    background: url(../img/denglubj.png) no-repeat;
}

.fl-headerinner {
    position: relative;
    width: 100%;
    background-color: #ffffff;

}

.fl-headerinner .headerlog {
    position: relative;
    float: left;

    width: 269px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.fl-headerinner .headerlog a {
    display: block;
    height: 34px;
    width: 100%;
    line-height: 34px;
    /* margin-top: 18px; */

    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.headeron,
.headeractive {
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 rgba(175, 168, 168, 0.1);
}

.headeron .fl-headerinner .headerlog a,
.headeractive .fl-headerinner .headerlog a {
    background: url(../static/images/lph.png) center no-repeat;
    /* background-size: 52px 34px; */
}

.header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 0 auto;
    width: 1220px;
    max-width: 1220px;
}

.nav_right {
    /* height: 100px; */
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav_item {
    display: flex;
    align-items: center;
}

.nav_item span {
    font-family:
        Microsoft YaHei,
        Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-left: 4px;
}

.line {
    width: 1px;
    height: 14px;
    background: #ededed;
    border-radius: 4px 4px 4px 4px;
}

.login_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 100px);
    /* background: url("/img/group.png"); */
    /* 替换为你的图片路径 */
    background-size: cover;
    /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat;
    /* 背景图片不重复 */
    background-position: center;
    /* 背景图片居中显示 */
    width: 100%;
    /* 元素的宽度 */
}

.login_form {
    width: 490px;
    /* height: 474px; */
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 10px 10px;
}

.login_form .tit {
    padding: 20px 47px;
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #FA5132;
}

.extra {
    box-sizing: border-box;
    width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.extra .remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.extra .right {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.extra .right .line {
    width: 1px;
    height: 12px;
    background: #d9d9d9;
    border-radius: 3px 3px 3px 3px;
    margin: 0 10px;
}

.remember input {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 4px;
    margin-left: 0;
}

.fs14 {
    font-size: 14px;
}

.read input {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 4px;
    margin-left: 0;
}

.form_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.form_item {
    position: relative;
    width: 400px;
    height: 50px;
    margin: 20px 0;
    background: #f2f4f8;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.form_item label {
    position: absolute;
    left: -15px;
    top: 15px;
    width: 20%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
}

.form_item input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    padding-left: 50px;
    box-sizing: border-box;
    border-radius: 8px;
}

.form_item .viewPwd {
    position: absolute;
    top: 15px;
    right: -10px;
    cursor: pointer;
}

.form_item .viewPwd_confirm {
    position: absolute;
    top: 15px;
    right: -10px;
    cursor: pointer;
}

.form_item .code_txt {
    position: absolute;
    right: 5px;
    top: 15px;
    cursor: pointer;
}

.code_txt {
    font-family:
        Microsoft YaHei,
        Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FA5132;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-left: 1px solid #d7d7d7;
    padding: 0 20px;
}

.code_txt.disabled {
    cursor: not-allowed;
}

.form_item img {
    margin: 0 22px;
    display: block;
    padding-left: 10px;
}

.form_item .error {
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    left: 30px;
}

.register_btn {
    margin: 20px auto 0;
    width: 400px;
    height: 50px;
    background: #FA5132;
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.flex_end {
    justify-content: flex-end;
}

.read {
    width: 400px;
    margin: 20px auto;
    display: flex;
    align-items: center;
}

#agree {
    display: none;
}

#agree+label {
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    margin-right: 15px;
    font-size: 14px;
    user-select: none;
}

#agree+label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#agree:checked+label::before {
    background-color: #FA5132;
    /* 修改为你希望的颜色 */
    border-color: #FA5132;
    /* 可选，根据需要调整 */
}

/* 自定义checkbox的选中状态（可选的勾号） */
#agree:checked+label::after {
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    box-sizing: content-box;
    content: "";
    height: 8px;
    left: 7px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg) scaleY(1);
    transform-origin: center;
    transition: transform .15s ease-in .05s;
    width: 3px;

}