html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font: inherit;
	vertical-align: baseline
}

html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6 {
	-webkit-text-size-adjust: none
}

html,body {
	width: 100%;
	height: 100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

body {
	font-family: arial, sans-serif
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

ins,a {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	display: inline-block
}

input,textarea {
	border: none;
	background: none;
	outline: none;
	-webkit-appearance: none
}

html {
	font-size: 45px
}

* {
	-webkit-box-sizing: border-box;
}

html,body {
	width: 100%;
	min-height: 100%;
	background: #efefef
}

.container {
	width: 100%
}

.container header {
	width: 100%
}

.container header h1 {
	width: 100%;
	height: 1.0rem;
	color: #eba142;
	font-size: .48rem;
	text-align: center;
	line-height: 1.6rem
}

.container header h1 span {
	color: #333
}

.container section {
	width: 100%;
	padding: 0 .53333rem
}

.container section .important {
	margin: 0 auto
}

.container section .important .into {
	width: 100%;
	height: 1.33333rem;
	display: flex;
	background: #fff;
	margin: .26667rem 0;
	cursor: pointer
}

.container section .important .into img {
	display: block;
	width: 1.06667rem
}

.container section .important .into span {
	flex: 1;
	line-height: 1.33333rem;
	text-align: center;
	color: #eba142;
	font-size: .37333rem
}

.container section .important p {
	width: 100%;
	text-align: center;
	line-height: .8rem;
	font-size: .32rem
}

.container section .friendly {
	margin: 1rem 0;
	border-top: solid .02667rem #eba142
}

.container section .friendly span {
	display: block;
	width: 100%;
	color: #eba142;
	text-align: center;
	line-height: .8rem;
	font-size: .37333rem
}

.container section .friendly p {
	width: 100%;
	line-height: .66667rem;
	text-align: center
}

.container section .add {
	margin-bottom: .26667rem;
	border-bottom: solid .02667rem #eba142
}

.container section .add span {
	color: #323433;
	text-align: center;
	line-height: .8rem;
	display: block;
	width: 100%;
	font-size: .37333rem
}