﻿/*
 * *Created by PoLeung
 * *Email 30930572@qq.com
 * *Create date 2024-02-28
 * *Copyright LockDataV
 * *Desc data visualization project based on Echarts5.0.
 */
@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, body {
    padding: 0px;
    margin: 0px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

body {
    font-size: 16px;
    font-family: "微软雅黑", "arial";
    background: #FFF url("../images/mainbg.jpg") no-repeat top center;
}

li {
    list-style-type: none;
}

i {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #399bff;
}

a.active, a:focus {
    outline: none !important;
    text-decoration: none;
}

ol, ul, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

a:hover {
    color: #06c;
    text-decoration: none !important
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.panel-content {
    background: #fff url("../images/login_side_bg.png") no-repeat top left;
    width: 1280px;
    height: 609px;
    border-radius: 10px;
}

.panel-login {
    float: right;
    width: 45%;
    margin-top: 120px;
    margin-right: 50px;
    /*background-color: #f0ead8;*/
}

.login-title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #2fe2dc, #30a8e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title-en {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto;
    font-size: 14px;
    color: #b4b4b4;
}

/*登录表单*/
.center {
    width: 380px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

.center .item input {
    display: inline-block;
    width: 320px;
    height: 30px;
    padding: 0;
    position: absolute;
    border: 0;
    outline: 0;
    font-size: 14px;
    letter-spacing: 0;
}

.center .item .icon-1 {
    background: url(../images/icon-login.png) no-repeat 1px 0;
}

.center .item .icon-2 {
    background: url(../images/icon-login.png) no-repeat -54px 0;
}

.center .item .icon-3 {
    background: url(../images/icon-login.png) no-repeat -106px 0;
}

.center .item .icon-4 {
    background: url(../images/icon-login.png) no-repeat 0 -43px;
    position: absolute;
    right: -10px;
    cursor: pointer;
}

.center .item .icon-5 {
    background: url(../images/icon-login.png) no-repeat -55px -43px;
}

.center .item .icon-6 {
    background: url(../images/icon-login.png) no-repeat 0 -93px;
    position: absolute;
    right: -10px;
    margin-top: 8px;
    cursor: pointer;
}

.center .item .icon {
    display: inline-block;
    width: 33px;
    height: 22px;
}

.center .item {
    width: 380px;
    height: 35px;
    border-bottom: 1px solid #dae1e6;
    margin-bottom: 20px;
}

.login-btn {
    width: 400px;
    height: 40px;
    background-image: linear-gradient(to bottom, #2fe2dc, #30a8e5);
    border-radius: 16px;
    margin: 24px auto 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    border: none;
}

.center .item .validateImg {
    position: absolute;
    right: 1px;
    cursor: pointer;
    height: 36px;
    border: 1px solid #e6e6e6;
}


/*登录版权*/
.login-footer {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #454545;
}

.login-footer > a {
    color: #454545;
}