* {
    margin: 0;
    padding: 0;
}

body {
    /* background: url(../img/login_bg.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 100%; */
}

.box {
    position: relative;
    width: 100%;
    height: 9rem;
}

.bgImg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bgImg img {
    width: 100%;
    height: 100%;
}

.logo {
    position: absolute;
    left: .4rem;
    top: .4rem;
}

.logo img {
    width: 100%;
    height: 100%;
}

.right {
    position: absolute;
    right: .4rem;
    top: .4rem;
}

.right ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right ul li {
    width: .4rem;
    height: .4rem;
    border: 1px solid #0334bc;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .1rem;
    cursor: pointer;
}

.right ul li img {
    width: .2rem;
    height: .2rem;
    display: inline-block;
}

.signIn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 7rem;
    height: 5rem;
}

.signIn .topImg img {
    width: 5.23rem;
    height: 1.08rem;
    margin: 0 auto;
    display: block;
}

.input_wrap {
    margin-top: .5rem;
}

.input_wrap .input {
    width: 3.4rem;
    background-color: #fff;
    margin: .1rem auto .1rem;
    padding: .13rem .2rem;
    box-sizing: border-box;
    border-radius: .03rem;
}

.input_wrap .input img {
    width: .19rem;
    height: .19rem;
    vertical-align: middle;
    display: inline-block;
}

.input_wrap .input input {
    vertical-align: middle;
    display: inline-block;
    border: none;
    outline: none;
    margin-left: .2rem;
    font-size: .16rem;
    color: #222;
}

.remember_forget {
    width: 3.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .2rem auto 0;
}

.remember input {
    vertical-align: middle;
    display: inline-block;
    width: .22rem;
    height: .22rem;
}

.remember span {
    font-size: .14rem;
    color: #b0b9c4;
    vertical-align: middle;
    display: inline-block;
    margin-left: .1rem;
}

.forget a {
    font-size: .14rem;
    color: #999;
    text-decoration: none;
}

.forget a:hover {
    color: #e8e8e8;
}

.btn {
    color: #fff;
    background: #04f;
    width: 3.4rem;
    font-size: .16rem;
    font-family: inherit;
    margin: .2rem auto 0;
    text-align: center;
    padding: .15rem 0;
    box-sizing: border-box;
    border-radius: .03rem;
    cursor: pointer;
}

.other {
    margin: .3rem auto 0;
    width: 3.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.other span:first-of-type {
    font-size: .16rem;
    color: #b0b9c4;
    width: 30%;
}

.other span:last-of-type {
    font-size: .16rem;
    color: #2d64fb;
    cursor: pointer;
    width: 44%;
    text-align: right;
}

.other .img {
    width: 10%;
    margin-left: 3%;
}

.other img {
    width: .2rem;
    height: .2rem;
    display: block;
}

#particles-js {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}