@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
html,body {
	width:100%;
	height:100%;
	font-family:'PingFang SC','Lantinghei SC','Microsoft YaHei','HanHei SC','Helvetica Neue','Open Sans','Arial','Hiragino Sans GB','微软雅黑','STHeiti','WenQuanYi Micro Hei','SimSun','sans-serif';
	overflow:hidden;
}

body {
	background-size:100% 100%;
}
body {
	overflow:hidden;
	background-color:#fff;
}
.login {
	box-sizing:border-box;
	background:#fff;
	border-radius: 6px;
	box-shadow: 0px 14px 24px 0px rgba(24, 68, 124, 0.3);
	width:490px;
	margin:44px 0;
}
.content{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width:100%;
	height:100%;
	background:transparent;
	position:relative;
	z-index:10;

}
.contentBox{
	width:100%;
	max-height:100%;
	overflow-y: auto;
	overflow-x: hidden;
}


.logo {
	width: 290px;
	height: 92px;
	margin:0px auto 0px auto;
	display: table;
}
.logo > img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.list-img {
	width:100%;
	height:100%;
}
.login-grid {
	position:relative;
	width:100%;
	margin-top:18px;
	border-radius: 2px;
}

#login-code,#login-return {
	position:absolute;
	width:55px;
	height:55px;
	line-height:26px;
	right:18px;
	top:0px;
	cursor:pointer;
	text-align:center;
}
#login-code {
    background:url('/templet/login/images/erweima.png')no-repeat top 0 right 0;
	background-size: 36px 36px;
}
#login-return {
	background:url('/templet/login/images/fanhui.png')no-repeat top 0 right 0;
	background-size: 36px 36px;
}
#login-code .iconfont,#login-return .iconfont{
	color:#FFFFFF;
	font-size:16px;
}
#return {
	display:none;
	padding-bottom:30px;
}
.login-grid-list {
	box-sizing:border-box;
	position:relative;
	width:calc(100% - 140px);
	margin:0 auto;
}

.title{
	width:100%;
	height:17px;
	line-height:17px;
	font-size: 14px;
	color:#122F49;
	font-size: 14px;
	text-align: left;
}
.fill-content {
	width:100%;
	height:40px;
	margin-top:10px;
	margin-bottom:24px;
	border:1px solid #E7E9EB;
	box-sizing: border-box;
	padding:0;
	border-radius: 4px;
}
.fill-content select,.fill-content input{
	box-sizing: border-box; /*防止设置了padding 导致实际宽度增加影响右侧显示图标错位*/
	width:100%;
	height:40px;
	line-height:40px;
	border:none;
	outline:none;
	background:transparent;
	font-family: PingFang-SC-Regular;
	font-size: 14px;
	color: #122F49;
	padding:0 0 0 16px;
	margin:0;
	border-radius: 4px;
}
.fill-content>select{
	height:20px;
}

.layui-form-checkbox[lay-skin=primary] span{
	font-size: 12px;
	color: #122F49;
	font-family: PingFangSC-Regular;
}
.layui-form-checkbox:hover span{
	color:#3370FF;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: PingFang-SC-Regular;
	font-size: 14px;
	color: #B6C8D5;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: PingFang-SC-Regular;
	font-size: 14px;
	color: #B6C8D5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: PingFang-SC-Regular;
	font-size: 14px;
	color: #B6C8D5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: PingFang-SC-Regular;
	font-size: 14px;
	color: #B6C8D5;
}
::-ms-input-placeholder { /* Microsoft Edge */
	font-family: PingFang-SC-Regular;
	font-size: 14px;
	color: #B6C8D5;
}
.remember {
	width:100%;
	height:17px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFFFFF;
}
input[type="checkbox" i] {

}
input[type='checkbox'] {
	position:relative;
	top:2px;
	width: 12px;
	height: 12px;
}
input[type=checkbox]:checked {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}
input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}
.checkbox-sp {
	display:inline-block;
	height:17px;
	line-height:17px;
	font-size:12px;
	font-family: PingFangSC-Regular;
}
.prompt {
	font-family: PingFang-SC-Regular;
	font-size: 12px;
	color: #EE4949;
	text-align: center;
	padding-top:41px;
	padding-bottom:6px;
}
.enter-button {
	width:100%;
	height:44px;
	line-height:44px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 5px;
	text-align: center;
	background:#3963FF;
	border-radius: 6px;
	cursor:pointer;
	box-shadow: 0px 20px 36px 0px rgba(57, 145, 255, 0.21);
	webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.enter-button:hover {
	opacity: 0.8;
}


.scan-code {
	position:relative;
	width:166px;
	height:166px;
	margin:0 auto;
	padding-top:59px;
}

#qrCodeShow {
	width:100%;
	height:100%;
}
.scan-code img {
	width:166px !important;
	height:166px !important;
	display:block;
	border:none;
}
.refresh-code {
	display:table;
	position:absolute;
	width:180px;
	height:180px;
	bottom:-7px;
	left:-7px;
}
.refresh-code > div {
	display:table-cell;
	width:180px;
	height:180px;
	text-align:center;
	vertical-align:middle;
	background:rgba(0,0,0,0.5);
	border-radius:4px;
}
.code-failure,.refresh-code-img {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	letter-spacing: 0.38px;
}
.code-failure {
	color: rgba(255,255,255,0.8);
	margin-bottom:9px;
}
.refresh-code-img {
	color: #4DA1FF;
}
.refresh-code-img >button{
	height:17px;
	line-height:17px;
	background:transparent;
	border:none;
	outline: none;
	color:#FFFFFF;
	text-align: center;
	cursor:pointer;
}
.refresh-code-img img {
	position: relative;
	top:-2px;
	display: inline-block;
	width:12px !important;
	height:12px !important;
	vertical-align:middle;
	
}
.instructions,.instructions-list {
	font-size: 14px;
	text-align:center;
}
.instructions {
	padding:20px 0 16px 0;
	color:#122F49;
}
.instructions-list{
	line-height:20px;
	color: #122F49;
}
#downlond .iconfont{
	color:#0039c5;
	font-weight: bold;
}
.down >img{
	cursor:pointer;
}
.instructions-list img {
	width:16px;
	height:16px;
}

#footer {
	position:fixed;
	width:auto;
	height:auto;
	right:20px;
	bottom:20px;
}
.footer-provides {
	height:30px;
	line-height:30px;
	font-family: PingFang-SC-Medium;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
}
.footer-provides img{
	width:30px;
	height:30px;
	vertical-align:middle;
	cursor:pointer;
	margin-left:20px;
}

#container-tool {
	display:none;
	position:absolute;
	z-index:10;
	top:160px;
	left:-73px;
	width:636px;
	height:320px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}
.container-tool-title {
	border-bottom:1px solid #f0f0f0;
	height:22px;
	line-height:22px;
}
.container-tool-title span{
	float:left;
	margin-left:22px;
	font-size: 12px;
	color: #122F49;
}
.container-tool-title img{
	float:right;
	margin-right:10px;
	cursor:pointer;
}

#tool-content {
	clear:both;
	padding:10px 22px;
}
#downlond {
	cursor:pointer;
}


.table-td-a1,.table-td-a2{
	font-size: 12px;
	color: #122F49;
	display:block;
	width:100%;
	height:30px;
	text-decoration:none;
}
.table-td-a3,.table-td-a4{
	text-align: center;
	font-size: 12px;
	color:#122F49;
	width:120px;
	float:left;
}
.table-td-a3{
	margin-right:30px;
}
.img-thumbnail.logo-img{
	margin:10px auto;
	width:120px;
	height:120px;
}
#formd{
	box-sizing:border-box;
	display:block;
	width:100%;
}
#input_login {
	background:transparent;
}
.enter-button { border:0;}
.change{
	width:30px;
	height:30px;
	position:fixed;
	bottom:16px;
	right:30px;
	cursor:pointer;
	background: url('/templet/login/images/change.png') no-repeat center;
	background-size: 100% 100%;
	z-index: 10;
}
.change img{
	width:30px;
	height:30px;
}
.change-box{
	width:calc(18% - 12px);
	height:calc(10% - 8px);
	position:fixed;
	bottom:52px;
	right:30px;
	background: rgba(0,0,0,.5);
	padding:4px 6px;
	box-sizing:border-box;
	display:none;
	min-height:60px;
	min-width:158px;
	opacity:0.8;
	border-radius: 3px;
	z-index: 10;
}
.change-box .change-title{
	font-size:14px;
	color:#ffffff;
}

.change-box .img-box{
	margin-top:6px;
	width:100%;
}
.change-box .img-box li{
	width:40px;
	height:30px;
	margin:0 3px;
	float:left;
	list-style:none;
	border-radius: 3px;
	cursor:pointer;
	background-size:cover;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
.change-box .img-box li:hover,.change-box .img-box li.active{
	border:1px solid #ffffff;
}
.img-box img{
	width:90%;
	height:100%;
}
.foot-name{
	position:relative;
	width:100%;
	left:0;
	color:#122F49;
	font-size: 12px;
	text-align: center;
	font-family: PingFangSC-Regular;
	padding-top:20px;
	padding-bottom:30px;
}
.foot-hr {
	border-bottom:1px solid #D8E2E9;
}
#container-tool-close {
	float:right;
	color:#122F49;
	font-size:16px;
	margin-right:10px;
	cursor:pointer;
}
.mac{
	float:right;
	font-size: 12px;
	color:#83929F;
	text-decoration:none;
	padding-top:3px;
}

.sendcode,.sendcodeTwo{
	position: absolute;
	height:42px;
	line-height: 40px;
	top: 0;
	right: 0;
	width: auto;
	text-align:right;
	background:transparent !important;
	letter-spacing:0;
	cursor: pointer;
	color:#122F49;
	padding:0 10px;
}
.mac:hover,.sendcode:hover{
	color:#3963FF;
}
#qrCodeShow  > p{
	text-align:center;
	color:#FFFFFF;
}
.refresh-code-img .icon-38{
	color:#4DA1FF;
	font-size:18px;
}


#sendcode.disabled:hover{
	color:#122F49 !important;
	cursor:default;
}

.loginType{
	display: none;
	height:57px;
	width:100%;
	margin-bottom:24px;
}
.loginType li{
	width:50%;
	height:100%;
	line-height:57px;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 4px solid #D8D8D8;
	color:#353535;
	font-size:16px;
	cursor: pointer;
	float: left;
}
.loginType li.active{
	border-bottom: 4px solid #3963FF;
	color:#3963FF;
}


.layui-form-checked[lay-skin=primary] i{
	border-color: #3963FF !important;
	background-color: #3963FF;
}


