body{
	padding-top: 70px;
}
header{
/*	background-color: #FFF;*/
	/*border-bottom: 1px solid #DEDEDE;*/
	  width: 100%;
	  height: 46px;
	  padding: 12px 0px;
	  position: fixed;
	  left: 0;
	  top: 0;
	  z-index: 9;
}
.headContent{
   width:100%;
   margin:0 auto;
   overflow: hidden;

}
.formtips {
    text-align: center;
    font-size: 12px;
    color: #ff0000;
    font-family: "微软雅黑";
}
.logo{
	width:370px;
	height:45px;
	//margin-left: 20px;
	float: left;
	background-size: contain;
	background: url(../images/logo-and-slogan.png) center no-repeat;
    //margin-left: 80px;
    
}
.title {
    width: 650px;
    font-size: 20px;
    float: left;
}

.tip{
  width:115px;
	color: #666;
	float: right!important;
  font-size: 14px;
  opacity: .9;
  font-family: "黑体";
}
.tip >span{
	color: #666;
    font-size: 14px;
    opacity: .9;
    font-family: "黑体";
    text-decoration: underline;
}
.tip >span:hover{
  color: #E53937;
}
.content{
	width: 450px;
	height: 380px;
	margin: 10% auto;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #fff;
}
.content>ul{
	width:450px;
	margin:0 auto;
}
.tab>li{
	/*margin:30px auto 30px;*/
	overflow: hidden;
	position:relative;
	width: 450px;
	background: #f5f5f5;
}
}
.phone>li,.email>li{
	overflow: hidden;
	position:relative;
}
.active{
	border-bottom: 2px solid #e64d65;
	color: #e64d65;
}
.normal{
	border-bottom: 1px solid #CCC;
}
.normal,.active{
	width:225px;
	height:60px;
	line-height: 60px;
	float: left;
	text-align: center;
	font-weight: bold;
}
.phone>li,.email>li{
	width:286px;
	height:40px;
	line-height: 50px;
	border: 1px solid #CCC;
	padding:0 10px;
	margin: 0 auto;
}
input{
	width:200px;
	height:30px;
	border:0;
	font-size: 12px;
	margin-top: 5px;
    position: absolute;
}
.checkBtn{
	margin-top: 50px;
	width: 306px;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	margin: 60px auto;
	font-family: "微软雅黑";
	background: #e64c65;
}
.email>li,.email>div{
	margin-top: 30px;
}
.get{
	position:absolute;
	width:100px;
	height:40px;
	line-height: 40px;
	/*right:10px;*/
	/*top:5px;*/
	//border:1px solid #000;
	text-align: center;
	color: #FFF;
	background-color: #e64c65;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-left: 196px;
	
}
.imgVerify-fk{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
/* .imgVerify-tk{
	width:100%;
	height:100%;
	display:table;
}
.imgVerify-mask{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
 */
 .imgVerify-box{
	
	width:450px;
	height:250px;
	margin:0 auto;
	background-color: #FFF;
}
.parent-tk{
	display:table;
	overflow:hidden;
	background-color: rgba(0,0,0,.5);
}
.son-tk{
	vertical-align:middle;
	display:table-cell;
}
.imgVerify-head{
	height:50px;
	background-color: #DF2128;
	position:relative;
}
.imgVerify-header-text{
	line-height: 50px;
	color:#FFF;
	padding:0 50px 0 10px;
	font-size: 20px;
	letter-spacing: 1px;
}
.imgVerify-close{
	width:50px;
	height:50px;
	position:absolute;
	right:0;
	top:0;
	background: url(../images/imgVerify-close.png) center no-repeat;
	background-size: 12px;
}
.imgVerify-body{

}
.imgVerify-edit span{
	padding:0 10px;
	color:#df2128;
}
.imgVerify-edit input{
	width:340px;
	padding:10px;
	border: 0;
	border-bottom: 1px solid #CCC;
}
.imgVerify-edit{
  padding: 30px 10px 30px 25px;
}
.imgVerify-pic-btn{
	padding: 0 10px 0 54px;
}
.imgVerify-pic{
	float: left;
}
.imgVerify-pic img{
  width: 140px;
  height: 50px;
  border: 1px solid #CCC;
}
.imgVerify-pic span{
	color:#df2128;
}
.imgVerify-btn{
	float: right;
	height:50px;
	line-height: 50px;
	background-color: #DF2128;
	color:#FFF;
	text-align: center;
	margin-right: 25px;
	letter-spacing: 10px;
	font-size: 20px;
	padding: 0 20px 0 30px;
}
.open{
	width: 170px;
	height: 50px;
	background: #000;
	opacity: 0.4;
	position: absolute;
	border-radius: 5px;
	margin-left: 140px;
	margin-top: -250px;
	text-align: center;
	display: none;
}
.open span{
	color: #fff;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 45px;
	margin-left: 10px;
}
.open img{
	margin-top: 13px;
	margin-left: -15px;
	position: absolute;
}