body,
html {
	width: 100%;
	height: 100%;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	-webkit-user-select: text;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
a,
abbr,
acronym,
button,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: #7e8c8d;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

li {
	list-style: none
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-track-piece {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 6px
}

::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	background-color: hsla(0, 0%, 49%, .7);
	border-radius: 6px
}

::-webkit-scrollbar-thumb:horizontal {
	width: 5px;
	background-color: hsla(0, 0%, 49%, .7);
	border-radius: 6px
}
::-webkit-input-placeholder{/*Webkit browsers*/
color:#999;
font-size:14px;
}
:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
color:#999;
font-size:14px;
}
::moz-placeholder{/*Mozilla Firefox 19+*/
color:#999;
font-size:14px;
}
:-ms-input-placeholder{/*Internet Explorer 10+*/
color:#999;
font-size:14px;
}
#nprogress .spinner {
	background: url(../images/load.svg) no-repeat 50% 50%;
	background-size: 50px;
	color: #fff;
}
#nprogress {
	pointer-events: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5)
}

#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 50%;
	left: 50%;
	margin-top: -36px;
	margin-left: -36px;
	background-color:#fff;
	opacity: 0.9;
	padding: 5px;
	border-radius: 6px;
}

#nprogress .spinner-icon {
	width: 72px;
	height: 72px;
	box-sizing: border-box;
	border: solid 1px transparent;
	border-top-color: #3551ec;
	border-left-color: #3551ec;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 500ms linear infinite;
	animation: nprogress-spinner 500ms linear infinite;
	opacity: 0.8
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
	position: absolute;
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes nprogress-spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loadingLap {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes loadingLap {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
.loginWarp {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	min-width: 1280px;
	min-height: 800px;
	background: url(../images/login_bg.png) no-repeat;
	background-size: cover;
    display: flex;
	position: relative;
	flex-direction: column;
    align-items: center;
	margin: auto;
}
.login {
    width: 790px;
	height: 520px;
	position: absolute;
	top: 50%;
	margin:-260px auto auto ;
}

.login .logo {
	width: 790px;
	display: flex;
	align-items: center;
}

.login .logo>span {
	margin-left: 15px;
	display: flex;
	height: 50px;
	flex-direction: column;
	justify-content: space-around
}

.login .logo>span .cn {
	font-size: 30px;
	font-weight: 600;
	color: #f7faff;
	line-height: 1
}
.login .logo>span .cn sup{
	font-size: 8px;
	font-weight: 300;
	color: #f7faff;
	line-height: 1;
	padding: 2px 5px;
	background: #3551ec;
	margin-left: 5px;
	border-radius: 3px;
}
.login .logo>span .eng {
	font-size: 8px;
	font-weight: 400;
	color: #f7faff;
	line-height: 1
}
.login .el-form-item {
	margin-bottom: 22px !important
}
.login .el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 14px;
    outline: 0;
    padding: 0 13px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.login .form {
	width: 790px;
	height: 440px;
	background: #fff;
	border-radius: 4px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	box-sizing: border-box;
	box-shadow: 0 0 0 5px rgb(24 80 236 / 10%);
}

.login .form .left {
	padding: 0 36px
}
.login .form .right .bor {
	width: 18px;
	height: 3px;
	background: #6881ec;
	border-radius: 2px
}
.login .form .left .el-form,
.login .form .left>div+div {
	margin-top: 20px
}

.login .form .left .text {
	height: 20px !important;
	font-size: 18px;
	font-weight: 400;
	color: #6881ec;
	line-height: 20px
}

.login .form .left .el-input {
	width: 320px
}
.login .form .left .el-input .captcha{
	cursor: pointer;
	position:absolute;
	right:1px;
	top:2px;
	border-radius: 0 4px 4px 0;
}
.login .form .left .el-input__inner {
	border: none;
	border: 1px solid #eee;
	padding: 0 10px;
	box-shadow: 0 0 0 2px rgb(226 227 230 / 20%);
}
.login .form .left .el-input__inner:focus {
    border-color: #557bfa!important;
    box-shadow: 0 0 0 2px rgb(24 80 236 / 20%);
	background: rgb(24 80 236 / 5%);
}
.login .form .left .el-input__inner:hover {
	background: rgb(24 80 236 / 5%);
}
.login .form .left .login-btn {
	width: 320px;
	height: 38px;
	background: #396aff;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
}

.login .form .left .login-btn:active {
	background-color: #3551ec
}

.login .form .left .or {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 11px
}

.login .form .left .or .line-left,
.login .form .left .or .line-right {
	width: 120px;
	height: 1px;
	background: #eee
}

.login .form .left .or .font {
	height: 11px;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	color: #999
}

.login .form .left .wechat-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 38px;
	background: #f6f7fb;
	border: 1px solid #b9c5e9;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #6881ec;
	cursor: pointer
}

.login .form .left .wechat-btn:active {
	background: #f0f0f0
}

.login .form .left .wechat-btn img {
	width: 20px;
	height: 17px;
	margin-right: 11px
}

.login .form .line {
	width: 0;
	height: 346px;
	border-left: 1px solid #ededed
}

.login .form .right {
	display: flex;
	flex-direction: column;
	padding: 0 36px
}

.login .form .right .font {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #6881ec;
	margin-bottom: 12px
}

.login .form .right .bor {
	width: 18px;
	height: 3px;
	background: #6881ec;
	border-radius: 2px
}

.login .form .right .fonts {
	margin-top: 12px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999
}
.login .form .right img{
	width: 305px;
    padding: 60px 0 20px;
}
.login .form .right .copy-right {
	text-align: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	padding-top: 10px;
}
