@font-face {font-family: 'iconfont';
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tui:before { content: "\e600"; }
.icon-queren:before { content: "\e602"; }
.icon-queren1:before { content: "\e603"; }
.icon-yichupiao:before { content: "\e604"; }
.icon-shoukuan01:before { content: "\e601"; }

body{
	background: #f9f9f9;
}
.contentWrong{
	width: 1200px; margin: 120px auto 0; 
}
.contentWrong .none{
	display: none;
}
.contentWrong .contMin404,.contentWrong .contMin500{
	width: 660px; margin: 0 auto;
}
.contentWrong .img{
	width: 100%; height: 350px;
}
.contentWrong .contMin404 .img{
	background: url(images/404.png) no-repeat 4px 0;
}
.contentWrong .contMin500 .img{
	background: url(images/500.png) no-repeat 4px 0;
}
.contentWrong .text{
	text-align: center; font-size: 24px; font-family: microsoft yahei; font-weight: 300;
}
.contentWrong .btn{
	font-size: 14px; height: 30px; line-height: 30px; text-align: center; margin-top: 20px;
}
.contentWrong .btn a{
	display: inline-block; width: 110px; height: 30px; background-color: #00c3f3; color: #fff; position: relative; padding-left: 24px; 
	border-radius: 5px; box-sizing:border-box;
}
.contentWrong .btn a:hover{
	background-color: #02b5e2; text-decoration: none;
}
.contentWrong .btn .icon{
	font-size: 18px; line-height: 24px; position: absolute; top: 1px; left: 15px;
}
.contentWrong .btn .width{
	width: 124px;
}


/*权限不足*/
.header_payMin .step{
	width: 300px;
}
.contMin405 .image{
	width: 84px; height: 113px; background: url(images/lock.png) no-repeat; margin: 160px auto 16px;
}
.contMin405 h1{
	text-align: center; margin-bottom: 10px; font-size: 26px;
}
.contMin405 h2.text{
	margin-bottom: 14px;
}
.contMin405 .text1{
	font-size: 14px; text-align: center;
}
.bottom{
	position: absolute; bottom: 0; background: #fff; height: 80px;
}
.bottomMin .line1 {
    line-height: 80px;
}