html{overflow: hidden;}
.pos-fixed{position: fixed; width: 100%; z-index: 2;}
.page-header-wrap{background: #fff; height: 110px; color: #666; line-height: 110px;}
.page-pos-header > a{color: #666; text-decoration: none; font-size: 34px;}
.vidon-username{font-weight: bold; max-width: 120px; overflow: hidden; text-overflow:ellipsis; font-size: 14px; white-space: nowrap;}
.vidon-user{overflow: hidden;position: relative;width: 31px; height: 31px; margin-top: 15px;background: url(../images/user_icon.png) no-repeat center; margin-right: 10px; }
.vidon-user:focus{outline: none;}
.vidon-user:hover{overflow: visible;}
.vidon-user:hover > span{opacity: 1;}

.vidon-user > span{
	position: absolute; color: #000;font-size: 13px;  transition: opacity .3s;
	opacity: .4;top:14px;left: 50%; margin-left: -55px;height: 30px; width: 110px;
}
.vidon-user > span:hover{opacity: 1;}
.vidon-user .tri-t{
    position: absolute; 
    height: 0;
    width: 0;
    font-size: 0;
    border: 8px solid transparent;
    bottom:0;
    left: 50%;
    margin-left: -8px;
    border-bottom-color: #eee;
}
.vidon-user .vidon-login-container{
	position: absolute;
	min-height: 30px;
	width: 100%;
	left: 0;
	top: 30px;
	background-color: #eee;
	line-height: 34px; 
	text-align: center;
	box-shadow: 0 5px 10px rgba(51,51,51,.7); 
	font-weight: bold;
}

.vidon-user .vidon-login-container span{
	display: block;
	height: 30px;
	line-height: 30px;
	transition: background-color .22s, color .1s;
}
.vidon-user .vidon-login-container span:hover{
	background-color: rgba(51,51,51,.8); color: #fff;
}

.page-header-wrap .faqlink{ font-size: 14px; margin-left: 35px; text-decoration: underline;}




.page-pos-header{margin-bottom: 0;position: relative;}
.page-pos-header > .caret{position: absolute; right: 0; top: 28px; border-width: 5px; border-bottom-width: 0; cursor: pointer; }
.vidonmis-entry-w{margin: 10% auto 50px auto;}
.vidonmis-entry{width: 580px; height: 300px; margin:0px auto;  }
.vidonmis-entry > li{float: left; height: 50%; line-height: 150px; text-align: center; font-size: 25px; border: 1px solid #fff; margin-right: -1px; margin-bottom: -1px; position: relative; font-weight: bold; } 

.vidonmis-entry > li > a{color: #fff; text-decoration: none; display: block;}
.vidonmis-entry > li > small{position: absolute; font-size: 15px; bottom:30px; height: 20px; line-height: 20px; width: 100%; left: 0; color: #fff; z-index: 100; line-height: auto; }
.vidonmis-entry > li:nth-of-type(1){background-color: #36a0d5;}
.vidonmis-entry > li:nth-of-type(2){background-color: #e08d2b;}
.vidonmis-entry > li:nth-of-type(3){background-color: #d44736;}
.vidonmis-entry > li:nth-of-type(4){background-color: #64a800;}

.vidonmis-entry > li:nth-of-type(1),
.vidonmis-entry > li:nth-of-type(4){width: 360px;}
.vidonmis-entry > li:nth-of-type(2),
.vidonmis-entry > li:nth-of-type(3){width: 220px;}

footer{font-weight: bold;}







.login-panel{position: relative;text-align: center; width: 315px; padding: 40px 40px 60px; margin: 65px auto 240px; box-shadow: 3px 3px 30px rgba(51,51,51,.8); }
.login-panel table{width: 100%;}
.login-panel table td{vertical-align: top;}
.login-panel table td:first-child{text-align: right;}
.login-panel table td:first-child.text-center{text-align: center;}
.login-panel legend{border-bottom: none; margin-bottom: 20px; }
.login-panel  table caption{text-align: center; color: #000; padding-bottom: 20px; }
.login-panel .form-control{border-left: none; }
.login-panel.input-group-addon{background-color:transparent; }
.login-panel  .user-icon{background: url(../images/user_login_icon.png) no-repeat center; }
.login-panel .pwd-icon{background: url(../images/pwd_icon.png) no-repeat center; }
.login-panel input[type="submit"],.login-panel input.submit{width: 100%; height: 40px; line-height: 40px; padding:0; color: #fff; font-weight: bold; background-color: #34a5d0; font-size: 15px; }




/* 向导页 */
.login-panel-guide{width: 640px;}
.login-panel-guide legend{font-size: 25px; padding-left: 50px; text-align: left;}
.login-panel-guide .vidon-bar-name{font-size: 25px;}
.login-panel-guide  input[type="text"]{width: 100%;border:none; border-bottom: 1px solid #000; height: 30px;line-height: 30px;font-size: 18px;}
.login-panel-guide  input[type="text"]:focus{outline: none;}
.login-panel-guide .td-submit{padding-top: 90px;}
.login-panel-guide  input[type="submit"],.login-panel-guide  input.submit{width: 100px;}




/* 登录的帐户类型 */
.login-panel-account-type {width: 680px; padding-bottom: 100px;}
.login-panel-account-type > p{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 100px
}
.login-panel-account-type > ul{
	
}
.login-panel-account-type > ul li{
	float: left;
	width: 225px;
	height: 130px;
	line-height: 130px;
	background-color: #36a0d5;
	font-size: 25px;
	color: #fff;
	cursor: pointer;
	transition: background-color .24s;
}
.login-panel-account-type > ul li:hover,
.login-panel-account-type > ul li.active{background-color: #68c5f3;}
.login-panel-account-type > ul li:first-child{
	margin-right: 140px;
}




/* 用户中心错误提示信息 上一个大括号结束处加了一个分号，导致下面的样式失效！！！！*/

/* 用户中心关闭按钮 */
.user-center-close{
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 8px;
	color: #000;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(51,51,51,.1);
}








/* 用户中心弹出层 */
.w50p{width: 50%;}
.modal-dialog-w502{width: 502px; overflow: hidden;}
.modal-content{overflow: hidden;}
.modal-dialog-center{
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
}
.modal.fade .modal-dialog-center{
	-webkit-transform: translate(-50%,-80%);
	-moz-transform: translate(-50%,-80%);
	-ms-transform: translate(-50%,-80%);
	-o-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
}
.modal.in .modal-dialog-center{
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/* 登录成功后，设置POS机号  登录成功后修改密码*/
.modal-body-set-posnum,
.modal-body-modify-pwd{
	margin: 0 auto;
	width: 320px;
	margin-bottom: 130px;
}
.modal-body-modify-pwd{
	margin-bottom: 85px;
}

/* 登录成功后，设置影院名称向导 */
.user-guide-btn-group{
	margin-top: 130px;
}


/* 登录弹出层 */
 .modal-header-login li.modal-title{
 	color: #c1c1c1;
 	background-color: #eee;
 	cursor: pointer;
 }
  .modal-header-login li.modal-title.nocursor{
  	cursor: default;
  }
 .modal-header-login > li.selected{
 	color: #00c1ff;
 	background-color: #fff;
 }

 .login-container{
 	min-height: 230px;
 }
  .login-container-ext{
  	min-height: 255px;
  }
  .login-container > p:first-child{
  	color: #666;
  }
 .login-container .input-group{
 	margin: 0 auto 10px;
 	border-radius: 4px;
 	height: 36px;
 	/* overflow: hidden; */
 	background-color: #eee;
 }
/*  .login-container .form-control
 .login-container .input:-webkit-autofill {
 	background-color: #eee;
 	-webkit-box-shadow: 0 0 0 1000px #eee inset;
 	-moz-box-shadow: 0 0 0 1000px #eee inset;
 	box-shadow: 0 0 0 1000px #eee inset; 
 } */
 .login-container .form-control{
 padding-left: 7px;
 padding-right: 7px;
 height: 36px;
 width: 205px;
 background-color: #eee;
 border: none;
 box-shadow: none;
 line-height: 24px;
 }
 .login-container .form-control:focus{border: none;}
 .login-container .input-group-addon{
 	width: 30px;
 	border: none;
 	background:#eee url(../img/icon/login_icon.png) no-repeat;
 	float: left;
 	height: 36px;
 }

 .login-container .input-group-addon.input-text{
	background-position: right 7px;
	}
.login-container .input-group-addon.input-pwd{
	background-position: right -23px;
} 

.login-container .input-group-addon.input-mobile{
	background:#eee url(../img/icon/input_mobile_icon.png) no-repeat right center;
}



 .login-container > input + input{
	/*margin-top: 10px;*/
 }

/* 帐户激活 + 找回密码 */
.account-activation{
	max-width: 235px;
	margin: 20px auto 10px;
}
.account-activation > span{
	font-size: 12px;
	cursor: pointer;
	color: #c3c2c2;
	height: 18px;
	line-height: 18px;
}
.account-activation > span:hover{
	color: #00c1ff;
}

.valid-code-btn{
	position: absolute;
	margin-left: 10px;
	font-size: 14px;
	min-width: 100px;
	padding: 0;
}

.valid-code-btn.disabled{
	background-color: #c6c6c6;
}




.account-activation span:first-of-type{
	float: left;

}
.account-activation span:last-of-type{
	float: right;
	
}

.login-error-tip{
	display: none;
	color: #a94442;
	text-align: center;
	margin: 0 auto;
	height: 30px;
	max-width: 235px;
	line-height: 30px;
}
.login-error-tip.selected{
	box-shadow: 0 0 30px rgba(51,51,51,.2) inset;
}

