/*=============
   =工具样式=
==============*/
.center-block{						/*居中*/
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right{
	float: right !important;
}
.pull-left{
	float: left !important;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.hide{
	display: none !important;
}
.show{
	display: block !important;
}
.invisible{
	visibility: hidden;
}
.text-hide{
	font: 0/0 a;
	color:transparent;
	text-shadow: none;
	background-color: transparent;
	border:0;
}
/*/=============
   =清除浮动=
==============/*/
.clearfix:after,
.clearfix:before{
	content:" ";
	display: table;
}
.clearfix:after{
	clear: both;
}

/*页面自定义样式*/
html{
	color:#222;
	width: 	100%;
}
body{
	line-height: 1.5;
	width:100%;
}
/*顶部导航*/
.dingbudaohang{
	background:white;
}
.dingbudaohang ul li a{
	color:black;
}
.daohangzhanwei{
		width:100%;
		height:10%;
}
.daohanglogo{
	width:100%;
	height:auto;
	background: url('../images/daohanglogo.png')
}
.daohanglogo img{
	width:1200px;
	height:auto;
	margin: 0 auto;
	display: block;
}
/*主体内容*/
.main{
	width: 75rem;
	margin: auto;
}
/*路径*/
.xiangqinglujinbox{
	height:3rem;
}
.xiangqinglujinbox > ul > li{
	float: left;
	line-height:3rem;
	color:#c0c4c2;
}			
.xiangqinglujinbox > ul > li > a{
	font-size:.75rem;
	color:#c0c4c2;
	float: left;
}
.xiangqinglujinbox > ul > li > a:hover{
	color:#6fbc45;
	cursor:pointer;
}
/*进度条*/
.jindu{
	width: 100%;
	display: flex;
}
.jindu>div{
	flex:1;
	border: 1px solid #ccc;
	padding:0.8625rem 0;
	text-align: center;
	color:#ffffff;
}
.jindu>div{
	margin-left:0.05rem;
	background-color: #cbcbcb;
}
.jindu>div:nth-child(3){
	background-color: #37c686;
}
/*展示区*/
.zhanshiqu{
	width: 100%;
	height: 23.4rem;
}
/*成功界面*/
.success>img{
	width: 5.625rem;
	height: 5.625rem;
	float: left;
	margin-top: 6.75rem;
	margin-left: 13.135rem;
}
.success>div{
	float: left;
	margin-top: 6.875rem;
	margin-left: 2.6875rem;
}
.success>div>span{
	display: block;
	font-size: 0.875rem;
	color:#3f4a44;
}
.success>div>span+span{
	margin-top: 1.25rem;
}
.success>div>span:nth-child(1){
	color: #3f4a44;
	font-size: 1rem;
}
.success>div>span:nth-child(3)>span:nth-child(2){
	display:inline-block;
	font-size: 0.875rem;
	color:#1686ef;
	text-decoration: underline;
	margin-left: 25.313rem;
	cursor: pointer;
}
/*失败界面*/
.fail>img{
	width: 5.625rem;
	height: 5.625rem;
	float: left;
	margin-top: 6.5625rem;
	margin-left: 20.0625rem;
}

.fail>div{
	float: left;
	margin-top: 7.6875rem;
	margin-left:1.875rem;
}
.fail>div>span{
	display: block;
}
.fail>div>span:nth-child(1){
	color: #3f4a44;
	font-size: 1rem;
}
.fail>div>span:nth-child(2){
	margin-top: 1.25rem;
}
.fail>div>span:nth-child(2)>a{
	font-size: 0.875rem;
	color:#1686ef;
	text-decoration: underline;
}
/*弹窗*/
.denglukuangbeijin{
	background:url('../images/denglubeijin.png') 0 0 repeat; 
	background-size: 100% 100%;
	width:600px;height:82px;
}
#beijin{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position: fixed; 
	top:0;
	z-index: 20;
	display: none;
}
#denglukuang{
	width:600px;
	height:388px; 
	position: absolute; 
	top:30%; 
	left:35%; 
	background:white; 
	display: none;
	z-index: 22;
}
.denglutitile{
	font-size:1.125rem;
	margin-left: 26px;
	line-height: 82px;
	color:white;
}
.denglubox1{
	width:450px; 
	height:72px; 
	border:1px solid #e5e5e5; 
	margin:0 auto;
	margin-top: 30px;
}
.denglubox1 > img{
	margin-left: 20px;
	margin-top: 20px;
}
.denglubox1 > input{
	background:none;  
	outline:none;  
	border:0px;
	width:348px;
	height:72px;
	font-size:1.125rem;
	float: right;
	text-align: center;
	margin-right: 50px;
}
.denglubox2{
	border-top: 0px;
	margin-top: 0px;
}
input::-webkit-input-placeholder {
    color: #d8d8d8;
    font-size:18px;
 	text-align: center;
}
.guanbi{
	margin-right: 26px;margin-top: 30px;
}
.queren{
	width:450px;
	height:60px;
	background: #5db2dd;
	color:white; 
	font-size:1.125rem;
	text-align: center;
	line-height: 60px;
	margin:0 auto;
	margin-top:16px;
	cursor: pointer;
}

