@charset "utf-8";
.bodyMask {
    width: 100%;
    height: 100%;
    position: fixed;
    float: none;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    display: none;
	z-index: 10000;
}

.bodyWindow.qrcode , .bodyWindow.qrcode2 {
	
    width: 450px;
    top: 50%;left: 50%;transform: translate(-50%, -50%)
}

.bodyWindow {
    background-color: #fff;
    padding: 20px;
    position: fixed;
    float: none;
    top: 45%;
    left: 50%;
    z-index: 10000;
    display: none;
    border-radius: 4px;
}
.bodyWindow .close {
    width: 30px;
    height: 30px;
    position: absolute;
    float: none;
    top: 15px;
    right: 15px;
    z-index: 100;
}
.bodyWindow .close a{
    width: 30px;
    height: 30px;
    float: left;
    background: url(../images/close.png) no-repeat center center;
}

.bodyWindow .close{-webkit-transition: -webkit-transform .3s ease-in;-moz-transition: -moz-transform .3s ease-in;-o-transition: -o-transform .3s ease-in;transition: transform .3s ease-in;}
.bodyWindow .close:hover{-moz-transform: rotate(180deg);-moz-transform-origin: center center;-webkit-transform: rotate(180deg);-webkit-transform-origin: center center;-o-transform: rotate(180deg);-o-transform-origin: center center;transform: rotate(180deg);transform-origin: center center;}


h9{ font-size:25px; text-align:center; margin-bottom:25px; display:block;}
.register-box {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.register-box input {
    width: 250px;
    height: 19px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-top: 16px;
    font-size: 14px;
    color: #666;
    font-family:"微软雅黑","Microsoft YaHei";
	border:0;
	
}
.register-box .username_label {
  /*  word-spacing: 10px;*/
	
}



.register-box label {
	font-size:14px;
    height: 52px;
    line-height: 52px;
    padding-left: 20px;
    display: inline-block;
	font-family:"微软雅黑","Microsoft YaHei";
}
#code {
    display: inline-block;
    width: 100px;
    height: 30px;

    vertical-align: middle;
   /* background-color: black;*/
    font-size: 25px;
    color: #fff;
    text-align: center;
	padding-top:10px;
}

.register-box span {
    display: inline-block;
    width: 77px;
    height: 52px;
   /* border-right: 1px solid #ddd;*/
}

.register-box .number {
    padding-left: 15px;
}
.register-m{ color:#999999; margin-bottom:10px; font-size:14px;}
.register-m a{ color:#a7d500;font-size:14px;}
.register-m span{ float:right;}
.register-m span a{ color:#ff6600;}
.submit_btn{ margin-top:30px; display:block;}
.submit_btn button , .submit_btn a.bb{
    width: 100%;
    height: 54px;
    color: #fff;
    background: #a7d500;
    border: 0;
    font-size: 16px;
    font-family:"微软雅黑","Microsoft YaHei";
	cursor:pointer;
	word-spacing: 30px;
	/*float:left;*/
}

.submit_btn a.bb{ margin:0; float:left;}
.submit_btn button:hover , .submit_btn a.bb:hover { background: #a7d500;}

.eject_k { position:fixed; z-index:99999; left:50%; margin-left:-100px; top:40%; display:block;  width:200px; }
.eject_k  span { display:none; padding:30px; width:200px; background:RGBA(0,0,0,0.8); font-size:16px; text-align:center; color:#FF0; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; margin-bottom:8px; }


.userlogsucess{ text-align:center; padding:50px 0;}
.userlogsucess b{font-size:25px; display:block; margin-bottom:30px;}
.userlogsucess .f60{ color:#f60;}
.userlogsucess a{ color:#00a2e9;}



@media only screen and (max-width: 1199px) {
	
	.bodyWindow.qrcode , .bodyWindow.qrcode2 {
	
    width: 92%;
    top: 50%;left: 50%;transform: translate(-50%, -50%)
}

#code {

    width: auto;
    height: auto;

	padding-top:5px;
}
.eject_k { left:50%; margin-left:0px; top:50%;  width: auto;transform: translate(-50%, -50%)}
.eject_k  span{ width:auto;}
}