﻿@charset "utf-8";
/* CSS Document */
body,ul,ol,li,p,span,dl,dt,dd,img,table,thead,tfoot,tbody,th,td,pre,em,strong{
	margin:0;
	padding:0;
	font-weight:400;
	font-family:Microsoft Yahei,宋体,Arial,Tahoma,Verdana;
	font-size:12px;
	color:#333;
	outline:0 none;
}
/*body{
	background:url("../images/login.jpg") no-repeat;
	background-size:100%;
}*/
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:400;
	font-size:12px;
	outline:0 none;
}
ul,li,ol{
	list-style:none;
}
form,fieldset,input,textarea,select,option,label{
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:400;
	font-size:12px;
	outline:0 none;
}
a,a:link,a:hover{
	font-size:12px;
	color:#333;
	text-decoration:none;
	outline:0 none;
}
span,img{
	display:block;
}
img{
	border:0 none;
}
table{
	border-spacing:0;
	border-collapse:collapse;
}
::-webkit-input-placeholder{
	color:#1887CE;
	font-size:14px;
}
:-moz-placeholder{
	color:#1887CE;
	font-size:14px;
}
::-moz-placeholder{
	color:#1887CE;
	font-size:14px;
}
:-ms-input-placeholder{
	color:#1887CE;
	font-size:14px;
}
.showX{
	display:block;
}
.hideX{
	display:none;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.loginContent{
	width:100%;
    height:100%;
	/*height:600px;*/
   /* background:url("../images/login.jpg") no-repeat;
    background-size:100%;*/
}
.loginInput{
	clear:both;
	margin:0 auto;
	margin-top:8%;
	width:800px;
	/*height:200px;*/
	height:390px;
	border-radius:10px;
	padding:25px 0px 30px;
	box-shadow:1px 1px 5px 2px #686868;
	/*background-color:#FFF;*/
	/*background:rgba(255,255,255,0.6);*/
	/*border:1px solid #f00;*/
	/*border-bottom:1px solid #f00;*/
}
.loginInput h2{
	clear:both;
	/*text-align:center;
	font-size:20px;*/
	height:106px;
	padding-left:320px;
	background-repeat:no-repeat;
	background-position:150px 0px;
	border-bottom:3px solid #1887CE;
	/*border-top:1px solid #f00;
	border-left:1px solid #f00;*/
}
.loginInput h2 p{
	height:80px;
	background-image:url(../Images/proxy.png);
	background-repeat:no-repeat;
	background-position:10px 20px;
	text-indent:-9999px;
}
.loginInput h2 p.next{
	background-image:url(../Images/proxyNext.png);
}
.loginInput table{
	margin:0 auto;
	width:50%;
	margin-bottom:20px;
}
.loginInput th,.loginInput td{
	line-height:50px;
	font-size:18px;
	padding:5px 10px;
}
.loginInput th{
	width:30%;
	text-align:right;
}
.loginInput td input{
	width:220px;
	height:39px;
	line-height:39px;
	border-radius:5px;
	padding:0 10px;
	color:#000;
	font-size:14px;
	border:1px solid #999;
	box-shadow:0 1px 0 rgba(255,255,255,0.3) inset;
}
.loginInput span{
	border:1px solid #f00;
}
.loginInput ul{
	clear:both;
	padding:35px 50px 10px;
}
.loginInput li{
	height:55px;
	clear:both;
	margin:0 auto;
	width:65%;
	text-align:center;
}
.loginInput li input{
	clear:both;
	width:95.5%;
	/*width:60%;*/
	height:30px;
	line-height:30px;
	border-radius:2px;
	padding:0 5px;
	border:1px solid #999;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
}
.loginInput li input.checkNumber{
	width:60%;
	float:left;
	margin-right:4.6%;
}
.loginInput li p{
	width:30%;
	float:left;
	height:30px;
	border-bottom:1px solid #000;
}
.loginInput button{
	display:block;
	margin:0 auto;
	width:39%;
}
/*.loginInput button,*/.subpost{
	clear:both;
	margin:0 auto;
	width:52%;
	height:40px;
	background:#1887CE;
    color:#fff;
    border-radius:5px;
	display:block;
	border:0 none;
	font-size:20px;
	line-height:40px;
	letter-spacing:5px;
	text-align:center;
	font-family:Microsoft Yahei;
	cursor:pointer;
}
#friendly{
	clear:both;
	text-align:center;
	color:red;
	font-size:16px;
	font-weight:700;
	height:46px;
	line-height:46px;
}
.loginInput h2 p.house{
	background-image:url(../Images/proxyHouse.png);
}
.mask{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999;
	background-color:rgba(0,0,0,0.3);
}
.dialogB{
	margin:0 auto;
	width:30%;
	margin-top:15%;
	background-color:rgba(255,255,255,1);
	border-radius:10px;
	position:relative;
	z-index:10;
}
.dialogB h2{
    clear:both;
	margin-top:12%;
	height:50px;
	line-height:50px;
	padding:0 16px;
	color:#FFF;
	font-size:16px;
	background-color:#369;
	border-top-left-radius:9px;
	border-top-right-radius:9px;
}
.dialogB p{
	clear:both;
	text-align:center;
	font-size:20px;
	height:30px;
	line-height:30px;
	padding:30px 0 60px;
	color:#F60;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
}
#close{
	position:absolute;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
    line-height:30px;
	cursor:pointer;
    font-size:20px;
    text-align:center;
    color:#FFF;
    background-color:#F96647;
    border-radius:15px;
}