* {
    margin: 0;
    padding: 0;
}

body,
html,
.main {
    height: 100%;
}

body {
    font-family: "微软雅黑";
}

.main {
    background: url(/static/admin/images/login_bg_v2.png) no-repeat;
    background-size: 100% 100%;
}
.main:after {
    content: "";
    width: 40%;
    height: 0;
    padding-top: 40%;
    background: url(/static/admin/images/dq.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 80px;
    top: 80px;
    /* transform: translateY(-80%); */
}

.r-box {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 5.8rem;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.logo-text {
    float: left;
    position: relative;
    font-weight: bold;
    font-size: 0.74rem;
    font-weight: bold;
    color: #f42929;
    line-height: 0.82rem;
    opacity: 0.2;
    margin-left: 0.2rem;
}

.logo-top img {
    float: left;
}

.logo-text span {
    color: #ffffff;
    line-height: 1;

    background: linear-gradient(0deg, #b8d4ff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.4rem;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.logo-bottom {
    margin-top: 0.2rem;
    font-size: 0.64rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 82px;
    /* background: -moz-linear-gradient(0deg, #B8D4FF 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(0deg, #B8D4FF 0%, #FFFFFF 100%);

    background: linear-gradient(0deg, #B8D4FF 0%, #FFFFFF 100%);
    -moz-background-clip: text;
    
    -webkit-background-clip: text;
    -moz-text-fill-color: transparent;

    -webkit-text-fill-color: transparent; */
    margin-bottom: 0.6rem;
}

.logo-bottom p {
    font-size: 0.22rem;
    font-weight: 400;
    color: #aecdff;
    opacity: 0.3;
    line-height: 1;
    -webkit-text-fill-color: #aecdff;
}

.from-box {
    width: 4.16rem;
    /* height: 4.9rem; */
    background: rgba(16, 68, 135, 0.34);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
    padding: 0.4rem 0.3rem;
    padding-top: 0.4rem;
    border-radius: 0.1rem;
}

button {
    width: 3.5rem;
    height: 0.56rem;
    background: linear-gradient(-90deg, #0bfbff, #136cdd);
    border-radius: 0.28;
    display: block;
    margin: 0 auto;
    border: none 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 0.2;
    border-radius: 4px;
}

.input-box {
    color: #fff;
    position: relative;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
}
.input-box:first-child {
    margin: 0;
    background: url(/static/admin/images/icon_v2.png) right top no-repeat;
    background-size: 100% inherit;
}
.input-box p {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
}
.input-box input {
    background: transparent;
    padding: 0.12rem 0;
    border: none 0;
    outline: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
}
.remember-box {
    color: #fff;
    font-size: 0.14rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}
.remember-box input {
    border-color: #fff;
    margin-right: 0.1rem;
}
@media screen and (max-width: 1200px) {
    html {
        font-size: 60px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    html {
        font-size: 70px;
    }
}
@media screen and (min-width: 1401px) {
    html {
        font-size: 80px;
    }
}
.code-box > div {
    display: flex;
}
.code-box input {
    flex: 1;
}
.code-box img {
    width: 1.3rem;
    height: 0.4rem;
}
.ba-box {
    text-align: center;
    line-height: 1.5;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.3;
    color: #fff;
    font-size: 12px;
}

.ba-box a{
    color:#fff;
    text-decoration: none;
}
   

.ba-box a:hover {
    text-decoration: none;
}
