* {
	margin: 0;
	padding: 0;
	margin: 0 auto
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

.header {
	width: 100%;
	height: 120px;
	background: #fff;
	padding: 0 358px;
	box-sizing: border-box;
	-moz-box-shadow: 0 2px 5px #edebeb;
	-webkit-box-shadow: 0 2px 5px #edebeb;
	box-shadow: 0 2px 5px #edebeb
}

.header .container {
	width: 1045px;
	margin: 0 auto
}

.header img {
	width: 217px;
	height: 73px;
	float: left;
	display: block;
	margin-top: 20px
}

.dialog-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .5)
}

.dialog-mask .dialog-content {
	width: 335px;
	height: 185px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 185px;
	background: #fff;
	border-radius: 5px;
	padding: 28px 0;
	box-sizing: border-box
}

.dialog-mask .dialog-content .container {
	padding: 0 30px
}

.dialog-mask .dialog-content .container h4 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: inherit
}

.dialog-mask .dialog-content .container .text {
	width: 100%;
	margin-top: 20px
}

.dialog-mask .dialog-content .container .text p {
	font-size: 14px;
	line-height: 24px;
	color: #999
}

.dialog-mask .dialog-content .container .text p a {
	text-decoration: none;
	color: #ff8300
}

.dialog-mask .dialog-content .container .btn-list {
	width: 100%;
	margin-top: 15px;
	list-style: none
}

.dialog-mask .dialog-content .container .btn-list li {
	width: 50%;
	float: left;
	text-align: center
}

.dialog-mask .dialog-content .container .btn-list .btn {
	width: 110px;
	height: 35px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto
}

.dialog-mask .dialog-content .container .btn-list .btn:hover {
	cursor: pointer
}

.dialog-mask .dialog-content .container .btn-list .check {
	background: #ff8300
}

.dialog-mask .dialog-content .container .btn-list .get {
	background: #ffad01
}

.text-wrapper {
	width: 1045px;
	padding: 40px 45px;
	background: #fff;
	box-sizing: border-box;
	margin: 20px auto
}

.text-wrapper h4 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-bottom: 24px
}

.text-wrapper p {
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #333;
	line-height: 20px
}

.text-wrapper p.title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 18px
}

.text-wrapper p > span {
	display:block;
	text-indent:2em;
}
