html,body,#container{
    width: 100%;
    height: 100%;
}
#container{
    min-width: 1200px;
    min-height: 720px;
}
   .loginBtn {
        width: 100%;
        height: 46px;
        background: #1F68E6;
        border-radius: 4px 4px 4px 4px;
        line-height: 46px;
        text-align: center;
        margin-top: 25px;
        cursor: pointer;
        span {
            font-weight: 400;
            font-size: 18px;
            color: #FFFFFF;
        }
    }

    .checkboxTitle2 {
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #1F68E6;
    }

    .checkboxTitle {
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #707070;
    }

    .flex-btn {
        width: 99px;
        height: 51px;
        background: #1F68E6;
        border-radius: 4px 4px 4px 4px;
        text-align: center;
        line-height: 49px;
        margin-left: 10px;
        cursor: pointer;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
    }

    .flex-btn.disabled{
        pointer-events: none;
    }

    .inputBox{
        text-align: left;
    }

    .inputBox label {
        width: 100%;
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
        color: #707070;
        line-height: 22px;
        text-align: left;
    }

    .inputBox ul{
        text-align: left;
        margin-top: 9px;
    }

    .inputBox ul li{
        font-weight: 400;
        font-size: 14px;
        color: #141617;
        line-height: 20px;
        display: inline-block;
    }

    .inputBox ul li +li{
        margin-left: 40px;
    }

    .inputBox ul li input[type='checkbox'] {
        position: relative;
        cursor: pointer;
        width: 14px;
        height: 14px;
        font-size: 14px;
        margin-right: 7px;
        display: inline-flex;
        border: 1px solid transparent;
    }
    
    .inputBox ul li input[type='checkbox']:checked::after {
        border: 1px solid #1F68E6;
        position: absolute;
        top: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 12px;
        height: 12px;
        content: '✓';
        color: #1F68E6;
        font-size: 12px;
        font-weight: 700;
        background-color: #fff;
        border-radius: 2px;
        line-height: 12px;
    }










    .inputBox label i{
        color: #FF2121;
    }

    .inputBox2 {
        margin-top: 10px;
    }

    .inputBox3 {
        margin-top: 23px;
    }

    .inputBox {
        margin-top: 17px;
        margin-bottom: 23px;
    }

    input[type="password"]::placeholder {
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #B9B9B9;
        /* margin-left: 20px; */
    }

    .inputBox2 input[type="text"] {
        width: 100%;
        height: 49px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #E8E8E8;
        /* 内边距，增加点击区域 */
        /* 边框 */
        /* 边框圆角 */
        font-size: 16px;
    }

    input[type="text"] {
        width: 96%;
        height: 49px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #E8E8E8;
        /* 内边距，增加点击区域 */
        /* 边框 */
        /* 边框圆角 */
        font-size: 16px;
        /* 字体大小 */
        /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); */
        /* 内阴影 */
        outline: none;
        /* 移除默认轮廓线 */
        transition: all 0.3s ease;
        padding-left: 10px;
        /* 增加左侧内边距，使文字和placeholder向右偏移 */

        /* 若需调整占位符样式，请确保浏览器支持（不完全兼容所有浏览器） */
        ::-webkit-input-placeholder {
            text-indent: 10px;
        }

        :-moz-placeholder {
            /* 兼容旧版Firefox */
            text-indent: 10px;
        }

        ::-moz-placeholder {
            /* 新版Firefox */
            text-indent: 10px;
        }

        :-ms-input-placeholder {
            /* 兼容IE */
            text-indent: 10px;
        }

        /* 添加过渡效果 */
    }

    .clickable {
        cursor: pointer;
        /* 鼠标指针显示为手型 */
        height: 30px;
        border-bottom: 3px solid #1F68E6;
    }

    .menuList {
        display: flex;
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #707070;
        overflow: hidden;
        margin-top: 15px;
        cursor: pointer;
        /* 避免菜单项换行 */
    }

    .flex-title-one {
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #707070;
        margin-top: 20px;
    }

    .flex-title {
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 32px;
        color: #000000;
    }

    .flex-box-two .div {
        /* background: red; */
    }

    .flex-box-two .padding {
        width: 416px;
        text-align: center;
        position: absolute;
        left: 169px;
        top: 50%;
        transform: translateY(-50%);
    }

    /* @media  only screen and (max-height:740px) */
    @media(max-height:740px)
    {
        .flex-box-two .padding{
            transform: translateY(-50%) scale(0.9);
        }
    }

    .footer-text {
        width: 704px;
        height: 40px;
        text-align: center;
        margin: 50px auto;

        span {
            font-family: PingFang SC, PingFang SC;
            font-weight: 400;
            font-size: 14px;
            color: #B5B5B5;
        }
    }

    .flex-box-two {
        width: 50%;
        height: 100%;
        overflow: hidden;
        /* border-top: 1px solid rgba(112, 112, 112, 0.26); */
        /* background: red */
        position: relative;
    }

    .flex-box-first {
        width: 50%;
        /* height: 839px; */
        height: 100%;
        background-image: url('../img/mainfei.png');
        /* background-size: 100% 100%; */
        background-size: cover;
    }

    .flex-box {
        display: flex;
        height: calc(100% - 70px - 129px);
    }

    body {
        padding: 0;
        margin: 0;
        height: 100%;
    }

    #footer {
        height: 129px;
        width: 100%;
        background: #343434;
        border-radius: 0px 0px 0px 0px;
        overflow: hidden;
    }

    #header {
        height: 70px;
        width: 100%;
        clear: both;
        border-bottom: 1px solid rgba(112, 112, 112, 0.26);
    }