﻿.black-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,.3);
z-index: 99998;
}

#login_frame {
width: 520px;
background: #fff;
position: fixed;
top: 50%;
left: 50%;
margin: -155px 0 0 -260px;
text-align: center;
padding: 30px 0 20px;
box-shadow: 0 2px 5px rgba(0,0,0,.3);
border-radius: 4px;
}


#login_frame .with-line {
font-size: 16px;
color: #999;
margin: 0 auto;
position: relative;
text-align: center;
}

#login_frame .login .loginpop {

width: 286px;
margin: 0 auto;
position: relative;
}

#login_frame .login .loginpop {
margin-top: 20px;
}

#login_frame .login .mail-login .btn18,#login_frame .login .mail-login .btn {
display: block;
}

#login_frame .clear-input {
box-sizing: border-box;
width: 100%;
}

#login_frame .login .mail-login {
margin-top: 15px;
}

#login_frame .with-line:before {
content: "";
border-top: 1px solid #ededed;
display: block;
position: absolute;
width: 50px;
top: 8px;
left: 0;
}

#login_frame .with-line:after {
content: "";
border-top: 1px solid #ededed;
display: block;
position: absolute;
width: 50px;
top: 8px;
right: 0;
}

#login_frame .login .reset-password {
position: absolute;
left: 0;
bottom: 0;
}

.clear-input {
display: inline-block;
padding: 0 10px;
height: 36px;
font-size: 14px;
line-height: 1;
color: #777;
background: #FCFCFC;
border: 1px solid #CCC;
border-radius: 3px;
width: 180px;
box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
-webkit-transition: color .2s linear,border-color .3s linear;
}

.login .mail-login .clear-input {
margin-bottom: 10px;
}


.mail-login .btn {
display: inline-block;
line-height: 1;
border-radius: 2px;
font-size: 14px;
padding: 0 12px;
height: 28px;
line-height: 28px;
background: #fff;
background: linear-gradient( #FAFAFA, #F2F2F2);
border: 1px solid #D9D9D9;
cursor: pointer;
text-decoration: none;
color: #444;
white-space: nowrap;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
text-align: center;
}

.mail-login .btn18 {
font-size: 14px;
padding: 0 10px;
border-radius: 3px;
height: 26px;
line-height: 26px;
}

.mail-login .rbtn {
background: #E53E49;
background: linear-gradient( #E53E49, #D43636);
box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 1px 0 rgba(255,255,255,.3);
text-shadow: 0 -1px 0 rgba(0,0,0,.1);
color: #fff;
border: 1px solid #C90000;
font-size: 18px;
padding: 0 15px;
border-radius: 3px;
height: 36px;
line-height: 36px;
}

#login_frame .login .switch-back {
text-align: right;
margin: 15px 0;
}



.mail-login .rbtn:hover {
background: linear-gradient( #F45D68, #E54646);
color: #fff;
box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 1px 0 rgba(255,255,255,.1);
border: 1px solid #C90000;
}


.red-link {
color: #9A0000;
display: inline-block;
}

.red-link:hover{
color: #9A0000;
text-decoration: underline;
}


.login{
	background: #fff;
}

.search{
	width: 300px;
	background: #fff;
}

.token-input{
	width: 200px;
	height: 100px;
	margin-bottom: 5px;
	resize: none;
}

#login_frame .close i {
width: 20px;
height: 20px;
position: absolute;
left: 50%;
top: 50%;
margin: -10px 0 0 -10px;
background: url(../bg/msg_close.png) 0 0 no-repeat;
}

#login_frame .close {
width: 36px;
height: 36px;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}

/*nav*/

.right-part .btn {
display: inline-block;
line-height: 1;
border-radius: 2px;
font-size: 14px;
padding: 0 12px;
height: 28px;
line-height: 28px;
background: #fff;
background: linear-gradient( #FAFAFA, #F2F2F2);
border: 1px solid #D9D9D9;
cursor: pointer;
text-decoration: none;
color: #444;
white-space: nowrap;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
text-align: center;
}

.right-part {
float: right;
top: 18px;
position:fixed;
}

.go-mobile {
margin-right: 10px;
height: 32px;
line-height: 32px;
}

.login-nav .register,.login-nav .login,.login-nav .logout {
height: 34px;
border: 0;
color: #fff;
background: #c90000;
background: rgba(201,0,0,.6);
text-shadow: none;
box-shadow: none;
padding: 0 15px;
line-height: 35px;
margin-right: 10px;
}

.rbtn {
background: #E53E49;
background: linear-gradient( #E53E49, #D43636);
box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 1px 0 rgba(255,255,255,.3);
text-shadow: 0 -1px 0 rgba(0,0,0,.1);
color: #fff;
border: 1px solid #C90000;
}

.menu-bar .login-nav .register {
margin-right: 10px;
}

.menu-bar .login-nav .login,.menu-bar .login-nav .logout {
padding: 0;
width: 50px;
height: 32px;
line-height: 32px;
}

.login-nav .register {
color: #fff;
text-shadow: none;
}

.login-nav .login{
color: #fff;
background: rgba(126, 126, 126, 0.8);
text-shadow: none;
box-shadow: none;
}

.login-nav .orange{
border: 1px solid rgba(239,130,0,.8);
color: #ef8200;
background: 0;
text-shadow: none;
box-shadow: none;
}

.login-nav .logout{
	text-shadow: none;
	box-shadow: none;
}

.login-nav a{
	text-decoration: none;
}

/*error*/
.error{
	font-size:20px;
	font-weight: 500; 
}

/*user-info*/
.user-info{
	position: absolute;
	top: 0;
	width: 220px;
	background: #eee;
	right: 3px;
	padding: 10px;
	border: 3px solid #fff;
}
.user-info table{
	margin: 0;
}

.user-info td{
	padding:5px;
	font-size: 14px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 150px;
}

#cafe{
margin-top: 70px;
}

#lan_frame {
width: 520px;
background: #fff;
position: fixed;
top: 50%;
left: 50%;
margin: -155px 0 0 -260px;
text-align: center;
padding: 30px;
box-shadow: 0 2px 5px rgba(0,0,0,.3);
border-radius: 4px;
}

#lan_frame .with-line {
width: 260px;
font-size: 16px;
color: #999;
margin: 0 auto;
position: relative;
text-align: center;
}

#lan_frame .with-line:before {
content: "";
border-top: 1px solid #ededed;
display: block;
position: absolute;
width: 50px;
top: 8px;
left: 0;
}

#lan_frame .with-line:after {
content: "";
border-top: 1px solid #ededed;
display: block;
position: absolute;
width: 50px;
top: 8px;
right: 0;
}

.lan_list{
	display: block;
	text-align: center;
	margin-top: 30px;
}
.lan_list a{
	display: inline-block;
	color: #838383;
	text-decoration: none;
}

.lan{
	font-size: 28px;
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 5px;
	margin: 10px;
}
.bar_box{background: url(../bg/position01.png) no-repeat;height: 101px;margin:5px 5px 10px 5px;overflow: hidden;}

.bar{background: url(../bg/position02.png) no-repeat;height: 101px;overflow: hidden;}