
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	min-height: 100%
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

[hidden],
script,
template {
	display: none
}

a {
	background-color: transparent
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

a,
ins {
	text-decoration: none
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	position: relative;
	background: #fff;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
	font-size: 1.6rem
}


a {
	color: #0e90d2
}

a:focus,
a:hover {
	color: #095f8a
}

a:focus {
	outline: thin dotted;
	outline: 1px auto -webkit-focus-ring-color;
	outline-offset: -2px
}


.am-btn {
	display: inline-block;
	margin-bottom: 0;
	padding: .5em 1em;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .3s ease-out, border-color .3s ease-out;
	transition: background-color .3s ease-out, border-color .3s ease-out
}

input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.am-checkbox,
.am-radio {
	display: block;
	min-height: 1.92rem;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle
}

.am-animation-slide-top-fixed {
	-webkit-animation-name: am-slide-top-fixed;
	animation-name: am-slide-top-fixed
}

@-webkit-keyframes am-slide-top-fixed {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}


[class*=am-icon-]:before {
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.am-icon-plus:before {
	content: "\f067"
}

.am-icon-caret-down:before {
	content: "\f0d7"
}

.am-dropdown {
	position: relative;
	display: inline-block
}

.am-dropdown-toggle:focus {
	outline: 0
}

.am-dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1020;
	display: none;
	float: left;
	/*min-width: 160px;*/
	padding: 15px;
	margin: 9px 0 0;
	text-align: left;
	line-height: 1.6;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-animation-duration: .15s;
	animation-duration: .15s
}

.am-dropdown-content:after,
.am-dropdown-content:before {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 8px dashed transparent;
	z-index: 1
}

.am-dropdown-content:after,
.am-dropdown-content:before {
	border-bottom-style: solid;
	border-width: 0 8px 8px
}

.am-dropdown-content:before {
	border-bottom-color: #ddd;
	bottom: 0
}

.am-dropdown-content:after {
	border-bottom-color: #fff;
	bottom: -1px
}

.am-active>.am-dropdown-content {
	display: block
}

.am-dropdown-animation {
	-webkit-animation: am-dropdown-animation .15s ease-out;
	animation: am-dropdown-animation .15s ease-out
}

@-webkit-keyframes am-dropdown-animation {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}


label.am-checkbox,
label.am-radio {
	font-weight: 400;
	white-space:nowrap;
	color: #10A0EA;
}

footer{
    position: fixed;
    background-color: black;
    bottom: 0;
    height: 80px;
    line-height: 150px;
    width: 100%;
}

footer p{
    color: white;
    transform: translateY(-70px);
}