*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	/*overflow: auto;*/
	font-family: "微软雅黑";
}
.content{
	width: 100%;
	height: 100%;
	position: relative;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.header{
	width: 100%;
	min-width: 1100px;
	/*height: 17%;*/
	height: 70px;
	background: url(../../../img/default/backgroundHeader.png) no-repeat;
	background-size: 100% 100%;
	max-height: 148px;
}
.header .logo{
	float: left;
	margin: 8px 0px 10px 200px;
}
.header .logo img{
	width: 327px;
	height: 57px;
}
.header .banRight{
	float: right;
	margin-top: 20px;
	margin-right: 170px;
}
.banLang{
	font-size: 16px;
	color: red;
}
#language{
	border-color: red;
}
.banRight span img{
	vertical-align: middle;
	border:none;
}
.posit{
	display: inline-block;
	position: relative;
}
.icon,.iconT,.iconH{
	cursor: pointer;
	display: inline-block;
    width: 80px;
    text-align: center;
    height: 50px;
    line-height: 30px;
    position: relative;
    z-index: 999;
}
.iconT,.iconH{
	border: transparent 1px solid;
}
.QRCode{
	width: 185px;
	height: 185px;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 99;
	padding: 5px;
	border: #ccc 1px solid;
	background-color: #fff;
	box-shadow:0 0 3px 0px #999;
  	/*-moz-box-shadow:0 0 6px 3px #999;  */
  	/*box-shadow:6px 6px 16px -3px #127bc1;*/
}
.mainCon{
	height:83%;
	background: url(../../../img/default/theme2/backgroundMainCon.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	border: solid 1px transparent;
}
.pone{
	color: #d73c3d!important;
}
.mainCon .title{

	font-size: 38px;
	margin: 0 auto;
	font-weight: bold;
	color: #fff;
	background-image: -webkit-gradient(linear,0 20, 1 bottom, from(rgba(255, 255, 255, 1)), to(rgba(167, 194, 244, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin-top: 110px;
}
.titleTxt{
	letter-spacing: 2px;
}
.mainCon .entry{
	width: 550px;
	height: 342px;
	background: url(../../../img/default/loginBackground.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}
.mainCon .entry .entryTwo{
	position: absolute;
	top: 64px;
	left: 100px;
}
.mainCon .entry .entryTwo select{
	height: 31px;
    width: 260px;
    border-radius: 5px;
    padding-left: 10px;
	padding-top:5px\9;
	padding-bottom:5px\9;
}
.mainCon .entry .entryTwo .txt img{
	margin-right: 10px;
	vertical-align: middle;
}
.mainCon .entry .entryTwo .txt img.img{
	margin-left: 3px;
}
.mainCon .entry .entryTwo .txt input{
	height: 29px;
    width: 250px;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    padding-left: 10px;
	font-size: 14px;
	line-height: 29px;
}
.mainCon .entry .entryTwo .loginBtn{
	width: 176px;
	height: 38px;
	margin: 27px auto;
	background: url(../../../img/default/theme5/loginback.png) no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
	line-height: 38px;
	font-size: 18px;
	cursor: pointer;
}
/*.loginBtn:hover{
	background: url(../img/loginAfter.png) no-repeat !important;
}*/
.one{
	border: #ccc 1px solid;
	border-bottom: none;
	background-color: #fff;
}
.spanColor{
	color: red!important;
}
