* {
    font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    overflow: hidden;
}

body {
    background: url(../img/login/login_bg2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    align-content: center;
    text-align: center;
}

#login_main {
    text-align: center; /*让div内部文字居中*/
    border-radius: 10px;
    width: 1060px;
    height: 380px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login_left {
    background: url(../img/login/52120.jpg) no-repeat;
    background-size: cover;
    height: 380px;
    width: 700px;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.login_right {
    float: left;
    height: 380px;
    width: 360px;
    padding: 10px 40px;
    background-color: #e9eef2;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.right_title {
    /*color:#0064c8;*/
    color: #007FD9;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    background: url("../img/login/border_img.png") repeat;
    margin-bottom: 25px;
}

a {
    color: #27A9E3;
    text-decoration: none;
    cursor: pointer;
}

a.logo {
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}

.message {
    font-family: PingFangSC-Medium;
    color: #007ee5;
    text-align: left;
    margin-bottom: 9px;
}

#dark_banner_wrap {
    background: url(../img/login/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 45px;
    padding: 0px 40px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 100%;
    background-size: 20px 20px;
    background-position: 10px 11px;
    background-repeat: no-repeat;
}

input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}


input[type=submit],
button {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #189F92;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}

hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.login_title {
    height: 80px;
    text-align: center;
    padding-bottom: 95px;
}

.login_title p {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-top: -8px;
    letter-spacing: 5px;
    width: 1060px;
}

.login_title .min {
    color: #fff;
    margin-top: -8px;
    width: 1060px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.input_i {
    position: absolute;
    z-index: 5;
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 0px 0px; /*图片显示的位置*/
    width: 20px; /*设置图片显示的宽*/
    height: 20px; /*图片显示的高*/
    margin-top: 13px;
    margin-left: 11px;
}

.input_ie {
    position: absolute;
    z-index: 5;
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 0px 0px; /*图片显示的位置*/
    width: 20px; /*设置图片显示的宽*/
    height: 20px; /*图片显示的高*/
    margin-top: 13px;
    margin-left: -30px;
}

/* 导入license */
#impCli {
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #039aeb;
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 4px;
    transition: all 0.1s;
    z-index: -1;
}
#header {
    width: 100%;
    text-align: center;
    background: #039aeb;
    color: #fff;
    padding: 8px 0;
}

#content {
    background: #fff;
    padding: 20px 0;
}

.uploadBtn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 6px 0;
    bottom: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-family: "微软雅黑";
    cursor: pointer;
    border: 1px solid #039aeb;
    background: #039aeb;
    color: #fff;
}

.authSerialInfo {
    text-align: center;
    font-weight: 600;
    padding: 40px 0;
    font-size: 18px;
    color: #00ba9b;
}
#authSerial {
    color: #00ba9b;
    font-size: 18px;
    padding: 4px 10px;
    border: 1px solid #fff;
}

#authSerial:hover {
    /*border: 1px solid #00ba9b;*/
    text-decoration: underline;
    border-radius: 4px;
}

.copyBtn {
    border: none;
    background: #00ba9b;
    color: #fff;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 12px;
    width: fit-content;
    margin-left: 10px;
    margin-top: -4px;
}

.back {
    float: right;
    padding: 0 10px;
    color: #fff;
    z-index: 6;
    cursor: pointer;
}

/* 导入licence页面背景 */
.bac {
    position: absolute;
    width: 0;
    height: 0;
    background: #000;
    opacity: 0.5;
}

.hint {
    width: 90%;
    height: fit-content;
    padding: 25px 0;
    border: 1px solid #fb5430;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
}

p.hintCon {
    font-size: 14.5px;
    font-weight: 500;
    color: #fb5430;
    font-family: 微软雅黑;
}
