ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
}
.body {
    overflow: hidden;
    padding: 0;
    width: 100vw;
    height: 100vh;
    zoom: 1;
    background: url("./img/login_background.png") no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-position: center 0;
    display: flex;
    justify-content: center;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.an {
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
    border-radius: 250px;
    position: absolute;
    top: 40%;
}
#loading {
    position: fixed;
    z-index: 400;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    text-align: center;
    font-size: 0.9rem;
    color: #595758;
    background-color: #ffffff;
    opacity: 0.5;
}

.top-bg {
    background-color: rgb(188, 26, 44);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 120px;
}
.top-bg .top-icon {
    z-index: 100;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0, -50%);
    width: 64.5px;
    height: 51.75px;
    background: url("./img/bjIcon.png") no-repeat center;
    background-size: cover;
}
.top-bg .top-title {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.091;
    position: absolute;
    left: 10%;
    top: 25%;
}
.top-bg .top-title-pro {
    font-size: 25px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.828;
    -moz-transform: matrix(1.02869603423781, 0, 0, 1.02869603423781, 0, 0);
    -webkit-transform: matrix(1.02869603423781, 0, 0, 1.02869603423781, 0, 0);
    -ms-transform: matrix(1.02869603423781, 0, 0, 1.02869603423781, 0, 0);
    position: absolute;
    left: 10%;
    top: 52%;
}
.bottom-bg {
    top: initial;
    bottom: 0px !important;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bottom-bg .top-icon {
    z-index: 100;
    left: 33%;
    width: 51px;
    height: 60px;
    background: url("./img/bottomBgIcon.png") no-repeat center;
    background-size: cover;
}
.bottom-bg .top-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    position: initial;
}
.bottom-bg .top-title-pro {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    position: initial;
}
.denglu .loginWay {
    display: flex;
    width: 100%;
    height: 8vh;
    justify-content: center;
}
.denglu .loginWay-item {
    width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(178, 178, 178);
}
.denglu .loginWay-item-active {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(38, 38, 38);
    font-weight: bold;
}
.denglu .loginWay-item-active::after {
    content: "";
    width: 110px;
    background-color: rgb(188, 26, 44);
    height: 3px;
    position: absolute;
    bottom: 12px;
}
.denglu .login {
    margin: 0 auto;
    width: 60%;
    margin-top: 20px;
    height: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-direction: column;
    align-content: center;
}
.login .form-item {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.login .form-item .form-item-input {
    width: 92%;
    border: 1px solid #f1f1f1;
    border: 1px solid rgb(212, 214, 217);
    outline: none;
    height: 24px;
    border-radius: 2px;
    padding-left: 15px;
}
.login .form-yzm {
    display: flex;
    justify-content: space-between;
}
.login .form-yzm .form-item-input {
    width: 65%;
}
.login .form-yzm .yanzhengma {
    width: 25%;
}
.denglu .form-btn-a {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1vh;
    border-radius: 3px;
    background-color: rgb(188, 26, 44);
    opacity: 0.969;
    border: 1px solid rgb(188, 26, 44);
    color: rgba(255, 254, 254, 0.969);
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
}
.denglu .form-btn-b {
    margin-top: 0;
    margin-left: 12px;
    margin-bottom: 0px;
    border: 0px;
}
.login .yanzhengma img {
    width: 100%;
    height: 100%;
}
.login .errorMessage {
    position: absolute;
    font-size: 12px;
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    top: 100%;
}
.yanzhengma:hover {
    cursor: pointer;
}

.denglu {
    z-index: 100;
    position: absolute;
    top: calc(12vh + 100px);
    width: 414px;
    padding-top: 1vh;
    height: 44vh;
    background: url("./img/kuang.png") no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}
.denglu .show_pass {
    width: 30px;
    height: 100%;
    background: url(./img/open.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    background-size: 50%;
}
.denglu .show_pass:hover {
    background: url(./img/openhover.png) no-repeat center;
    background-size: 50%;
}
#submitBtn {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    border: transparent;
    color: transparent;
    cursor: pointer;
}
#countdown {
    background: rgb(188, 26, 44);
    border: 0px;
    color: white;
}
#countdown:disabled {
    color: rgba(255, 255, 255, 0.6);
}

.bottom {
    position: absolute;
    bottom: 14vh;
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 29%;
    height: 128px;
}
.bottom img {
    width: 145px;
    height: 100%;
    margin-bottom: 5px;
}

.bottom > div {
    width: 100vw;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #3c3c3c;
    text-align: center;
}
