* {
	padding:0;
	margin:0;
}
/* 清除浮动 */
.clearfix:after {
	content:"";
	display:table;
	clear:both;
}
html,body {
	height:100%;
}
body {
	font-family:"'Segoe UI',����, Tahoma, Arial, Verdana,jstFont";
	background:#CCCCCC;
	font-weight:300;
	font-size:15px;
	color:#333;
	overflow:hidden;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#F87982;
}
/*home*/
#home {
	padding-top:100px;
}
/*logint界面*/
.copyright {
	POSITION:absolute;
	text-align:center;
}


input {
	outline:none;
}
.input_style {
	/*border: 1px solid #fff;*/
	border-radius: 5px;
	border: 0;
	height: 36px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	padding: 1px 5px 1px 18%;
	/*color: #777;*/
	color:#fff;
	/* font-weight: bold; */
	/*font-size: 18px;*/
	/*background: rgba(255,255,255,.3);*/
	font-size:22px!important;
	background: rgba(0,0,0,.3);
	box-sizing: border-box;
	line-height: 34px;
}
.input_style.code_style{
	width: 50%;
    margin-right: 4%;
}
.sendVerificationCode{
	cursor: pointer;
    /*background: #117dd1;*/
	background: #2591ED;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    width: 26%;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    vertical-align: top;
}
.sendVerificationCode.active{
	cursor: no-drop;
}
.users,.password,.companyicon,.phoneicon,.codeicon{
	background-image: url(../css/images/image_5439_new.png); width: 30px; height: 30px;
    width: 30px !important;
    height: 30px !important;
    height: 10%;
    position: absolute;
    margin-left: 15%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
}
.users{
	background-position: -34px -128px;
}
.password {
	background-position: -34px -188px;
}
.companyicon {
	background-position: -34px -158px;
}
.phoneicon {
	background-position: -34px -218px;
}
.codeicon {
	background-position: -34px -248px;
}


.login_button {
	height:36px;
	color:#ffffff;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor:pointer !important;
	text-decoration:none;
	outline:none;
	border:0px;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	color:white;
	font:1.2rem 'Segoe UI',����, Tahoma, Arial, Verdana,jstFont;
	/*background:#117dd1;*/
	background:#2591ED;
}
.formpart {
	position:absolute;
	top:18%;
	width:27%;
	right:16%;
	/* height:55%; */
	/*background:#fff;*/
	min-width:300px;
	min-height:300px;
	padding-bottom: 20px
}
.inputcontain {
	padding:7px 2px;
	position:relative;
}
.inputcontain.codeBox{
	font-size:0;
}
.inputcontain.canHidden{
	display:none;
}



.login_button:hover {
	/* background:#00BCD4;
	cursor:pointer; */
}
.tip_span {
	position: absolute;
    font-size: 14px;
    margin-top: -7%;
    bottom: -10px;
    left: 30%;
    color:red;
}
.msg_span {
	font-weight:bold;
	color:#FF2B2B;
	display:block;
	text-align:center;
	height:30px;
	margin-top:-30px;
	line-height: 45px;
}

#title span{
	/*color: #adadad;*/
	color:#fff;
    font-size: 25px;
    margin-right: 20px;
    font-weight: bolder;
    cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 6px;
}
/*#title span.active{*/
/*	color: #4c5aff;*/
/*	position:relative;*/
/*}*/
/*#title span.active:after{*/
/*	content: '';*/
/*    position: absolute;*/
/*    bottom: -2px;*/
/*    left: 8px;*/
/*    right: 8px;*/
/*    height: 2px;*/
/*    background: #4c5aff;*/
/*	*/
/*}*/
.bx-wrapper {
	width:100%!important;
	height:100%!important;
	padding:0!important;
}
.bx-viewport,.slidepart,.slide {
	width:100%!important;
	height:100%!important;
}

.mainCss {
	height:100%;
	width:100%;
}

#phonelogin {
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	cursor:pointer;
	background-image: url(../css/images/image_5439.png);
	background-position: 0px 0px;
	width: 64px;
	height: 64px;
}
#computerlogin {
	position:absolute;
	top:6px;
	right:0;
	z-index:100;
	cursor:pointer;
	display:none;
	width:64px;
	height:64px;
	background-image: url(../css/images/image_5439.png);
	background-position: 0px -64px;
}
#phonelogin:hover,#computerlogin:hover {
	opacity:.9
}
.formpart .phonelogin {
	position:absolute;
	width:100%;
	height:70%;
	top:0%;
	margin-top:28%;
	display:none;
}
#codeimglogin {
	width:200px;
	height:200px;
	position:absolute;
	transform:translate(-50%,-50%);
	top:40%;
	left:50%;
	border:10px solid #efefef;
	background:#ffffffb5;
	box-sizing:border-box;
}
#codeimglogin img {
	width:100%;
	height:100%;
}
.phonelogin .readicon {
	display:flex;
	align-items:center;
	position:absolute;
	bottom:7px;
	left:50%;
	transform:translateX(-50%);
}
.phonelogin .readicon span {
	color:#4CAF50;
	white-space:nowrap;
	font-size:12px;
	padding-left:10px;
}
.contentpart {
	position:absolute;
	bottom:0;
	top:0;
	width:100%;
}
.readcodeicon {
	width:25px;
	height:23px;
	background-repeat:no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB+ElEQVRYR+1Xv2sUQRT+3iyeZf4Ag2gjmKCFqHXQFHrZvdmdeCD5Ezw4O8NF8A9Q0EYDxspOlOyv2zkV7C0UA1EQDLZiIZjaZOdJioNNbpfswYZcsdu+N9/75ptv3r4hHPNHx1wfk0mgGcoLMJgXRFMHFWLmnRNEz0Iv3M7G5l+3p042/nWIqTGyBtgG0wetgm8HYyMK2IF7F4zHAH4C+JV/RNRLVPAxG2v63jkCPyVghACIT4HpLAvuajdaza7bR8CJnVnetTYZpq1V7FfpjwW/1SaIVwZ0fqCCH0PsfQQWQnkHBitaRdNVFh9i2YH7B2x6iYpf5BPw5X0QlrQXzR4NAbkF5rVExY9qArUCuQo4684VJprLmqRKM9qB20uFefdWxhu5BKosVhZrsv4Fzrpzicnau6NW2R2Mk8dgwxbfG8j4c5EHjpyAYLPcX+x/qj2Qq0Azal0WRlxLvPDhOGdbNnfvGpJJ3/cX+1/qTlgrMJkK2L7sgLCceNHpss4eJ88O5G8GPdBeuJarwM1QzliGvjLMba3iN+OAH5Zrh3KJGS8pTWeSW8lWYSds+rIrQE+KxnIm3gGLrlbB92xRO3CvgpHbP5gwTYwzRnBn4EbPC8fyYeBG1LooUrpe9DBBY3dV2/pvFqiyh8lhUlYdn6x5oOrdlcH7D7POIjAw9cIUAAAAAElFTkSuQmCC);
	background-size:100% 100%;
}
#title {
	font-family:'Segoe UI',����, Tahoma, Arial, Verdana,jstFont;
	color:#4c5aff;
	text-align:center;
	padding:8% 0px 8%;
}

#titles {
	font-family:'Segoe UI',����, Tahoma, Arial, Verdana,jstFont;
	font-size:32px;
	color:#01599c;
	text-align:center;
	padding:10% 0px 10%;
	display:none;
}
.copyright {
	bottom:0px;
	height:3%;
	padding:1% 0;
	width:100%;
	font-family:'Segoe UI',����, Tahoma, Arial, Verdana,jstFont;
	font-size:20px;
	color:#fff
}
.copyright a {
	color:#4c5aff;
	font-weight:bold;
}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
	bottom:50px!important;
}
#title {
	position: relative;
}
#titles {
	font-size:23px;
}
.msg_span,.input_style {
	font-size:14px;
}
@media(min-width:1300px) {
.pic_draw {
	width:100%;
	height:100%;
}

.users,.password,.companyicon,.phoneicon,.codeicon{
	transform: translateY(-50%) scale(.8);
}
.copyright {
	font-size:14px;
}
.login_button {
	font-size:14px;
}

.input_style:-ms-input-placeholder {
	font-size:14px;
	color:#fff;
}
.input_style::-webkit-input-placeholder {
	font-size:14px;
	color:#fff;
}
}
@media(min-width:1500px) {
.pic_draw {
	width:100%;
	height:60%;
	position:absolute;
	top:15%;
}

#title {
	font-size:32px!important;
	position: relative;
	min-width: 100px;
}

 .users,.password,.companyicon,.phoneicon,.codeicon{
	transform: translateY(-50%) scale(1);
}
.copyright {
	font-size:16px;
}
.login_button {
	font-size:15px;
}
.msg_span,.input_style {
	font-size:15px;
}

.input_style:-ms-input-placeholder {
	font-size:15px;
	color:#fff;
}
.input_style::-webkit-input-placeholder {
	font-size:15px;
	color:#fff;
}
.input_style{
	font-size: 23px!important;
}
}
@media (min-width:1900px) {
#title{
	padding:6% 0px 6%;
}
.aboutlogin span,.aboutlogin span a{
	font-size: 15px;
}
#title span{
	font-size: 32px!important;
}
.copyright {
	font-size:20px;
}
.login_button {
	font-size:18px;
}
.input_style:-ms-input-placeholder {
	font-size:18px;
	color:#fff;
}
.input_style::-webkit-input-placeholder {
	font-size:18px;
	color:#fff;
}
.users,.password,.companyicon,.phoneicon,.codeicon{
	transform: translateY(-50%) scale(1);
}
.msg_span,.input_style {
	font-size:16px;
}
.input_style{
	height:50px;
	line-height: 48px;
}
.sendVerificationCode,.login_button{
	height:50px;
	line-height: 50px;
}

.inputcontain{
	    padding: 14px 2px;
}
.input_style{
	font-size: 26px!important;
}

}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
    font-family:'Segoe UI',����, Tahoma, Arial, Verdana,jstFont;
	font-size:18px;
	font-weight:100;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
    font-family:'Segoe UI',����, Tahoma, Arial, Verdana,jstFont;
	font-size:18px;
	font-weight:100;
}
.input_style:-ms-input-placeholder {
	font-family:'Segoe UI',����, Tahoma, Arial, Verdana,jstFont;
	font-weight:100;
	color:#fff;
}
.input_style::-webkit-input-placeholder {
	font-family:'Segoe UI',����, Tahoma, Arial, Verdana,jstFont;
	font-weight:100;
	color:#fff;
}
input:-webkit-autofill {
	color:#777 !important;
}
.aboutlogin {
	margin-left:11%;
	margin-right:10%;
	height:6%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.aboutlogin span {
	cursor:pointer;
}
.aboutlogin .remeberpass input {
	width:14px;
	height:14px;
	vertical-align:middle;
}
.aboutlogin .remeberpass i {
	font-style:unset;
	height:14px;
	line-height:14px;
	vertical-align:middle;
	position:absolute;
	margin-left:-20px;
	padding-left:24px;
}
.aboutlogin .forgetpass {
	float:right
}
.aboutlogin span,.aboutlogin span a {
	/*color:rgb(113,113,113);*/
	color:#fff;
	font-size:13px;
	font-family:黑体;
}
.aboutlogin span a {
	text-decoration:underline;
}



.datagrid-mask,.datagrid-mask-msg {
	z-index:10001
}
.window-header {
	border-bottom:1px solid #ddd  !important
}
.window-shadow {
	background:none !important
}
.panel-tool-close {
    	background: url(../css/images/blueTheme/pageIcons/panel_tools.png);
    }
.window {
	border:none !important;
	box-shadow:rgba(0,0,0,0.5) 1px 1px 30px;
	background:#fff !important;
	opacity:0;
	animation-fill-mode:forwards;
	animation-duration:0.4s;
	animation-name:anim-open;
	animation-timing-function:cubic-bezier(0.6,0,0.4,1);
}
.messager-window div {
    text-align: center;
}
.messager-window div, .messager-button .l-btn .l-btn-text {
    font-size: 12px;
}
.messager-window div {
    text-align: center;
}
.messager-button .l-btn {
    background: #177dd1!important;
    color: white;
}
.messager-button .l-btn {
    background: #177dd1!important;
    color: white;
}
.panel-title {
    height: 16px;
    line-height: 12px;
    padding-top: 4px;
}
.panel-tool-close {
    background: url(images/blueTheme/pageIcons/panel_tools.png);
}
.panel-tool-close {
    height: 20px!important;
    width: 20px!important;
    padding: 0px!important;
    background-position: 50% 0 !important;
    background-size: 300%!important;
    background-repeat: no-repeat;
    margin: 0 5px;
    opacity: 1!important;
}
.messager-icon {
    height: 0px;
    width: 0px;
}
.panel-body {
    border: 0px!important;
    background: none!important;
    min-height: 2px;
    min-width: 2px;
}

@keyframes anim-open {
	0% {
		opacity:0;
		transform:scale3d(1,1,1);
	}
	1% {
		opacity:0;
		transform:scale3d(0,0,1);
	}
	100% {
		opacity:1;
		transform:scale3d(1,1,1);
	}
}

.bx-wrapper{
	position: relative;
}
.bx-wrapper .bx-viewport{
	-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
/*登录页 其它登录*/
#other-page-access{
	display: flex;
	color: #fff;
	font-size: 13px;
	margin: 0 10%;
}
#other-page-access .flex{
	display:flex;
	align-items: center;
	cursor: pointer;
}
#other-page-access .flex svg{
	margin-right:3px;
}
.wxappTipBox{
	width:145px;
	height:145px;
	left:10%;
	top:150px;
	background:#fff;
	position:absolute;
	z-index:999;
	will-change:top, left;
	display:none;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	box-shadow: 1px 1px 3px 0px #ddd;
}
.wxappTipBox .wxCode{
	width:145px;
	height:145px;
}
.wxappTipBox .wxCode img{
	width:100%;
}
.wxapp-tip-arrow,.wxapp-tip-arrow:after{
	display:block;
	width:0;
	height:0;
	position:absolute;
	border-color:transparent;
	border-style: solid;
}
.wxapp-tip-arrow{
	left:16px;
	bottom: -7px;
	border-width: 7px 7px 0;
	border-top-color: hsla(0, 0%, 85.1%, .5);
}
.wxapp-tip-arrow:after{
	content: " ";
	bottom: -6px;
	margin-left: -7px;
	border-bottom-width: 0;
	border-top-width: 7px;
	border-top-color: #fff;
	border-width:7px;
}
