@charset "UTF-8";
body,
html {
	height: 100%;
	width: 100%;
	/*background: url(/img/sys/login/bg-login.png) no-repeat;*/
	background-size: 100% 100%;
	padding: 0;
	margin: 0;
	min-height:700px;
	position: absolute;
}

*,
ul,
li {
	margin: 0;
	padding: 0;
}

.row,
.col-xs-2,
.col-xs-9,
.col-xs-1,
.col-xs-4,
dl {
	margin: 0;
	padding: 0;
}

a,
a:link,
a:visited,
a:hover {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

.navbar-default {
	background-color: #fff;
	margin: 0;
	border: none;
	height: 8%;
}

.navbar {
	border-radius: 0;
}

.navbar-header {
	padding-left: 50px;
}

.navbar-brand {
	padding: 7px 15px 5px 15px;
}

.navbar-default .navbar-text {
	color: #000;
}

.login-img {
	height: 260px;
	background: url("/img/sys/login/img.png") center no-repeat;
	background-size: contain;
}

.mainfunction,
.login-wrap {
	display: inline-block;
}

@media screen and (max-width:1440px) {
	.mainfunction-img {
		width: 80%;
	}
	.mainfunction {
		padding-left: 6%;
		padding-top: 10%;
	}
	.login-wrap {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10%;
		margin: auto;
		width: 280px;
		height: 340px;
	}
}

@media screen and (min-width:1440px) {
	.mainfunction-img {
		width: 95%;
	}
	.mainfunction {
		padding-left: 7%;
		padding-top: 8%;
	}
	.login-wrap {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 8%;
		margin: auto;
		width: 320px;
		height: 370px;
	}
}

.login-wrap {
	box-shadow: 0px 0px 5px 1px rgba(43, 0, 0, 0.2);
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	position: absolute;
    width: 25%;
    height: 400px;
    min-width:280px;
    top: 10px;
    right: 12%;
    border-radius: 10px;
    background-color: #fff;
    animation: login 1s;
    -webkit-animation: login 1s;
    display: block;
}


/*.btn-default {
    color: #fff;
    background-color: #0858a2;
}*/


/*.btn-default:hover {
    outline: 1px solid #0858a2;
}*/

a,
a:focus,
a:hover {
	text-decoration: none;
	/*color: white;*/
}

.CandidateEntrance {
	line-height: 30px;
	color: #337ab7;
	font-weight: 900;
}
.lookCode {
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	right: 340px;
}
.lookCodeapp {
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	right: 450px;
	top: 0;
}
.lookCode-bg {
	width: 100%;
	height: 100%;
}

.codeLookSpan {
	cursor: pointer;
	position: absolute;
	right: 280px;
	top: 18px;
}
.codeLookSpanapp {
	cursor: pointer;
	position: absolute;
	right: 390px;
	top: 18px;
}

.codeLookSpan1 {
	cursor: pointer;
	position: absolute;
	right: 300px;
	top: 45px;
	font-size: 8px;
	font-weight: 900;
}

#googleGo {
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	right: 220px;
}

.googleGo-bg {
	display: block;
	width: 100%;
	height: 100%;
	right: 220px;
}

.goGoogleSpan {
	cursor: pointer;
	position: absolute;
	right: 170px;
	margin-top: 18px;
}

.googlePic {
	display: inline-block;
	margin-bottom: 0px;
}

.login-gl {
	margin: 20px 0;
}

.login-inf {
	width: 100%;
}

.login-detail {
	margin: 0em auto 2.5em;
	list-style: none;
	height: 3em;
	line-height: 3em;
	border: 1px solid #D3D3D3;
	border-radius: 8px;
}

.use,
.uPwd {
	width: 70%;
	border: none;
	padding: 0;
	outline: none;
	background: none;
	letter-spacing: 0.1em;
	display: inline-block;
	outline: none;
	line-height: 20px;
	font-size: 16px;
}

.use-img,
.uPwd-img {
	margin-left: -20px;
	margin-right: 10px;
}

.loginDiv {
	width: 100%;
	margin: 0 auto;
	color: white;
}


/*.btn:hover,.btn:focus{
	color: white;
}
.btn{
	display: inline-block;
    padding: 10px 12px;
    margin-top: 1.5em;
    font-size: 15px;
    text-align: center;
    border: none;
    border-radius: 20px;
    background-color: #1989CB;
	box-shadow: 0px 5px 8px 2px rgba(43,133,237,0.2);
}*/


/*input文本框自动填充背景色解决方式*/

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset !important;
}

.styles__textIcon___1mCae {
	position: absolute;
	right: 42px;
	top: 45px;
	font-size: 14px;
	color: #888;
	letter-spacing: 0;
}

.styles__lineIcon___2BwOt {
	position: absolute;
	right: 55px;
	top: 20px;
}

.styles__loginTypeIcon___pCyow {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.styles__loginTitle___1Wndg {
	font-size: 20px;
	color: #111;
	letter-spacing: 0;
	margin-bottom: 14px;
	text-align: left;
}

.styles__codeFrame___1ZQpE {
	text-align: center;
	margin-top: 30px;
	position: relative;
}

.styles__codeExpires___O7dhH {
	position: absolute;
	z-index: 10;
	width: 205px;
	height: 205px;
	background: hsla(0, 0%, 100%, .9);
	color: #000;
	left: 76px;
	top: -2px;
	font-weight: 700;
	line-height: 205px;
}

.styles__refreshText___1L9Tc {
	color: #1a92ff;
	cursor: pointer;
	margin-top: 10px;
}

.styles__openText___tdgH2 {
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
	margin-top: 20px;
}

.filing {
	width: 100%;
	height: 10%;
	line-height: 80px;
	position: fixed;
	bottom: 0px;
	color: #000;
	background: #fff;
	text-align: center;
	z-index: 999;
}

.filing span {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-left: 10px;
	color: #000;
}

.filing span a {
	text-decoration: none;
	color: #000;
}

.move {
	position: relative;
	width: 400px;
	height: 350px;
	top: 160px;
	left: 40%;
	animation-name: move;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	-webkit-animation-name: move;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

a {
	color: #000
}

a:hover {
	text-decoration: none;
	color: #000
}

.mb-3,
.my-3 {
	margin-bottom: 1.6rem!important
}

.login-top {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0
}

.head {
	width: 400px;
	height: 80px;
	margin-left: 24%
}

.head img {
	width: 120px;
	height: 50px;
	margin-top: 15px
}

.head span {
	display: block;
	float: right;
	width: 100px;
	height: 80px;
	line-height: 80px;
	margin-right: 43%;
	font-size: 1.2rem;
	color: #87948f
}

.head span h1 {
	display: block;
	padding: 0;
	float: left;
	height: 80px;
	line-height: 72px;
	padding: 0 3px;
	font-size: 3rem
}

.login-box {
	margin-top: 80px;
	width: 100%;
	height: 600px;
	background-color: #1069c5;
}

.tree {
	position: relative;
	width: 300px;
	top: 518px;
	left: 120px
}

.tree img {
	width: 300px;
	height: 132px
}

.slogan {
	position: relative;
	width: 500px;
	left: 200px;
	font-size: 5rem;
	color: #fff;
	letter-spacing: 10px;
	animation: slogan 1s;
	-webkit-animation: slogan 1s
}

@keyframes slogan {
	0% {
		left: -40%;
		top: 0;
		opacity: 0
	}
	100% {
		left: 200px;
		top: 0;
		opacity: 1
	}
}

@-webkit-keyframes slogan {
	0% {
		left: 40%;
		top: 0;
		opacity: 0
	}
	100% {
		left: 40%;
		top: -280px;
		opacity: 1
	}
}

.yellow {
	color: #fdef34
}

.earth {
	position: relative;
	width: 400px;
	height: 350px;
	top: 160px;
	left: 40%;
	animation: earth 1s;
	-webkit-animation: earth 1s
}

@keyframes earth {
	0% {
		left: 40%;
		top: 0
	}
	100% {
		left: 40%;
		top: 160px
	}
}

@-webkit-keyframes earth {
	0% {
		left: 40%;
		top: 0
	}
	100% {
		left: 40%;
		top: 160px
	}
}

.earth img {
	width: 400px;
	height: 350px
}

.login {
	position: absolute;
	width: 400px;
	height: 460px;
	top: 10px;
	right: 12%;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 3px 3px 10px 2px #0b9243;
	animation: login 1s;
	-webkit-animation: login 1s;
	display: block
}

@keyframes login {
	0% {
		right: 0%;
		top: 10px
	}
	100% {
		right: 12%;
		top: 10px
	}
}

@-webkit-keyframes login {
	0% {
		right: 0%;
		top: 10px
	}
	100% {
		right: 12%;
		top: 10px
	}
}

.login-footer {
	width: 100%;
	height: 200px;
	box-shadow: 0 -10px 10px -10px #888
}

.login-nav {
	width: 50%;
	height: 30px;
	margin: 50px auto
}

.login-nav .foot {
	margin-top: 10px
}

.login-nav ul {
	width: 44%;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style: none
}

.border {
	width: 3px;
	height: 19px;
	float: right;
	margin: 3px 5px;
	background-color: #000
}

.login-nav ul li {
	display: block;
	float: left;
	font-size: 1rem;
	font-weight: 400px;
	line-height: 25px
}

.login-logo {
	width: 130px;
	height: 60px;
	margin: 20px auto
}

.login-logo img {
	height: 60px
}

.login-other {
	width: 70%;
	height: 40px;
	margin: 20px auto
}

.login-other div:first-child {
	padding-left: 12px
}

.login-other div {
	padding: 5px;
	float: left
}

.login-other div img {
	height: 30px
}

.login-form {
	width: 70%;
	margin: 0 auto;
	padding-top: 20px
}

.btn-success {
	background-color: #10c35b
}

.btn-success:hover {
	background-color: #0da74d
}

.hr {
	width: 70%;
	height: 1px;
	margin: 0 auto;
	background-color: #888
}

.hr span {
	display: block;
	position: absolute;
	top: 146px;
	left: 40%;
	background-color: #fff;
	width: 30px;
	height: 20px;
	text-align: center;
	color: #888
}

.login-regist {
	width: 70%;
	margin: 30px auto;
	text-align: right;
	font-size: .9rem;
	color: #888
}

.login-regist span {
	color: #10c55c;
	font-size: 1rem;
	cursor: pointer
}

@keyframes move {
	0% {
		left: 40%;
		top: 160px
	}
	100% {
		left: 40%;
		top: 170px
	}
}

@-webkit-keyframes move {
	0% {
		left: 40%;
		top: 160px
	}
	100% {
		left: 40%;
		top: 170px
	}
}

.input-group-text {
	cursor: pointer
}


.login-login {
	position: absolute;
	bottom: 30px;
	right: 15%;
	width: 70%;
	text-align: right;
	font-size: .9rem;
	color: #888
}

#ToLogin {
	color: #10c55c;
	font-size: 1rem;
	cursor: pointer
}

#otherLogin {
	float: left;
	cursor: pointer
}

#phoneLogin {
	float: left;
	cursor: pointer;
	display: none
}

.regist-form {
	width: 70%;
	margin: 0 auto;
	padding-top: 20px;
	display: block
}

.phone-form {
	width: 70%;
	margin: 20px auto;
	padding-top: 20px;
	display: block
}

.otherLogin {
	width: 70%;
	margin: 30px auto;
	display: none
}

.qq {
	width: 50%;
	padding-left: 10%;
	padding-top: 20%;
	float: left
}

.wx {
	width: 50%;
	padding-left: 10%;
	padding-top: 20%;
	float: left
}

.qq img {
	width: 80%
}

.wx img {
	width: 80%
}

.box {
	margin: 0 auto;
	position: absolute;
	left: 49.5%;
	top: 40%;
	height: 420px;
	width: 300px;
	margin-left: -150px;
	margin-top: -210px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 25px;
	z-index: 99
}

.box-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1080px;
	background-color: rgba(0, 0, 0, .5);
	display: none
}

.top-s {
	font-size: 12px;
	color: #ccc;
	display: block;
	text-align: center;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 5px
}

.top-x {
	font-size: 18px;
	color: #000;
	display: block;
	text-align: center;
	margin-bottom: 45px
}

.cuo {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	cursor: pointer
}
.code{
	width: 100%;
	height: 120px;
	position: relative;
}
.code img{
	position: absolute;
	z-index: 99;
	width: 120px;
	height: 120px;
	right: 250px;
}
.codeapp{
	width: 100%;
	height: 120px;
	position: relative;
}
.codeapp img{
	position: absolute;
	z-index: 99;
	width: 120px;
	height: 120px;
	right: 350px;
}
.ui-tiptext .iconfont, .ui-form-item .iconfont {
    font-size: 1.33em;
    line-height: 1em;
    text-shadow: 0 1px 0 #fff;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.ui-tiptext {
    margin: 0;
    color: #6c6c6c;
    position: relative;
    font-size: 12px;
    zoom: 1;
}
#sendToUser {
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    background-color: #338AE5;
    border-radius: 25px;
    color: #fff;
    /* float: right; */
    margin-top: 20px;
}