@charset "UTF-8";

body {
    background: url(../images/bg.jpg) no-repeat center / cover;
    overflow: hidden;
}
.page { display: flex; }
.wrapper_content {
    margin: auto;
    border: none;
}
main {
    margin:140px auto 0;
    width: 460px;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    background-color: #fff;
    overflow: hidden;
}
.foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    color: #999;
    background-color: #292929;
}
.bgPic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
    transform: scale(1.1);
}

/*改变输入框的光标颜色（输入文字不同色）*/
input { caret-color: #3395ff; }

.capital {
    max-width: 100%;
    height: 37px;
    margin-left: 25px;
    margin-right: 25px;
}
.company {
    padding-left: 45px;
    margin: 30px 25px 0;
    height: 37px;
    line-height: 37px;
    font-size: 20px;
    background: url(../images/logo.png) no-repeat 0 center / 30px;
}

.InputArea { padding: 23px 71px 0; }
.InputField li {
    position: relative;
    height: 38px;
}
.InputField li:not(:first-child) { margin-top: 20px; }
.InputField label {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #4c4c4c;
}
.InputField input {
    display: block;
    box-sizing: border-box;
    padding-left: 60px;
    width: 100%;
    height: 38px;
    line-height: 36px;
    font-size: 15px;
    color: #000;
    border: 1px solid #bababa;
}
.InputField input:focus { border-color: #3395ff; }
.InputField input.wrong,
.InputField input.error { border-color: #ea3537; }
.tip_info {
    position: absolute;
    top: -20px;
    left: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ff5f58;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tip_info span {
    display: block;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.getCode {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 10px;
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #868686;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}
.getCode:hover { color: #3395ff; }
.getCode:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #868686;
}
.getCode:active,
.getCode.wait { opacity: .55; }

.code {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 38px;
    overflow: hidden;
}
.code:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #868686;
}
.code img {
    position: static !important;
    display: block;
    width: 85px;
    margin: 2px auto 0;
}

.else_request {
    margin: 10px 70px 0;
    overflow: hidden;
}
.else_request > a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #868686;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
.else_request > a:first-child {
    float: left;
    padding-right: 20px;
}
.else_request > a:last-child {
    float: right;
    padding-left: 5px;
}
.else_request > a:only-child {
    padding-right: 0;
}
.else_request > a:hover {
    text-decoration: underline;
    color: #007aff;
}

.error_tip {
    height: 17px;
    line-height: 17px;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ff5f58;
}
.error_tip:empty { visibility: hidden; }
.sendRequest {
    margin: 0 70px 30px;
    overflow: hidden;
}
.agreement {
    font-size: 12px;
    opacity: .6;
    color: #868686;
}
.agreement > a { color: #868686; }
.agreement > a:hover { color: #000; }
.sendBtn {
    margin-top: 5px;
    display: block;
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    letter-spacing: .2em;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #007aff;
    cursor: pointer;
}
.sendBtn[disabled] { background-color: #dedede; }
.sendBtn:active { background-color: #0264cf; }

.login_by_wechat {
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: right;
}
.login_by_wechat > a {
    font-size: 12px;
    color: #868686;
}
.login_by_wechat > a > .fa-weixin { margin-right: 5px; }
.login_by_wechat > a:hover { color: #007aff; }
.login_by_wechat > a:hover > .fa-weixin { color: #00d500; }

/*扫码登录*/
.qrcode-contain{
	text-align:center;
}
.qrcode-contain .canvas-contain{
	width:300px;
	height:200px;
	margin:20px auto;
	position:relative;
}
.qrcode-contain .canvas-contain img{
	display:block;
	width:40px;
	height:40px;
	left:50%;
	top:50%;
	position:absolute;
	margin:-20px 0px 0px -20px;
	background:white;
}
.qrcode-contain h3{
	font-size:14px;
	line-height:30px;
	height:30px;
}