﻿@charset "utf-8";@keyframes rotate{0%{transform:perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0)}100%{transform:perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg)}}.stars{transform:perspective(500px);transform-style:preserve-3d;position:absolute;bottom:0;perspective-origin:50% 100%;left:50%;animation:rotate 90s infinite linear}.star{width:2px;height:2px;background:#f7f7b6;position:absolute;top:0;left:0;transform-origin:0 0 -300px;transform:translate3d(0,0,-300px);backface-visibility:hidden}body,html{padding:0;margin:0;font-family:'Microsoft Yahei',Arial,'宋体';background:linear-gradient(-45deg,#ee7752,#4b253d,#000,#2c3936);width:100%;min-height:100vh;animation:gradientBG 15s ease infinite;background-size:400% 400%;background-attachment:fixed;overflow:hidden}a{text-decoration:none;border:0;color:#666}ul{list-style:none;padding:0;margin:0}@keyframes gradientBG{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}#device{display:flex;flex-direction:column;align-items:center}#logo{margin:10vh auto 8vh;display:block}#logo img{margin:0 auto;display:block}#loginSwiper{margin:0 auto;width:580px;border:1px solid #dce2e8;border-radius:5px;box-shadow:0 0 2px #213a80;padding:30px 0 0 0;background-color:#fff}#loginSwiper ul{display:flex;flex-direction:column;align-items:center}#loginSwiper ul li{width:80%;color:#666;margin-top:15px}.textSwiper{line-height:30px;margin-top:5px}.textSwiper input{border:1px solid #cfcfcf;border-radius:2px;width:100%;padding:10px 13px;font-size:15px;vertical-align:middle;box-sizing:border-box}.btnSwiper{margin-bottom:50px;text-align:center;margin-top:5px}.btnSwiper input{width:380px;height:55px;color:#fff;font-size:18px;border:0;border-radius:5px;cursor:pointer;background-color:#739fd1}#noticeSwiper{color:Red;text-align:center;line-height:25px;clear:both;visibility:hidden;padding-top:20px}#rememberMe{vertical-align:middle;width:13px;box-sizing:border-box;opacity:0}#tools{display:flex;justify-content:space-between;line-height:13px}#tools label{color:#b1b1b1;cursor:pointer;background:url(../img/cbox.png) no-repeat 0 0}#tools a{color:#b1b1b1}#tools a:hover{color:#005eac}#process-bar{position:relative;height:88px}#getpwdBar{width:780px;height:36px;background:url(../img/getpwd-process.png) no-repeat}#getpwd_step1{color:#626262;position:absolute;top:46px;left:217px}#getpwd_step2{position:absolute;top:46px;left:480px;color:#999}#footer{position:absolute;bottom:20px;width:100%}#footer .copy{text-align:center;margin-top:20px;margin-bottom:10px;color:#ccc;font-size:13px}#footer .copy span{margin-left:12px}