html {
	height: 100%;
	width: 100%;
	overflow: hidden
}

body {
	background: url('../images/newlogin/logo_tb1.png') repeat;
 	height: 100%;
	width: 100%;	
	background-size: 100% 100%;	
}
.demo-class{
	border-radius:10px !important;
}
.container {
	overflow: hidden;	
	margin: 0 auto;
	position: relative;
	width:1200px	
}

.header {
	position: relative;
	/* height: 85px; */
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:18px;
	border-bottom:2px solid #0071b8;
	margin-bottom:10px;
	text-align: left;
	/* padding-left:50px; */
	overflow: hidden;	
}

.header .logo {	
	float: left;
	font-size: 45px;
	height: 60px;
	color: #ffffff;	
	text-align: left
}

.header .logoimg {	
	float: left;
	width:80px;
	height: 60px;
	margin-right:10px;	
	text-align: left
}

.header .logo p {
	font-size: 17px;
	color: black;
	font-family: sans-serif;
	color: white;
	text-align: left
}

.cbody {	
	position: relative;
	width: 1180px;
	height: 550px;	
	margin:0 auto;	
}

#right_div{
	float: right;
	width: 390px;
	height: 460px;
	margin-right:40px;
	background: url('../images/login3.png');
	background-size: 100% 100%; 	 
}

#left_div{
	float: left;
	width: 460px;
	height: 460px;	
	margin-left:40px;	
}


.login-panel {
	position: relative;
    opacity: 0.9;    
	overflow:hidden;
    border-radius: 8px;
    margin-right:6px;
    margin-left:6px;
}
.tab-con{
	
	margin: 0 auto;
	width: 75%;
}
.tab-con ::-webkit-input-placeholder{
	color:#62b6e8;
}
.tab-con ::-moz-placeholder{
	color:#fff;
}
.tab-con :-moz-placeholder{
	color:#fff;
}
.tab-con ::-ms-input-placeholder{
	color:#62b6e8;
}
.tab-con input{
	width:220px;
}
.code-con {	
	/* float: center; */
	border: 1px solid #1590d9;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.code-con img{
	display:block;
	padding:5%; 
	margin:0 auto;
	width:90%;
}
/* 遮罩层：自动填满 .code-con 的实际布局空间 */
#qrcode-mask {
	/* 显示与居中 */
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	background: rgba(255, 255, 255, 0.85);
	color: white;
	z-index: 10;
	width: 90%;
	height: 90%;
}

#refresh-qrcode-text {
	position: absolute;
	top: 72px;
	color: #000000d6;
	font-size: 13px;
}

#refresh-qrcode-btn {
	padding: 8px 25px;
	background: #0887c9;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

#refresh-qrcode-btn:hover {
	background: #0056b3;
}
.code-tip-bottom {
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	color: #aadfff;
	margin-top: 1px;
	margin-bottom: 3px;
}
.code-tip-bottom2 {
	font-size: 20px;
	text-align: center;
	/* line-height: 36px; */
	color: #aadfff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.code-tip-bottom1 {
	font-size: 16px;
	text-align: center;	
	color: #aadfff;
	margin-top: 5px;
	margin-bottom: 3px;
}
.code-tip-bottom3 {
	font-size: 16px;
	text-align: left;	
	color: #ffffff;
	margin-top: 8px;
	margin-bottom: 5px;
}

.cbody .login-panel .switch {
	position: absolute;
	overflow: hidden;
	width: 36px;
	height: 36px;
	top: 5px;
	right: 0;
}

.cbody .right_div .login-panel .switch .hide {
	display: none;
}

.cbody .right_div .login-panel .switch img {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	left: 10px;
	cursor: pointer;
}

body, a {
	font: 14px/1 Microsoft YaHei, tahoma, arial, Hiragino Sans GB,
		\\5b8b\4f53, sans-serif;
	color: #202020;
}

fieldset, img {
	border: 0;
}

body, ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a, a:focus, a:hover {
	text-decoration: none !important;
}
.hide{
	display:none;
}



.cbody .login-panel .title {
	font-size: 28px;
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.cbody .login-panel .line {
	margin: 0 auto;
	margin-top: 8px;
	border-bottom: 2px solid #116ec4;
	width: 70px;
	height: 0;
}

.cbody .login-panel .input {
	border-bottom: 1px solid #378fc2;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 36px;
	margin-top: 20px;
}

.cbody .login-panel .input .icon {
	float: left;
	margin: 10px 14px;
	display: block;
}

.cbody .login-panel .input input {
	border: 0;
	background: 0;
	outline: 0;
	height: 100%;
	line-height: 35px;
	font-size: 16px;
	color: #efefef;
}

.cbody .login-panel .btn {
	display: block;
	background-color: #00e4ff;
	border-radius: 6px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	padding: 8px 0px;
	cursor: pointer;
	border: 0;
	outline: 0;
	behavior: url(images/newlogin/PIE.htc);
}

.cbody .login-panel .code {
	text-align: center;
	margin: 19px 0 9px 0;
	height: 283px;
}

.cbody .login-panel .code img {
	width: 283px;
	height: 283px;
}

.cbody .login-panel .tip {
	font-size: 13px;
	text-align: center;
	line-height: 20px;
}

.cbody .login-panel .code-tip-top {
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	margin: 15px 0 15px 0;
	align-items: center;
}


.cbody .login-panel .logo img {
	width: 40px;
}

.cbody .login-panel .tab-list {
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #00a0e9;
}

.cbody .login-panel .tab-list .tab {
	width: 50%;
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 22px;
}

.cbody .login-panel .tab-list .tab.current {
	color: #116ec4;
}

.cbody .login-panel .tab-list .arrow {
	background-color: transparent;
	width: 0;
	height: 0;
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 66px;
}

.cbody .login-panel .tab-list .arrow span {
	display: block;
	width: 0;
	height: 0;
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent #116ec4;
	position: absolute;
	top: 0px;
	left: -5px;
}



.center-bg {
	float: left;
}

.cbody .login-panel .lost {
	height: 70px;
	line-height: 45px;
	text-align: right;
	color:#0deef6;
	
}
.cbody .login-panel .lost1 {
	height: 70px;
	line-height: 45px;
	text-align: right;
	color:#0deef6;
	
}

.cbody .login-panel .lost a {
	color: #00e4ff;
}

.footer {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.footer .info {
	text-align: center;
	font-weight: 400;
	font-size: 15px;
}
	#bgvid { 	 
	  width: 510px; height: 510px;
	  background-size: cover; 
	  display:block;
	  float:left;
	}
	
	#downloadAppBtnDiv { 	 
	  margin-top:10px;
	}
	
	#downloadAppBtn{
		background-color: #0888cc;
		color:#4bffff;
		font-size: 14px;
	}

.ml-loader {
	position: relative;
	width: 70px;
	height: 70px;
	left: 40%;
	padding-top: 35%;
	padding-bottom: 40%;
}

.ml-loader div {
	-webkit-transform-origin: 32px 32px;
	-ms-transform-origin: 32px 32px;
	transform-origin: 32px 32px;
	-webkit-animation: 1.2s opaque ease-in-out infinite both;
	animation: 1.2s opaque ease-in-out infinite both;
}

.ml-loader div::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	width: 5px;
	height: 18px;
	border-radius: 10px;
	background-color: #03A9F4;
}

.ml-loader div:nth-child(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.ml-loader div:nth-child(2) {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.ml-loader div:nth-child(3) {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.ml-loader div:nth-child(4) {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.ml-loader div:nth-child(5) {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ml-loader div:nth-child(6) {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.ml-loader div:nth-child(7) {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.ml-loader div:nth-child(8) {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.ml-loader div:nth-child(9) {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.ml-loader div:nth-child(10) {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.ml-loader div:nth-child(11) {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.ml-loader div:nth-child(12) {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.ml-loader div:nth-child(13) {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

@-webkit-keyframes opaque {
	0%, 40%, 100% {
		opacity: 0.1;
	}
	40% {
		opacity: 1;
	}
}

@keyframes opaque {
	0%, 40%, 100% {
		opacity: 0.1;
	}
	40% {
		opacity: 1;
	}
}
