
.mo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mo-content {
  position: fixed;
  top: 0;
  z-index: 101;
  left: 50%;
  margin-left: -50%;
  max-width:800px;
  min-width: 20px;
  /*min-height: 90%;*/
  max-height: 90%;
  overflow: auto;
}

.mo-content .sprite-x {
  position: absolute;
  right: 0;
  top: 0px;
  margin: 12px;
}

/*
*查看票据样例
*/ 
.mo-ticket{
  margin-left:-400px;
  background-color: #fff;
  border:1px solid #e9e9e9;
  border-radius:20px;
  width:800px;
  max-height:500px;
}
.mo-ticket-cont{ width:500px; margin:30px auto;}
.mo-ticket .mo-ticket-title{
 font-size:24px;
 font-weight:bold;
 text-align:center;
 line-height:40px;
 width:100%;
}
/*
* 登录
*/
.mo-login{margin-left:-200px;background-color: #fff;
  border:1px solid #e9e9e9;
  border-radius:5px;
  width:450px;
  max-height:450px;}
.mo-login .mo-login-info{
 width:400px;
 margin:0 auto; padding-left:25px;}
.mo-login .mo-title{
 height:39px;
 border-bottom:1px solid #e9e9e9;
 text-align:center;}
.mo-login .mo-title .title{
 font-size:20px;
 color:#000;
 line-height:40px;
 font-weight:bold;
 text-align:left;}
.mo-login .mo-btn{
 width:100%;
 position:relative;
 height:40px;
 line-height:40px;	
 border-top:1px solid #e9e9e9;} 
.mo-login .button-blue{
 color:#666;
 font-size:16px;
 border:0px;
 border-radius:5px;
 height:36px;
 line-height:36px;}
.mo-login .input-large{
 width:300px !important;
 font-size:14px;	
}
