@charset "utf-8";

		body{
			font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
			background: #fff!important;
		}
		*{
			margin: 0;
			padding: 0;
		}
		.wrapper{
			margin: 30px auto;
		}
		.page-title-box{
			background: url(http://www.sepg.net.cn/a/v2/img/safe-bg-2.jpg) center -220px;
			margin-top: 50px;
			height: 500px;
			text-align:  center;
		}
		.wrapper .page-title{
			text-align: center;
			margin-bottom: 10px;
		}
		.wrapper h1{
			color: #212121;
			padding: 30px 0;
		}
		.wrapper h4{
			margin:35px 0;
			line-height: 35px;
			color: #FB5C3C;
		}
		.wrapper h4 a{
			color: #0099E5!important;
			font-size: 12px;
		}
		.wrapper .preface{
			text-align: center;
			padding: 10px;
			padding-bottom: 20px;
			border-bottom: 1px solid rgba(0,0,0,.08);
		}
		.wrapper .preface p{
			font-size: 16px;
			color: #606060;
		}
		#step-1,#step-2,#step-3,#step-4,#step-5,#step-6{
			margin: 20px 0 20px 0;
			padding-bottom: 50px;
			border-bottom: 1px solid rgba(0,0,0,.08);
			vertical-align: middle!important;
			background: #FFFFFF;
			padding: 50px 15px!important;
		}
		#step-1:hover,#step-2:hover,#step-3:hover,#step-4:hover,#step-5:hover,#step-6:hover{
			box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), 0 0 8px rgba(0,0,0,0.1);
			border-radius: 4px;
		}
		#step-1 h4,#step-2 h4,#step-3 h4,#step-4 h4,#step-5 h4,#step-6 h4{
			width: 300px;
			color: #606060;
		}
		#step-1 h4 b,#step-2 h4 b,#step-3 h4 b,#step-4 h4 b,#step-5 h4 b,#step-6 h4 b{
			color: #202020;
			font-size: 26px;
		}
		#step-6{
			margin-bottom: 20px;
		}
		.module{
			text-align: center;
		}
		.foot{
			height: 200px;
			color: #212121;
			text-align: center;
			line-height: 32px;
			background: #EDEDED;
			padding-top: 20px;
		}
		.foot h3{
			color: #212121;
		}
		.foot a{
			color: #212121!important;
		}
		.safe-fix-left{
			position: fixed;
			left: 200px;
			top: 50%;
			width: 50px;
			margin-top: -155px;
		}
		.safe-fix-left a{
			display: block;
			width: 50px;
			height: 50px;
			border: 1px #33C7F3 solid;
			border-radius: 100%;
			text-align: center;
			line-height: 50px;
			margin: 10px 0;
		}
		.safe-fix-left a:hover{
			background: #33C7F3;
			color: #fff!important;
			text-decoration: none;
		}
