.index_font {
    font-size: 30px;
}

.table {
    width: 90%;
    margin: 30px 0 30px 250px;
}

.btn_sms {
    position: absolute;
    top: 236px;
    right: 30px;
}


input {
    border: none;
}

.filterImg {
    width: 100%;
    height: 100%;
    background-image: url('../images/backgroundA.jpg');
    background-size: 100% 100%;
}

.outer_box {
    width: 100%;
    position: relative;
    height: calc(100vh);
}

/* 登录窗口 */
.login_box {
    width: 340px;
    height: 400px;
    /* border: 1px solid #161515; */
    /* background-color: rgba(189, 156, 156, 0.233); */
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 用户头像 */
.login_box h1 {
    width: 100%;
    height: 112px;
    margin: 34px 0px;
    text-align: center;
}

.login_box h1 img {
    width: 90px;
    height: 90px;
    border-radius: 55px;
    padding: 10px;
    /* box-shadow: 0px 0px 5px #fff;
    border: 1px solid #fff; */
}

/* p标签公共样式 */
.login_box p {
    /* width: 100%; */
    /* width: 260px; */
    height: 35px;
    margin: 20px 30px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #181717;
    border-radius: 27px;
}

/* 邮箱与登录密码 */
.login_box i {
    font-size: 20px;
    padding-left: 5px;
}

input {
    /* width: 200px; */
    height: 35px;
    /* padding-left: 20px; */
    border: none;
    background: none;
    outline: none;
}

/* 登录按钮 */
.logIn_btn {
    color: #000;
    background-color: rgba(255, 255, 255, 0.863);
    cursor: pointer;
}

/* 注册与忘记密码 */
.login_box div {
    width: 260px;
    font-size: 12px;
    margin: 0px 30px;
    display: flex;
    justify-content: space-between;
}

.logo_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 30px;
}

.my_nav {
    width: 200px;
    height: 1000px;
    background-color: #2f2c29;
    position: fixed;
    padding: 30px;
    color: #fff;
}

.my_list {
    /* border-bottom: 1px solid #fff; */
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}