/*登录页面新增样式*/
.user input{
    box-shadow: 0 0 0px 1000px #F2F2F2 inset !important;
}

div.container {
    margin-bottom: 0px;
}
.tit span {
    font-size: 24px;
    font-weight: bold;
}
.tit {
    padding-bottom: 2px;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 25px;
}

   

.user:hover {
    border: 1px solid #A1CAFF;
}

.user {
    display: flex;
    width: 330px;
    height: 46px;
    background-color: #F2F2F2;
    border-radius: 4px;
    border: 1px solid #F2F2F2;
}

button.login {
    border-radius: 4px;
}

.user label {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user input {
    background-color: transparent;
    height: 100%;
}

.login_mokuai {
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 50px;
}

.pc_ban {
    width: 750px;
}

.padding-big {
    padding-left: 60px;
    padding-right: 60px
}

.form-group {
    padding-bottom: 0px;
}

button.code-button {
    background-color: transparent;
    bottom: 9px;
}

div.w1200 {
    justify-content: space-between;
}

.enin a {
    font-size: 18px;
    color: #043984;
}

.sha_btn {
    margin-top: 20px;
}

.agree_cont {
    display: flex;
    align-items: center;
}
.agree_cont .agree {
    cursor: pointer;
    display: flex;
    align-items: center;
    /* margin-right:5px;*/
}
.iOne-line {
    box-shadow: 0px 1px 8px 1px rgb(0 0 0 / 10%);
    overflow: hidden;
}
@media only screen and (max-width: 800px) {
    div .footer {
        position: absolute;
        bottom: 10px;
    }

    .padding-big {
        padding: 20px;
    }

    .login_mokuai {
        width: 100%;
    }

    .user {
        width: 100%;
    }

    .tit {
        border: none;
        text-align: center;
        margin-bottom: 30px;
    }

    .tit span {
        font-size: 18px;
        border: none;
    }

    .form-group {
        margin-bottom: 20px;
    }
    .iOne-line {
        box-shadow: none;
    }
    .pc_ban{
        width:100%;
    }
}
