
/*登陆*/
.user{
	position: absolute;
	left: 50%;
	top: 40px;
	z-index: 999;
	margin-left: -710px;
	background: #fff;
	filter: Alpha(Opacity=90);
	opacity: 0.90;
	overflow: hidden;
	height: 290px;
	width:280px;
	padding: 10px;
}


.user ul.nav-h2 {
	margin: 0 auto;
	width: 250px;
	height: 35px;
	border-bottom: 1px solid #DDDDDD;
}

.user ul.nav-h2 li {
	float: left;
	width: 50%;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.user ul.nav-h2 li.cur {
	padding-bottom: 3px;
	border-bottom: 3px solid #ff9205;
	color: #ff9205;
}

.user .form-box {
	padding-top: 20px;
	margin: 0 auto;
	width: 250px;
}

.text-prompt {
	position: absolute;
	bottom:8px;
	font-size: 12px;
	color: #e10d0d;
}

.inputbox {
	display: block;
	position: relative;
	margin: 0px auto;
	margin-top: 10px;
	width: 100%;
	height: 45px;
	overflow:hidden;
}

.inputbox3 {
	margin: 0 auto;
	width: 250px;
	margin-top: 5px;
}
.inputbox2 {
	margin: 0 auto;
	height: 25px;
	margin-top: 20px;
	font-size: 13px;
	color: #6666;
}
.lostmm {
	float: right;
}
.lostmm:hover {
	text-decoration: underline;
}

.inputbox i {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 10px;
    left: 13px;
    background: url(../images/smallbtn.png) no-repeat center;
}

.inputbox i.zhtb{
    background-position: 0px -296px; !important;
}


.inputbox i.mmtb{
    background-position: 0px -186px; !important;
}

.inputbox i.jiaoyanma{
    background-position: 0px -325px; !important;
}

.inputbox i.zhengjian{
    background-position: 0px -325px; !important;
}

.inputbox i.xingming {
    background-position: 0px -354px;!important: ;
}

.submitbt {
	margin: 0 auto;
	margin-top: 5px;
	width: 250px;
	height: 42px;
	border: none;
	border-radius: 8px;
	color: white;
	outline: none;
	font-size: 16px;
	background-color: #ff9205;
	background: -moz-linear-gradient(160deg, #ffd400, #ff9205);
	background: -o-linear-gradient(160deg, #ffd400, #ff9205);
	background: -webkit-linear-gradient(160deg, #ffd400, #ff9205);
	background: linear-gradient(160deg, #ffd400, #ff9205);
	border-color: #ffbe05;
	cursor: pointer;
}

.submitbt:hover {
	background: #ffb106;
}
.inputbox2 a {
	color: #666666;
}
.inputbox input {
	width: 82%;
	padding-left: 45px;
	height: 45px;
	border-radius: 8px;
	border: none;
	outline: 0;
	background: #efefef;
	line-height:45px;
}
.login-success {
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999;
}
.login-success .touxiang {
    float: left;
}
.touxiang img {
    float: left;
    border: 1px solid #999;
    padding: 3px;
    width: 72px;
    height: 72px;
    margin-left: 5px;
    margin-right: 10px;
}
.login-success .userinfo {
    float: right;
    width: 160px;
	padding-right:20px;
}

.userinfo p {
    line-height: 40px;
    overflow: hidden;
}
.userinfo p .name {
    font-weight: 700;
    color: #515151;
    font-size: 16px;
    float: left;
}
.userinfo p .tuic {
    float: right;
}
.userinfo .item-btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 4px 10px;
}
.userinfo .pay {
    background-color: #16aaff;
}
.userinfo .info {
    background-color: #eb7711;
}
.login-success-2 p {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #515151;
}
.login-success-2 ul li {
    float: left;
    margin-bottom: 12px;
    color: #333;
    overflow: hidden;
    line-height: 17px;
}
.login-success-2 ul li a img {
    margin-right: 10px;
    float: left;
}
.login-success-2 ul li .gamename {
    width: 100px;
    float: left;
}
.login-success-2 ul li .areaname {
    width: 80px;
    float: left;
}

.login-success-2 a,.login-success a{
	font-size:12px;
}
#jiaoyanma{
	width: 45%;
}

@media screen and (max-width: 1400px) {
	.user{
		margin-left: -555px;
	}
}