
.am-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1110;
	display: none;
	opacity: 0;
	outline: 0;
	text-align: center;
	-webkit-transform: scale(1.185);
	-ms-transform: scale(1.185);
	transform: scale(1.185);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.am-modal:focus {
	outline: 0
}

.am-modal.am-modal-active {
	opacity: 1;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	overflow-x: hidden;
	overflow-y: auto
}

.am-modal.am-modal-out {
	opacity: 0;
	z-index: 1109;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: scale(.815);
	-ms-transform: scale(.815);
	transform: scale(.815)
}

.am-modal:before {
	content: "\200B";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.am-modal-dialog {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 270px;
	max-width: 100%;
	border-radius: 0;
	background: #f8f8f8
}


.am-modal-hd {
	padding: 15px 10px 5px 10px;
	font-size: 1.8rem;
	font-weight: 500
}

.am-modal-hd+.am-modal-bd {
	padding-top: 0
}

.am-modal-hd .am-close {
	position: absolute;
	top: 4px;
	right: 4px
}

.am-modal-bd {
	padding: 15px 10px;
	text-align: center;
	border-bottom: 1px solid #dedede;
	border-radius: 2px 2px 0 0
}

.am-modal-bd+.am-modal-bd {
	margin-top: 5px
}

.am-modal-prompt-input {
	display: block;
	margin: 5px auto 0 auto;
	border-radius: 0;
	padding: 5px;
	line-height: 1.8rem;
	width: 80%;
	border: 1px solid #dedede;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}

.am-modal-prompt-input:focus {
	outline: 0;
	border-color: #d6d6d6
}

.am-modal-footer {
	height: 44px;
	overflow: hidden;
	display: table;
	width: 100%;
	border-collapse: collapse
}

.am-modal-btn {
	display: table-cell!important;
	padding: 0 5px;
	height: 44px;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	font-size: 1.6rem;
	line-height: 44px;
	text-align: center;
	color: #0e90d2;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	border-right: 1px solid #dedede
}

.am-modal-btn:first-child {
	border-radius: 0
}

.am-modal-btn:last-child {
	border-right: none;
	border-radius: 0
}

.am-modal-btn:first-child:last-child {
	border-radius: 0
}

.am-modal-btn.am-modal-btn-bold {
	font-weight: 500
}

.am-modal-btn:active {
	background: #d4d4d4
}

.am-modal-btn+.am-modal-btn {
	border-left: 1px solid #dedede
}

.am-modal-no-btn .am-modal-dialog {
	border-radius: 0;
	border-bottom: none
}

.am-modal-no-btn .am-modal-bd {
	border-bottom: none
}

.am-modal-no-btn .am-modal-footer {
	display: none
}

.am-modal-loading .am-modal-bd {
	border-bottom: none
}

.am-modal-loading .am-icon-spin {
	display: inline-block;
	font-size: 2.4rem
}

.am-modal-loading .am-modal-footer {
	display: none
}

.am-modal-actions {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1110;
	width: 100%;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
	border-radius: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.am-modal-actions.am-modal-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.am-modal-actions.am-modal-out {
	z-index: 1109;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.am-modal-actions-group {
	margin: 10px
}

.am-modal-actions-group .am-list {
	margin: 0;
	border-radius: 0
}

.am-modal-actions-group .am-list>li {
	margin-bottom: 0;
	border-bottom: none;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .015);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .015)
}

.am-modal-actions-group .am-list>li>a {
	padding: 1rem;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-modal-actions-group .am-list>li:first-child {
	border-top: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.am-modal-actions-group .am-list>li:last-child {
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.am-modal-actions-header {
	padding: 1rem;
	color: #999;
	font-size: 1.4rem
}

.am-modal-actions-danger {
	color: #dd514c
}

.am-modal-actions-danger a {
	color: inherit
}

.am-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1110;
	background: #fff;
	display: none;
	overflow: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.am-popup.am-modal-active,
.am-popup.am-modal-out {
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.am-popup.am-modal-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.am-popup.am-modal-out {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

@media all and (min-width:630px) and (min-height:630px) {
	.am-popup {
		width: 630px;
		height: 630px;
		left: 50%;
		top: 50%;
		margin-left: -315px;
		margin-top: -315px;
		-webkit-transform: translateY(1024px);
		-ms-transform: translateY(1024px);
		transform: translateY(1024px)
	}
	.am-popup.am-modal-active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	.am-popup.am-modal-out {
		-webkit-transform: translateY(1024px);
		-ms-transform: translateY(1024px);
		transform: translateY(1024px)
	}
}

.am-popup-inner {
	padding-top: 44px;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.am-popup-hd {
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 43px;
	border-bottom: 1px solid #dedede;
	background-color: #fff
}

.am-popup-hd .am-popup-title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 43px;
	text-align: center;
	margin: 0 30px;
	color: #333;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-popup-hd .am-close {
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #999
}

.am-popup-hd .am-close:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #555
}

.am-popup-bd {
	padding: 15px;
	background: #f8f8f8;
	color: #555
}

.am-offcanvas {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1090;
	background: rgba(0, 0, 0, .15)
}

.am-offcanvas.am-active {
	display: block
}

.am-offcanvas-page {
	position: fixed;
	-webkit-transition: margin-left .3s ease-in-out;
	transition: margin-left .3s ease-in-out
}

.am-offcanvas-bar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1091;
	width: 270px;
	max-width: 100%;
	background: #333;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.am-offcanvas-bar:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: #262626
}

.am-offcanvas.am-active .am-offcanvas-bar.am-offcanvas-bar-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.am-offcanvas-bar-flip {
	left: auto;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.am-offcanvas-bar-flip:after {
	right: auto;
	left: 0
}

.am-offcanvas-content {
	padding: 15px;
	color: #999
}

.am-offcanvas-content a {
	color: #ccc
}

.am-popover {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border-radius: 0;
	background: #333;
	color: #fff;
	border: 1px solid #333;
	display: none;
	font-size: 1.6rem;
	z-index: 1150;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.am-popover.am-active {
	display: block!important;
	opacity: 1
}

.am-popover-inner {
	position: relative;
	background: #333;
	padding: 8px;
	z-index: 110
}

.am-popover-caret {
	position: absolute;
	top: 0;
	z-index: 100;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-bottom: 8px solid #333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 0 dotted;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	overflow: hidden
}

.am-popover-top .am-popover-caret {
	top: auto;
	bottom: -8px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.am-popover-bottom .am-popover-caret {
	top: -8px
}

.am-popover-bottom .am-popover-caret,
.am-popover-top .am-popover-caret {
	left: 50%;
	margin-left: -8px
}

.am-popover-left .am-popover-caret {
	top: auto;
	left: auto;
	right: -12px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.am-popover-right .am-popover-caret {
	right: auto;
	left: -12px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.am-popover-left .am-popover-caret,
.am-popover-right .am-popover-caret {
	top: 50%;
	margin-top: -4px
}

.am-popover-sm {
	font-size: 1.4rem
}

.am-popover-sm .am-popover-inner {
	padding: 5px
}

.am-popover-lg {
	font-size: 1.8rem
}

.am-popover-primary {
	border-color: #0e90d2
}

.am-popover-primary .am-popover-inner {
	background: #0e90d2
}

.am-popover-primary .am-popover-caret {
	border-bottom-color: #0e90d2
}

.am-popover-secondary {
	border-color: #3bb4f2
}

.am-popover-secondary .am-popover-inner {
	background: #3bb4f2
}

.am-popover-secondary .am-popover-caret {
	border-bottom-color: #3bb4f2
}

.am-popover-success {
	border-color: #5eb95e
}

.am-popover-success .am-popover-inner {
	background: #5eb95e
}

.am-popover-success .am-popover-caret {
	border-bottom-color: #5eb95e
}

.am-popover-warning {
	border-color: #F37B1D
}

.am-popover-warning .am-popover-inner {
	background: #F37B1D
}

.am-popover-warning .am-popover-caret {
	border-bottom-color: #F37B1D
}

.am-popover-danger {
	border-color: #dd514c
}

.am-popover-danger .am-popover-inner {
	background: #dd514c
}

.am-popover-danger .am-popover-caret {
	border-bottom-color: #dd514c
}

#nprogress {
	pointer-events: none
}

#nprogress .nprogress-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 2px;
	background: #5eb95e
}

#nprogress .nprogress-peg {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	-webkit-box-shadow: 0 0 10px #5eb95e, 0 0 5px #5eb95e;
	box-shadow: 0 0 10px #5eb95e, 0 0 5px #5eb95e;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0, -4px);
	-ms-transform: rotate(3deg) translate(0, -4px);
	transform: rotate(3deg) translate(0, -4px)
}

#nprogress .nprogress-spinner {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 2000;
	display: block
}

#nprogress .nprogress-spinner-icon {
	width: 18px;
	height: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #5eb95e;
	border-left-color: #5eb95e;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner .4s linear infinite;
	animation: nprogress-spinner .4s linear infinite
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.am-tabs-bd {
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	border-top: none;
	z-index: 100;
	-webkit-transition: height .3s;
	transition: height .3s
}

.am-tabs-bd:after,
.am-tabs-bd:before {
	content: " ";
	display: table
}

.am-tabs-bd:after {
	clear: both
}

.am-tabs-bd .am-tab-panel {
	position: absolute;
	top: 0;
	z-index: 99;
	float: left;
	width: 100%;
	padding: 10px 10px 15px;
	visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.am-tabs-bd .am-tab-panel * {
	-webkit-user-drag: none
}

.am-tabs-bd .am-tab-panel.am-active {
	position: relative;
	z-index: 100;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.am-tabs-bd .am-tab-panel.am-active~.am-tab-panel {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.am-tabs-bd .am-tabs-bd {
	border: none
}

.am-tabs-bd-ofv {
	overflow: visible
}

.am-tabs-bd-ofv>.am-tab-panel {
	display: none
}

.am-tabs-bd-ofv>.am-tab-panel.am-active {
	display: block
}

.am-tabs-fade .am-tab-panel {
	opacity: 0;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear
}

.am-tabs-fade .am-tab-panel.am-in {
	opacity: 1
}

.am-share {
	font-size: 14px
}

.am-share-title {
	padding: 10px 0 0;
	margin: 0 10px;
	font-weight: 400;
	text-align: center;
	color: #555;
	background-color: #f8f8f8;
	border-bottom: 1px solid #fff;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px
}

.am-share-title:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	margin-top: 10px;
	border-bottom: 1px solid #dfdfdf
}

.am-share-sns {
	margin: 0 10px;
	padding-top: 15px;
	background-color: #f8f8f8;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}

.am-share-sns li {
	margin-bottom: 15px
}

.am-share-sns a {
	display: block;
	color: #555
}

.am-share-sns span {
	display: block
}

.am-share-sns [class*=am-icon] {
	background-color: #3bb4f2;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 18px
}

.am-share-sns .am-icon-weibo {
	background-color: #ea1328
}

.am-share-sns .am-icon-qq {
	background-color: #009cda
}

.am-share-sns .am-icon-star {
	background-color: #ffc028
}

.am-share-sns .am-icon-tencent-weibo {
	background-color: #23ccfe
}

.am-share-sns .am-icon-wechat,
.am-share-sns .am-icon-weixin {
	background-color: #44b549
}

.am-share-sns .am-icon-renren {
	background-color: #105ba3
}

.am-share-sns .am-icon-comment {
	background-color: #5eb95e
}

.am-share-footer {
	margin: 10px
}

.am-share-footer .am-btn {
	color: #555
}

.am-share-wechat-qr {
	font-size: 14px;
	color: #777
}

.am-share-wechat-qr .am-modal-dialog {
	background-color: #fff;
	border: 1px solid #dedede
}

.am-share-wechat-qr .am-modal-hd {
	padding-top: 10px;
	text-align: left;
	margin-bottom: 10px
}

.am-share-wechat-qr .am-share-wx-qr {
	margin-bottom: 10px
}

.am-share-wechat-qr .am-share-wechat-tip {
	text-align: left
}

.am-share-wechat-qr .am-share-wechat-tip em {
	color: #dd514c;
	font-weight: 700;
	font-style: normal;
	margin-left: 3px;
	margin-right: 3px
}

.am-pureview {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1120;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .95);
	display: none;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%)
}

.am-pureview.am-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.am-pureview ol,
.am-pureview ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%
}

.am-pureview-slider {
	overflow: hidden;
	height: 100%
}

.am-pureview-slider li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 100;
	visibility: hidden
}

.am-pureview-slider li.am-pureview-slide-prev {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	z-index: 109
}

.am-pureview-slider li.am-pureview-slide-next {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	z-index: 109
}

.am-pureview-slider li.am-active {
	position: relative;
	z-index: 110;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: visible
}

.am-pureview-slider .pinch-zoom-container {
	width: 100%;
	z-index: 1121
}

.am-pureview-slider .am-pinch-zoom {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.am-pureview-slider .am-pinch-zoom:after {
	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);
	content: "\f110";
	-webkit-animation: icon-spin 2s infinite linear;
	animation: icon-spin 2s infinite linear;
	font-size: 24px;
	line-height: 24px;
	color: #eee;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 1
}

.am-pureview-slider .am-pinch-zoom.am-pureview-loaded:after {
	display: none
}

.am-pureview-slider img {
	position: relative;
	display: block;
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
	z-index: 200;
	-webkit-user-drag: none;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in
}

.am-pureview-slider img.am-img-loaded {
	opacity: 1
}

.am-pureview-direction {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -18px!important;
	z-index: 1122
}

.am-pureview-only .am-pureview-direction,
.am-touch .am-pureview-direction {
	display: none
}

.am-pureview-direction li {
	position: absolute;
	width: 36px;
	height: 36px
}

.am-pureview-direction a {
	display: block;
	height: 36px;
	border: none;
	color: #ccc;
	opacity: .5;
	cursor: pointer;
	text-align: center;
	z-index: 1125
}

.am-pureview-direction a:before {
	content: "\f137";
	line-height: 36px;
	font-size: 24px
}

.am-pureview-direction a:hover {
	opacity: 1
}

.am-pureview-direction .am-pureview-prev {
	left: 15px
}

.am-pureview-direction .am-pureview-next {
	right: 15px
}

.am-pureview-direction .am-pureview-next a:before {
	content: "\f138"
}

.am-pureview-bar {
	position: absolute;
	bottom: 0;
	height: 45px;
	width: 100%;
	background-color: rgba(0, 0, 0, .35);
	color: #eee;
	line-height: 45px;
	padding: 0 10px;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.am-pureview-bar .am-pureview-title {
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 6px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.am-pureview-bar .am-pureview-total {
	font-size: 10px;
	line-height: 48px
}

.am-pureview-actions {
	position: absolute;
	z-index: 1130;
	left: 0;
	right: 0;
	top: 0;
	height: 45px;
	background-color: rgba(0, 0, 0, .35)
}

.am-pureview-actions a {
	position: absolute;
	right: 10px;
	color: #ccc;
	display: block;
	width: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px
}

.am-pureview-actions a:hover {
	color: #fff
}

.am-pureview-actions [data-am-toggle=share] {
	left: auto;
	right: 10px
}

.am-pureview-actions,
.am-pureview-bar {
	opacity: 0;
	-webkit-transition: all .15s;
	transition: all .15s;
	z-index: 1130
}

.am-pureview-bar-active .am-pureview-actions,
.am-pureview-bar-active .am-pureview-bar {
	opacity: 1
}

.am-pureview-nav {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1131
}

.am-pureview-bar-active .am-pureview-nav {
	display: none
}

.am-pureview-nav li {
	display: inline-block;
	background: #ccc;
	background: rgba(255, 255, 255, .5);
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer
}

.am-pureview-nav .am-active {
	background: #fff;
	background: rgba(255, 255, 255, .9)
}

[data-am-pureview] img {
	cursor: pointer
}

.am-pureview-active {
	overflow: hidden
}

.ath-viewport * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

.ath-modal {
	pointer-events: auto!important;
	background: rgba(0, 0, 0, .6)
}

.ath-mandatory {
	background: #000
}

.ath-container {
	pointer-events: auto!important;
	position: absolute;
	z-index: 2147483641;
	padding: .7em .6em;
	width: 18em;
	background: #eee;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-box-shadow: 0 .2em 0 #d1d1d1;
	box-shadow: 0 .2em 0 #d1d1d1;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center
}

.ath-container small {
	font-size: .8em;
	line-height: 1.3em;
	display: block;
	margin-top: .5em
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em
}

.ath-ios7.ath-tablet {
	left: .7em;
	top: 1.8em
}

.ath-ios8.ath-tablet {
	right: .4em;
	top: 1.8em
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em
}

.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -.7em -.6em 0 .5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
	background-color: rgba(255, 255, 255, .8);
	-webkit-background-size: 50% 50%;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none
}

.ath-mandatory .ath-container:before {
	display: none
}

.ath-container.ath-android:before {
	float: left;
	margin: -.7em .5em 0 -.6em
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none
}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
	margin-top: -.3em;
	-webkit-background-size: auto 100%;
	background-size: auto 100%
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
	margin-bottom: .4em;
	-webkit-background-size: 100% auto;
	background-size: 100% auto
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.4em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
	-webkit-background-size: 100% auto;
	background-size: 100% auto
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 .1em 0 #fff;
	font-size: 1.1em
}

.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(.9) rotate(45deg);
	-ms-transform: scaleX(.9) rotate(45deg);
	transform: scaleX(.9) rotate(45deg);
	-webkit-box-shadow: .2em .2em 0 #d1d1d1;
	box-shadow: .2em .2em 0 #d1d1d1
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(.9) rotate(45deg);
	-ms-transform: scaleX(.9) rotate(45deg);
	transform: scaleX(.9) rotate(45deg);
	z-index: 2147483641
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto .2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	-webkit-box-shadow: 0 .2em .4em rgba(0, 0, 0, .3), inset 0 .07em 0 rgba(255, 255, 255, .5);
	box-shadow: 0 .2em .4em rgba(0, 0, 0, .3), inset 0 .07em 0 rgba(255, 255, 255, .5);
	margin: 0 auto .4em auto
}

@media only screen and (orientation:landscape) {
	.ath-container.ath-phone {
		width: 24em
	}
	.ath-android.ath-phone {
		margin-left: -12em
	}
	.ath-ios.ath-phone {
		margin-left: -12em
	}
	.ath-ios6:after {
		left: 39%
	}
	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: .4em;
		top: 1.8em
	}
	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -.9em;
		left: 68%;
		z-index: 2147483641;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.am-checkbox,
.am-checkbox-inline,
.am-radio,
.am-radio-inline {
	padding-left: 22px;
	position: relative;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	font-size: 14px;
	line-height: 1.5
}

label.am-checkbox,
label.am-radio {
	font-weight: 400
}

.am-ucheck-icons {
	color: #999;
	display: block;
	height: 20px;
	top: 0;
	left: 0;
	position: absolute;
	width: 20px;
	text-align: center;
	line-height: 21px;
	font-size: 18px;
	cursor: pointer
}

.am-checkbox .am-icon-checked,
.am-checkbox .am-icon-unchecked,
.am-checkbox-inline .am-icon-checked,
.am-checkbox-inline .am-icon-unchecked,
.am-radio .am-icon-checked,
.am-radio .am-icon-unchecked,
.am-radio-inline .am-icon-checked,
.am-radio-inline .am-icon-unchecked {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-table;
	margin: 0;
	background-color: transparent;
	-webkit-transition: color .25s linear;
	transition: color .25s linear
}

.am-checkbox .am-icon-checked:before,
.am-checkbox .am-icon-unchecked:before,
.am-checkbox-inline .am-icon-checked:before,
.am-checkbox-inline .am-icon-unchecked:before,
.am-radio .am-icon-checked:before,
.am-radio .am-icon-unchecked:before,
.am-radio-inline .am-icon-checked:before,
.am-radio-inline .am-icon-unchecked: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-checkbox .am-icon-checked,
.am-checkbox-inline .am-icon-checked,
.am-radio .am-icon-checked,
.am-radio-inline .am-icon-checked {
	opacity: 0
}

.am-checkbox .am-icon-checked:before,
.am-checkbox-inline .am-icon-checked:before {
	content: "\f046"
}

.am-checkbox .am-icon-unchecked:before,
.am-checkbox-inline .am-icon-unchecked:before {
	content: "\f096"
}

.am-radio .am-icon-checked:before,
.am-radio-inline .am-icon-checked:before {
	content: "\f192"
}

.am-radio .am-icon-unchecked:before,
.am-radio-inline .am-icon-unchecked:before {
	content: "\f10c"
}

.am-ucheck-checkbox,
.am-ucheck-radio {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	opacity: 0;
	outline: 0!important
}

.am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #0e90d2
}

.am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-ucheck-radio:checked+.am-ucheck-icons {
	color: #0e90d2
}

.am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-unchecked,
.am-ucheck-radio:checked+.am-ucheck-icons .am-icon-unchecked {
	opacity: 0
}

.am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-checked,
.am-ucheck-radio:checked+.am-ucheck-icons .am-icon-checked {
	opacity: 1
}

.am-ucheck-checkbox:disabled+.am-ucheck-icons,
.am-ucheck-radio:disabled+.am-ucheck-icons {
	cursor: default;
	color: #d8d8d8
}

.am-ucheck-checkbox:disabled:checked+.am-ucheck-icons .am-icon-unchecked,
.am-ucheck-radio:disabled:checked+.am-ucheck-icons .am-icon-unchecked {
	opacity: 0
}

.am-ucheck-checkbox:disabled:checked+.am-ucheck-icons .am-icon-checked,
.am-ucheck-radio:disabled:checked+.am-ucheck-icons .am-icon-checked {
	opacity: 1;
	color: #d8d8d8
}

.am-checkbox-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #3bb4f2
}

.am-checkbox-inline.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons {
	color: #3bb4f2
}

.am-checkbox-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #5eb95e
}

.am-checkbox-inline.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-success .am-ucheck-radio:checked+.am-ucheck-icons {
	color: #5eb95e
}

.am-checkbox-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #F37B1D
}

.am-checkbox-inline.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-warning .am-ucheck-radio:checked+.am-ucheck-icons {
	color: #F37B1D
}

.am-checkbox-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #dd514c
}

.am-checkbox-inline.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-danger .am-ucheck-radio:checked+.am-ucheck-icons {
	color: #dd514c
}

.am-field-error+.am-ucheck-icons {
	color: #dd514c
}

.am-field-valid+.am-ucheck-icons {
	color: #5eb95e
}

.am-selected {
	width: 200px
}

.am-selected-btn {
	width: 100%;
	padding-left: 10px;
	text-align: right
}

.am-selected-btn.am-btn-default {
	background: 0 0
}

.am-invalid .am-selected-btn {
	border-color: #dd514c
}

.am-selected-header {
	height: 45px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
	display: none
}

.am-selected-status {
	text-align: left;
	width: 100%;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-selected-content {
	padding: 10px 0
}

.am-selected-search {
	padding: 0 10px 10px
}

.am-selected-search .am-form-field {
	padding: .5em
}

.am-selected-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.5rem
}

.am-selected-list li {
	position: relative;
	cursor: pointer;
	padding: 5px 10px;
	-webkit-transition: background-color .15s;
	transition: background-color .15s
}

.am-selected-list li:hover {
	background-color: #f8f8f8
}

.am-selected-list li:hover .am-icon-check {
	opacity: .6
}

.am-selected-list li.am-checked .am-icon-check {
	opacity: 1;
	color: #0e90d2
}

.am-selected-list li.am-disabled {
	opacity: .5;
	pointer-events: none;
	cursor: not-allowed
}

.am-selected-list .am-selected-list-header {
	margin-top: 8px;
	font-size: 1.3rem;
	color: #999;
	border-bottom: 1px solid #e5e5e5;
	cursor: default
}

.am-selected-list .am-selected-list-header:hover {
	background: 0 0
}

.am-selected-list .am-selected-list-header:first-child {
	margin-top: 0
}

.am-selected-list .am-selected-text {
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 30px
}

.am-selected-list .am-icon-check {
	position: absolute;
	right: 8px;
	top: 5px;
	color: #999;
	opacity: 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s
}

.am-selected-hint {
	line-height: 1.2;
	color: #dd514c
}

.am-selected-hint:not(:empty) {
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
	padding: 10px 10px 0
}

.am-selected-placeholder {
	opacity: .65
}

.am-fade {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.am-fade.am-in {
	opacity: 1
}

.am-collapse {
	display: none
}

.am-collapse.am-in {
	display: block
}

tr.am-collapse.am-in {
	display: table-row
}

tbody.am-collapse.am-in {
	display: table-row-group
}

.am-collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .3s ease;
	transition: height .3s ease
}

.am-sticky {
	position: fixed!important;
	z-index: 1010;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

[data-am-sticky][class*=am-animation-] {
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

.am-dimmer-active {
	overflow: hidden
}

.am-dimmer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 1100;
	opacity: 0
}

.am-dimmer.am-active {
	opacity: 1
}

[data-am-collapse] {
	cursor: pointer
}

.am-datepicker {
	top: 0;
	left: 0;
	border-radius: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 238px;
	color: #555;
	display: none
}

.am-datepicker>div {
	display: none
}

.am-datepicker table {
	width: 100%
}

.am-datepicker tr.am-datepicker-header {
	font-size: 1.6rem;
	color: #fff;
	background: #3bb4f2
}

.am-datepicker td,
.am-datepicker th {
	text-align: center;
	font-weight: 400;
	cursor: pointer
}

.am-datepicker th {
	height: 48px
}

.am-datepicker td {
	font-size: 1.4rem
}

.am-datepicker td.am-datepicker-day {
	height: 34px;
	width: 34px
}

.am-datepicker td.am-datepicker-day:hover {
	background: #F0F0F0;
	height: 34px;
	width: 34px
}

.am-datepicker td.am-datepicker-day.am-disabled {
	cursor: no-drop;
	color: #999;
	background: #fafafa
}

.am-datepicker td.am-datepicker-new,
.am-datepicker td.am-datepicker-old {
	color: #89d7ff
}

.am-datepicker td.am-active,
.am-datepicker td.am-active:hover {
	border-radius: 0;
	color: #0084c7;
	background: #F0F0F0
}

.am-datepicker td span {
	display: block;
	width: 79.33px;
	height: 40px;
	line-height: 40px;
	float: left;
	cursor: pointer
}

.am-datepicker td span:hover {
	background: #F0F0F0
}

.am-datepicker td span.am-active {
	color: #0084c7;
	background: #F0F0F0
}

.am-datepicker td span.am-disabled {
	cursor: no-drop;
	color: #999;
	background: #fafafa
}

.am-datepicker td span.am-datepicker-old {
	color: #89d7ff
}

.am-datepicker .am-datepicker-dow {
	height: 40px;
	color: #0c80ba
}

.am-datepicker-caret {
	display: block!important;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-bottom: 7px solid #3bb4f2;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 0 dotted;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	position: absolute;
	top: -7px;
	left: 6px
}

.am-datepicker-right .am-datepicker-caret {
	left: auto;
	right: 7px
}

.am-datepicker-up .am-datepicker-caret {
	top: auto;
	bottom: -7px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 0 dotted;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

.am-datepicker-select {
	height: 34px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out
}

.am-datepicker-select:hover {
	background: rgba(154, 217, 248, .5);
	color: #0c80ba
}

.am-datepicker-next,
.am-datepicker-prev {
	width: 34px;
	height: 34px
}

.am-datepicker-next-icon,
.am-datepicker-prev-icon {
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	-webkit-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out
}

.am-datepicker-next-icon:hover,
.am-datepicker-prev-icon:hover {
	background: rgba(154, 217, 248, .5);
	color: #0c80ba
}

.am-datepicker-prev-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);
	content: "\f053"
}

.am-datepicker-next-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);
	content: "\f054"
}

.am-datepicker-dropdown {
	position: absolute;
	z-index: 1120
}

@media only screen and (max-width:640px) {
	.am-datepicker {
		width: 100%
	}
	.am-datepicker td span {
		width: 33.33%
	}
	.am-datepicker-caret {
		display: none!important
	}
	.am-datepicker-next,
	.am-datepicker-prev {
		width: 44px;
		height: 44px
	}
}

.am-datepicker-success tr.am-datepicker-header {
	background: #5eb95e
}

.am-datepicker-success td.am-datepicker-day.am-disabled {
	color: #999
}

.am-datepicker-success td.am-datepicker-new,
.am-datepicker-success td.am-datepicker-old {
	color: #94df94
}

.am-datepicker-success td.am-active,
.am-datepicker-success td.am-active:hover {
	color: #1b961b
}

.am-datepicker-success td span.am-datepicker-old {
	color: #94df94
}

.am-datepicker-success td span.am-active {
	color: #1b961b
}

.am-datepicker-success .am-datepicker-caret {
	border-bottom-color: #5eb95e
}

.am-datepicker-success .am-datepicker-dow {
	color: #367b36
}

.am-datepicker-success .am-datepicker-next-icon:hover,
.am-datepicker-success .am-datepicker-prev-icon:hover,
.am-datepicker-success .am-datepicker-select:hover {
	background: rgba(165, 216, 165, .5);
	color: #367b36
}

.am-datepicker-danger tr.am-datepicker-header {
	background: #dd514c
}

.am-datepicker-danger td.am-datepicker-day.am-disabled {
	color: #999
}

.am-datepicker-danger td.am-datepicker-new,
.am-datepicker-danger td.am-datepicker-old {
	color: #f59490
}

.am-datepicker-danger td.am-active,
.am-datepicker-danger td.am-active:hover {
	color: #c10802
}

.am-datepicker-danger td span.am-datepicker-old {
	color: #f59490
}

.am-datepicker-danger td span.am-active {
	color: #c10802
}

.am-datepicker-danger .am-datepicker-caret {
	border-bottom-color: #dd514c
}

.am-datepicker-danger .am-datepicker-dow {
	color: #a4241f
}

.am-datepicker-danger .am-datepicker-next-icon:hover,
.am-datepicker-danger .am-datepicker-prev-icon:hover,
.am-datepicker-danger .am-datepicker-select:hover {
	background: rgba(237, 164, 162, .5);
	color: #a4241f
}

.am-datepicker-warning tr.am-datepicker-header {
	background: #F37B1D
}

.am-datepicker-warning td.am-datepicker-day.am-disabled {
	color: #999
}

.am-datepicker-warning td.am-datepicker-new,
.am-datepicker-warning td.am-datepicker-old {
	color: #ffad6d
}

.am-datepicker-warning td.am-active,
.am-datepicker-warning td.am-active:hover {
	color: #aa4b00
}

.am-datepicker-warning td span.am-datepicker-old {
	color: #ffad6d
}

.am-datepicker-warning td span.am-active {
	color: #aa4b00
}

.am-datepicker-warning .am-datepicker-caret {
	border-bottom-color: #F37B1D
}

.am-datepicker-warning .am-datepicker-dow {
	color: #a14c09
}

.am-datepicker-warning .am-datepicker-next-icon:hover,
.am-datepicker-warning .am-datepicker-prev-icon:hover,
.am-datepicker-warning .am-datepicker-select:hover {
	background: rgba(248, 180, 126, .5);
	color: #a14c09
}

.am-datepicker>div {
	display: block
}

.am-datepicker>div span.am-datepicker-hour {
	width: 59.5px
}

.am-datepicker-date {
	display: block
}

.am-datepicker-date.am-input-group {
	display: table
}

.am-datepicker-time-box {
	padding: 30px 0 30px 0
}

.am-datepicker-time-box strong {
	font-size: 5.2rem;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-weight: 400
}

.am-datepicker-time-box strong:hover {
	border-radius: 4px;
	background: #ECECEC
}

.am-datepicker-time-box em {
	display: inline-block;
	height: 70px;
	width: 20px;
	line-height: 70px;
	font-size: 5.2rem;
	font-style: normal
}

.am-datepicker-toggle {
	text-align: center;
	cursor: pointer;
	padding: 10px 0
}

.am-datepicker-toggle:hover {
	background: #f0f0f0
}

@media print {
	*,
	:after,
	:before {
		background: 0 0!important;
		color: #000!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		text-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " [" attr(title) "] "
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		margin: .5cm
	}
	select {
		background: #fff!important
	}
	.am-topbar {
		display: none
	}
	.am-table td,
	.am-table th {
		background-color: #fff!important
	}
	.am-table {
		border-collapse: collapse!important
	}
	.am-table-bordered td,
	.am-table-bordered th {
		border: 1px solid #ddd!important
	}
}

.am-print-block {
	display: none!important
}

@media print {
	.am-print-block {
		display: block!important
	}
}

.am-print-inline {
	display: none!important
}

@media print {
	.am-print-inline {
		display: inline!important
	}
}

.am-print-inline-block {
	display: none!important
}

@media print {
	.am-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.am-print-hide {
		display: none!important
	}
}

.lte9 #nprogress .nprogress-spinner {
	display: none!important
}

.lte8 .am-dimmer {
	background-color: #000;
	filter: alpha(opacity=60)
}

.lte8 .am-modal-actions {
	display: none
}

.lte8 .am-modal-actions.am-modal-active {
	display: block
}

.lte8 .am-offcanvas.am-active {
	background: #000
}

.lte8 .am-popover .am-popover-caret {
	border: 8px solid transparent
}

.lte8 .am-popover-top .am-popover-caret {
	border-top: 8px solid #333;
	border-bottom: none
}

.lte8 .am-popover-left .am-popover-caret {
	right: -8px;
	margin-top: -6px;
	border-left: 8px solid #333;
	border-right: none
}

.lte8 .am-popover-right .am-popover-caret {
	left: -8px;
	margin-top: -6px;
	border-right: 8px solid #333;
	border-left: none
}

.am-accordion-item {
	margin: 0
}

.am-accordion-title {
	font-weight: 400;
	cursor: pointer
}

.am-accordion-item.am-disabled .am-accordion-title {
	cursor: default;
	pointer-events: none
}

.am-accordion-bd {
	margin: 0!important;
	padding: 0!important;
	border: none!important
}

.am-accordion-content {
	margin-top: 0;
	padding: .8rem 1rem 1.2rem;
	font-size: 1.4rem
}

.am-accordion-default {
	margin: 1rem;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1)
}

.am-accordion-default .am-accordion-item {
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.am-accordion-default .am-accordion-item:first-child {
	border-top: none
}

.am-accordion-default .am-accordion-title {
	color: rgba(0, 0, 0, .6);
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	padding: .8rem 1rem
}

.am-accordion-default .am-accordion-title:before {
	content: "\f0da";
	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);
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin-right: 5px
}

.am-accordion-default .am-accordion-title:hover {
	color: #0e90d2
}

.am-accordion-default .am-accordion-content {
	color: #666
}

.am-accordion-default .am-active .am-accordion-title {
	background-color: #eee;
	color: #0e90d2
}

.am-accordion-default .am-active .am-accordion-title:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.am-accordion-basic {
	margin: 1rem
}

.am-accordion-basic .am-accordion-title {
	color: #333;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	padding: .8rem 0 0
}

.am-accordion-basic .am-accordion-title: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);
	content: "\f0da";
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin-right: .5rem
}

.am-accordion-basic .am-accordion-content {
	color: #666
}

.am-accordion-basic .am-active .am-accordion-title {
	color: #0e90d2
}

.am-accordion-basic .am-active .am-accordion-title:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.am-accordion-gapped {
	margin: .5rem 1rem
}

.am-accordion-gapped .am-accordion-item {
	border: 1px solid #dedede;
	border-bottom: none;
	margin: .5rem 0
}

.am-accordion-gapped .am-accordion-item.am-active {
	border-bottom: 1px solid #dedede
}

.am-accordion-gapped .am-accordion-title {
	color: rgba(0, 0, 0, .6);
	-webkit-transition: background-color .15s ease-out;
	transition: background-color .15s ease-out;
	border-bottom: 1px solid #dedede;
	padding: .8rem 2rem .8rem 1rem;
	position: relative
}

.am-accordion-gapped .am-accordion-title:after {
	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);
	content: "\f105";
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -.8rem
}

.am-accordion-gapped .am-accordion-title:hover {
	color: rgba(0, 0, 0, .8)
}

.am-accordion-gapped .am-accordion-content {
	color: #666
}

.am-accordion-gapped .am-active .am-accordion-title {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .8)
}

.am-accordion-gapped .am-active .am-accordion-title:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.am-divider {
	height: 0;
	margin: 1.5rem auto;
	overflow: hidden;
	clear: both
}

.am-divider-default {
	border-top: 1px solid #ddd
}

.am-divider-dotted {
	border-top: 1px dotted #ccc
}

.am-divider-dashed {
	border-top: 1px dashed #ccc
}

.am-figure-zoomable {
	position: relative;
	cursor: pointer
}

.am-figure-zoomable:after {
	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);
	content: "\f00e";
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: #999;
	font-size: 1.6rem;
	-webkit-transition: all .2s;
	transition: all .2s;
	pointer-events: none
}

.am-figure-zoomable:hover:after {
	color: #eee
}

.am-figure-default {
	margin: 10px
}

.am-figure-default img {
	display: block;
	max-width: 100%;
	height: auto;
	padding: 2px;
	border: 1px solid #eee;
	margin: 10px auto
}

.am-figure-default figcaption {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 15px;
	color: #333
}

.am-footer {
	text-align: center;
	padding: 1em 0;
	font-size: 1.6rem
}

.am-footer .am-switch-mode-ysp {
	cursor: pointer
}

.am-footer .am-footer-text {
	margin-top: 10px;
	font-size: 14px
}

.am-footer .am-footer-text-left {
	text-align: left;
	padding-left: 10px
}

.am-modal-footer-hd {
	padding-bottom: 10px
}

.am-footer-default {
	background-color: #fff
}

.am-footer-default a {
	color: #555
}

.am-footer-default .am-footer-switch {
	margin-bottom: 10px;
	font-weight: 700
}

.am-footer-default .am-footer-ysp {
	color: #555;
	cursor: pointer
}

.am-footer-default .am-footer-divider {
	color: #ccc
}

.am-footer-default .am-footer-desktop {
	color: #0e90d2
}

.am-footer-default .am-footer-miscs {
	color: #999;
	font-size: 13px
}

.am-footer-default .am-footer-miscs p {
	margin: 5px 0
}

@media only screen and (min-width:641px) {
	.am-footer-default .am-footer-miscs p {
		display: inline-block;
		margin: 5px
	}
}

.am-gallery {
	padding: 5px 5px 0 5px;
	list-style: none
}

.am-gallery h3 {
	margin: 0
}

[data-am-gallery*=pureview] img {
	cursor: pointer
}

.am-gallery-default>li {
	padding: 5px
}

.am-gallery-default .am-gallery-item img {
	width: 100%;
	height: auto
}

.am-gallery-default .am-gallery-title {
	margin-top: 10px;
	font-weight: 400;
	font-size: 1.4rem;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #555
}

.am-gallery-default .am-gallery-desc {
	color: #999;
	font-size: 1.2rem
}

.am-gallery-overlay>li {
	padding: 5px
}

.am-gallery-overlay .am-gallery-item {
	position: relative
}

.am-gallery-overlay .am-gallery-item img {
	width: 100%;
	height: auto
}

.am-gallery-overlay .am-gallery-title {
	font-weight: 400;
	font-size: 1.4rem;
	color: #FFF;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	text-indent: 5px;
	height: 30px;
	line-height: 30px;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-gallery-overlay .am-gallery-desc {
	display: none
}

.am-gallery-bordered>li {
	padding: 5px
}

.am-gallery-bordered .am-gallery-item {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .35);
	box-shadow: 0 0 3px rgba(0, 0, 0, .35);
	padding: 5px
}

.am-gallery-bordered .am-gallery-item img {
	width: 100%;
	height: auto
}

.am-gallery-bordered .am-gallery-title {
	margin-top: 10px;
	font-weight: 400;
	font-size: 1.4rem;
	color: #555;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-gallery-bordered .am-gallery-desc {
	color: #999;
	font-size: 1.2rem
}

.am-gallery-imgbordered>li {
	padding: 5px
}

.am-gallery-imgbordered .am-gallery-item img {
	width: 100%;
	height: auto;
	border: 3px solid #FFF;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .35);
	box-shadow: 0 0 3px rgba(0, 0, 0, .35)
}

.am-gallery-imgbordered .am-gallery-title {
	margin-top: 10px;
	font-weight: 400;
	font-size: 1.4rem;
	color: #555;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-gallery-imgbordered .am-gallery-desc {
	color: #999;
	font-size: 1.2rem
}

.am-gotop a {
	display: inline-block;
	text-decoration: none
}

.am-gotop-default {
	text-align: center;
	margin: 10px 0
}

.am-gotop-default a {
	background-color: #0e90d2;
	padding: .5em 1.5em;
	border-radius: 0;
	color: #fff
}

.am-gotop-default a img {
	display: none
}

.am-gotop-fixed {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1010;
	opacity: 0;
	width: 32px;
	min-height: 32px;
	overflow: hidden;
	border-radius: 0;
	text-align: center
}

.am-gotop-fixed.am-active {
	opacity: .9
}

.am-gotop-fixed.am-active:hover {
	opacity: 1
}

.am-gotop-fixed a {
	display: block
}

.am-gotop-fixed .am-gotop-title {
	display: none
}

.am-gotop-fixed .am-gotop-icon-custom {
	display: inline-block;
	max-width: 30px;
	vertical-align: middle
}

.am-gotop-fixed .am-gotop-icon {
	width: 100%;
	line-height: 32px;
	background-color: #555;
	vertical-align: middle;
	color: #ddd
}

.am-gotop-fixed .am-gotop-icon:hover {
	color: #fff
}

.am-with-fixed-navbar .am-gotop-fixed {
	bottom: 60px
}

.am-header {
	position: relative;
	width: 100%;
	height: 49px;
	line-height: 49px;
	padding: 0 10px
}

.am-header h1 {
	margin-top: 0;
	margin-bottom: 0
}

.am-header .am-header-title {
	margin: 0 30%;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-header .am-header-title img {
	margin-top: 12px;
	height: 25px;
	vertical-align: top
}

.am-header .am-header-nav {
	position: absolute;
	top: 0
}

.am-header .am-header-nav img {
	height: 16px;
	width: auto;
	vertical-align: middle
}

.am-header .am-header-left {
	left: 10px
}

.am-header .am-header-right {
	right: 10px
}

.am-header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1010
}

.am-with-fixed-header {
	padding-top: 49px
}

.am-header-default {
	background-color: #0e90d2
}

.am-header-default .am-header-title {
	color: #fff
}

.am-header-default .am-header-title a {
	color: #fff
}

.am-header-default .am-header-icon {
	font-size: 20px
}

.am-header-default .am-header-nav {
	color: #eee
}

.am-header-default .am-header-nav>a {
	display: inline-block;
	min-width: 36px;
	text-align: center;
	color: #eee
}

.am-header-default .am-header-nav>a+a {
	margin-left: 5px
}

.am-header-default .am-header-nav .am-btn {
	margin-top: 9px;
	height: 31px;
	padding: 0 .5em;
	line-height: 30px;
	font-size: 14px;
	vertical-align: top
}

.am-header-default .am-header-nav .am-btn .am-header-icon {
	font-size: inherit
}

.am-header-default .am-header-nav .am-btn-default {
	color: #999
}

.am-header-default .am-header-nav-title,
.am-header-default .am-header-nav-title+.am-header-icon {
	font-size: 14px
}

.am-intro {
	position: relative
}

.am-intro img {
	max-width: 100%
}

.am-intro-hd {
	position: relative;
	height: 45px;
	line-height: 45px
}

.am-intro-title {
	font-size: 18px;
	margin: 0;
	font-weight: 700
}

.am-intro-more-top {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 1.4rem
}

.am-intro-bd {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.4rem
}

.am-intro-bd p:last-child {
	margin-bottom: 0
}

.am-intro-more-bottom {
	clear: both;
	text-align: center
}

.am-intro-more-bottom .am-btn {
	font-size: 14px
}

.am-intro-default .am-intro-hd {
	background-color: #0e90d2;
	color: #fff;
	padding: 0 10px
}

.am-intro-default .am-intro-hd a {
	color: #eee
}

.am-intro-default .am-intro-right {
	padding-left: 0
}

.am-list-news-hd {
	padding-top: 1.2rem;
	padding-bottom: .8rem
}

.am-list-news-hd a {
	display: block
}

.am-list-news-hd h2 {
	font-size: 1.6rem;
	float: left;
	margin: 0;
	height: 2rem;
	line-height: 2rem
}

.am-list-news-hd h3 {
	margin: 0
}

.am-list-news-hd .am-list-news-more {
	font-size: 1.3rem;
	height: 2rem;
	line-height: 2rem
}

.am-list .am-list-item-dated a {
	padding-right: 80px;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-list .am-list-item-dated a::after {
	display: none
}

.am-list .am-list-item-desced a,
.am-list .am-list-item-thumbed a {
	padding-right: 0
}

.am-list-news .am-list-item-hd {
	margin: 0
}

.am-list-date {
	position: absolute;
	right: 5px;
	font-size: 1.3rem;
	top: 1.3rem
}

.am-list-item-desced {
	padding-bottom: 1rem
}

.am-list-item-desced>a {
	padding: 1rem 0
}

.am-list-item-desced .am-list-date {
	position: static
}

.am-list-item-thumbed {
	padding-top: 1em
}

.am-list-news-ft {
	text-align: center
}

.am-list-news .am-titlebar {
	margin-left: 0;
	margin-right: 0
}

.am-list-news .am-titlebar~.am-list-news-bd .am-list>li:first-child {
	border-top: none
}

.am-list-news-default {
	margin: 10px
}

.am-list-news-default .am-g {
	margin-left: auto;
	margin-right: auto
}

.am-list-news-default .am-list-item-hd {
	font-weight: 400
}

.am-list-news-default .am-list-date {
	color: #999
}

.am-list-news-default .am-list>li {
	border-color: #dedede
}

.am-list-news-default .am-list .am-list-item-desced {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.am-list-news-default .am-list .am-list-item-desced>a {
	padding: 0
}

.am-list-news-default .am-list .am-list-item-desced .am-list-item-text {
	margin-top: .5rem;
	color: #757575
}

.am-list-news-default .am-list .am-list-item-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	-webkit-line-clamp: 2;
	max-height: 2.6em
}

.am-list-news-default .am-list .am-list-item-thumb-top .am-list-thumb {
	padding: 0;
	margin-bottom: .8rem
}

.am-list-news-default .am-list .am-list-item-thumb-top .am-list-main {
	padding: 0
}

.am-list-news-default .am-list .am-list-item-thumb-left .am-list-thumb {
	padding-left: 0
}

.am-list-news-default .am-list .am-list-item-desced .am-list-main {
	padding: 0
}

.am-list-news-default .am-list .am-list-item-thumb-right .am-list-thumb {
	padding-right: 0
}

.am-list-news-default .am-list .am-list-item-thumb-bottom-left .am-list-item-hd {
	clear: both;
	padding-bottom: .5rem
}

.am-list-news-default .am-list .am-list-item-thumb-bottom-left .am-list-thumb {
	padding-left: 0
}

.am-list-news-default .am-list .am-list-item-thumb-bottom-right .am-list-item-hd {
	clear: both;
	padding-bottom: .5rem
}

.am-list-news-default .am-list .am-list-item-thumb-bottom-right .am-list-thumb {
	padding-right: 0
}

.am-list-news-default .am-list .am-list-thumb img {
	width: 100%;
	display: block
}

@media only screen and (max-width:640px) {
	.am-list-news-default .am-list-item-thumb-left .am-list-thumb,
	.am-list-news-default .am-list-item-thumb-right .am-list-thumb {
		max-height: 80px;
		overflow: hidden
	}
	.am-list-news-default .am-list-item-thumb-bottom-left .am-list-item-text,
	.am-list-news-default .am-list-item-thumb-bottom-right .am-list-item-text {
		-webkit-line-clamp: 3;
		max-height: 3.9em
	}
	.am-list-news-default .am-list-item-thumb-bottom-left .am-list-thumb,
	.am-list-news-default .am-list-item-thumb-bottom-right .am-list-thumb {
		max-height: 60px;
		overflow: hidden
	}
}

.am-map {
	width: 100%;
	height: 300px
}

.am-map-default #bd-map {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	line-height: 1.4!important
}

.am-map-default .BMap_bubble_title {
	font-weight: 700
}

.am-map-default #BMap_mask {
	width: 100%
}

.am-mechat {
	margin: 1rem
}

.am-mechat .section-cbox-wap .cbox-post-wap .post-action-wap .action-function-wap .function-list-wap .list-upload-wap .upload-mutual-wap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.am-menu {
	position: relative;
	padding: 0;
	margin: 0
}

.am-menu ul {
	padding: 0;
	margin: 0
}

.am-menu li {
	list-style: none
}

.am-menu a:after,
.am-menu a: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-menu-sub {
	z-index: 1050
}

.am-menu-toggle {
	display: none;
	z-index: 1015
}

.am-menu-toggle img {
	display: inline-block;
	height: 16px;
	width: auto;
	vertical-align: middle
}

.am-menu-nav a {
	display: block;
	padding: .8rem 0;
	-webkit-transition: all .45s;
	transition: all .45s
}

.am-menu-default .am-menu-nav {
	padding-top: 8px;
	padding-bottom: 8px
}

.am-menu-default .am-menu-nav a {
	text-align: center;
	height: 36px;
	line-height: 36px;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	color: #0e90d2
}

.am-menu-default .am-menu-nav>.am-parent>a {
	position: relative;
	-webkit-transition: .15s;
	transition: .15s
}

.am-menu-default .am-menu-nav>.am-parent>a:after {
	content: "\f107";
	margin-left: 5px;
	-webkit-transition: .15s;
	transition: .15s
}

.am-menu-default .am-menu-nav>.am-parent>a:before {
	position: absolute;
	top: 100%;
	margin-top: -16px;
	left: 50%;
	margin-left: -12px;
	content: "\f0d8";
	display: none;
	color: #f1f1f1;
	font-size: 24px
}

.am-menu-default .am-menu-nav>.am-parent.am-open>a {
	color: #095f8a
}

.am-menu-default .am-menu-nav>.am-parent.am-open>a:before {
	display: block
}

.am-menu-default .am-menu-nav>.am-parent.am-open>a:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.am-menu-default .am-menu-sub {
	position: absolute;
	left: 5px;
	right: 5px;
	background-color: #f1f1f1;
	border-radius: 0;
	padding-top: 8px;
	padding-bottom: 8px
}

.am-menu-default .am-menu-sub>li>a {
	color: #555
}

@media only screen and (min-width:641px) {
	.am-menu-default .am-menu-nav li {
		width: auto;
		float: left;
		clear: none;
		display: inline
	}
	.am-menu-default .am-menu-nav a {
		padding-left: 1.5rem;
		padding-right: .5rem
	}
}

.am-menu-dropdown1 {
	position: relative
}

.am-menu-dropdown1 .am-menu-toggle {
	position: absolute;
	right: 5px;
	top: -47px;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff
}

.am-menu-dropdown1 a {
	-webkit-transition: all .4s;
	transition: all .4s;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-menu-dropdown1 .am-menu-nav {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1050
}

.am-menu-dropdown1 .am-menu-nav a {
	padding: .8rem
}

.am-menu-dropdown1 .am-menu-nav>li {
	width: 100%
}

.am-menu-dropdown1 .am-menu-nav>li.am-parent>a {
	position: relative
}

.am-menu-dropdown1 .am-menu-nav>li.am-parent>a::before {
	content: "\f067";
	position: absolute;
	right: 1rem;
	top: 1.4rem
}

.am-menu-dropdown1 .am-menu-nav>li.am-parent.am-open>a {
	background-color: #0c80ba;
	border-bottom: none;
	color: #fff
}

.am-menu-dropdown1 .am-menu-nav>li.am-parent.am-open>a:before {
	content: "\f068"
}

.am-menu-dropdown1 .am-menu-nav>li.am-parent.am-open>a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 8px solid #0c80ba;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 0 dotted;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4px
}

.am-menu-dropdown1 .am-menu-nav>li>a {
	border-bottom: 1px solid #0b76ac;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	background-color: #0e90d2;
	color: #fff;
	height: 49px;
	line-height: 49px;
	padding: 0;
	text-indent: 10px
}

.am-menu-dropdown1 .am-menu-sub {
	background-color: #fff
}

.am-menu-dropdown1 .am-menu-sub a {
	color: #555;
	height: 44px;
	line-height: 44px;
	text-indent: 5px;
	padding: 0
}

.am-menu-dropdown1 .am-menu-sub a:before {
	content: "\f105";
	color: #aaa;
	font-size: 16px;
	margin-right: 5px
}

.am-menu-dropdown2 .am-menu-toggle {
	position: absolute;
	right: 5px;
	top: -47px;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff
}

.am-menu-dropdown2 .am-menu-nav {
	position: absolute;
	left: 0;
	right: 0;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	z-index: 1050;
	padding-top: 8px;
	padding-bottom: 8px
}

.am-menu-dropdown2 .am-menu-nav a {
	height: 38px;
	line-height: 38px;
	padding: 0;
	text-align: center
}

.am-menu-dropdown2 .am-menu-nav>li>a {
	color: #333
}

.am-menu-dropdown2 .am-menu-nav>li.am-parent>a {
	position: relative
}

.am-menu-dropdown2 .am-menu-nav>li.am-parent>a:after {
	content: "\f107";
	margin-left: 5px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.am-menu-dropdown2 .am-menu-nav>li.am-parent.am-open>a {
	position: relative
}

.am-menu-dropdown2 .am-menu-nav>li.am-parent.am-open>a:after {
	color: #0e90d2;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.am-menu-dropdown2 .am-menu-nav>li.am-parent.am-open>a:before {
	position: absolute;
	top: 100%;
	margin-top: -16px;
	left: 50%;
	margin-left: -12px;
	font-size: 24px;
	content: "\f0d8";
	color: rgba(0, 0, 0, .2)
}

.am-menu-dropdown2 .am-menu-sub {
	position: absolute;
	left: 5px;
	right: 5px;
	padding: 8px 0;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	background-color: #fff;
	z-index: 1055
}

.am-menu-dropdown2 .am-menu-sub a {
	padding: 0;
	height: 35px;
	color: #555;
	line-height: 35px
}

@media only screen and (min-width:641px) {
	.am-menu-dropdown2 .am-menu-toggle {
		display: none!important
	}
	.am-menu-dropdown2 .am-menu-nav {
		position: static;
		display: block
	}
	.am-menu-dropdown2 .am-menu-nav>li {
		float: none;
		width: auto;
		display: inline-block
	}
	.am-menu-dropdown2 .am-menu-nav>li a {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.am-menu-dropdown2 .am-menu-sub {
		left: auto;
		right: auto
	}
	.am-menu-dropdown2 .am-menu-sub>li {
		float: none;
		width: auto
	}
	.am-menu-dropdown2 .am-menu-sub a {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

.am-menu-slide1 .am-menu-toggle {
	position: absolute;
	right: 5px;
	top: -47px;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff
}

.am-menu-slide1 .am-menu-nav {
	background-color: #f5f5f5;
	padding-top: 8px;
	padding-bottom: 8px
}

.am-menu-slide1 .am-menu-nav.am-in: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);
	content: "\f0d8";
	font-size: 24px;
	color: #f5f5f5;
	position: absolute;
	right: 16px;
	top: -16px
}

.am-menu-slide1 .am-menu-nav a {
	line-height: 38px;
	height: 38px;
	display: block;
	padding: 0;
	text-align: center
}

.am-menu-slide1 .am-menu-nav>li>a {
	color: #333;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-menu-slide1 .am-menu-nav>.am-parent>a {
	position: relative;
	-webkit-transition: .15s;
	transition: .15s
}

.am-menu-slide1 .am-menu-nav>.am-parent>a:after {
	content: "\f107";
	margin-left: 5px;
	-webkit-transition: .15s;
	transition: .15s
}

.am-menu-slide1 .am-menu-nav>.am-parent>a:before {
	position: absolute;
	top: 100%;
	margin-top: -16px;
	left: 50%;
	margin-left: -12px;
	content: "\f0d8";
	display: none;
	color: #0e90d2;
	font-size: 24px
}

.am-menu-slide1 .am-menu-nav>.am-parent.am-open>a {
	color: #0e90d2
}

.am-menu-slide1 .am-menu-nav>.am-parent.am-open>a:before {
	display: block
}

.am-menu-slide1 .am-menu-nav>.am-parent.am-open>a:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.am-menu-slide1 .am-menu-sub {
	position: absolute;
	left: 5px;
	right: 5px;
	background-color: #0e90d2;
	border-radius: 0;
	padding-top: 8px;
	padding-bottom: 8px
}

.am-menu-slide1 .am-menu-sub>li>a {
	color: #fff
}

@media only screen and (min-width:641px) {
	.am-menu-slide1 .am-menu-toggle {
		display: none!important
	}
	.am-menu-slide1 .am-menu-nav {
		background-color: #f5f5f5;
		display: block
	}
	.am-menu-slide1 .am-menu-nav.am-in:before {
		display: none
	}
	.am-menu-slide1 .am-menu-nav li {
		width: auto;
		clear: none
	}
	.am-menu-slide1 .am-menu-nav li a {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}

.am-menu-offcanvas1 .am-menu-toggle {
	position: absolute;
	right: 5px;
	top: -47px;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff
}

.am-menu-offcanvas1 .am-menu-nav {
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05)
}

.am-menu-offcanvas1 .am-menu-nav>li>a {
	height: 44px;
	line-height: 44px;
	text-indent: 15px;
	padding: 0;
	position: relative;
	color: #ccc;
	border-top: 1px solid rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5)
}

.am-menu-offcanvas1 .am-menu-nav>.am-open>a,
.am-menu-offcanvas1 .am-menu-nav>li>a:focus,
.am-menu-offcanvas1 .am-menu-nav>li>a:hover {
	background-color: #474747;
	color: #fff;
	outline: 0
}

.am-menu-offcanvas1 .am-menu-nav>.am-active>a {
	background-color: #1a1a1a;
	color: #fff
}

.am-menu-offcanvas1 .am-menu-nav>.am-parent>a {
	-webkit-transition: all .3s;
	transition: all .3s
}

.am-menu-offcanvas1 .am-menu-nav>.am-parent>a:after {
	content: "\f104";
	position: absolute;
	right: 1.5rem;
	top: 1.3rem
}

.am-menu-offcanvas1 .am-menu-nav>.am-parent.am-open>a:after {
	content: "\f107"
}

.am-menu-offcanvas1 .am-menu-sub {
	border-top: 1px solid rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	padding: 5px 0 5px 15px;
	background-color: #1a1a1a;
	font-size: 1.4rem
}

.am-menu-offcanvas1 .am-menu-sub a {
	color: #eee
}

.am-menu-offcanvas1 .am-menu-sub a:hover {
	color: #fff
}

.am-menu-offcanvas1 .am-nav-divider {
	border-top: 1px solid #1a1a1a
}

.am-menu-offcanvas2 .am-menu-toggle {
	position: absolute;
	right: 5px;
	top: -47px;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff
}

.am-menu-offcanvas2 .am-menu-nav {
	padding: 10px 5px
}

.am-menu-offcanvas2 .am-menu-nav>li {
	padding: 5px
}

.am-menu-offcanvas2 .am-menu-nav>li>a {
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #404040;
	color: #ccc;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	height: 44px;
	line-height: 44px;
	padding: 0;
	text-align: center
}

.am-menu-offcanvas2 .am-menu-nav>li>a:focus,
.am-menu-offcanvas2 .am-menu-nav>li>a:hover {
	background-color: #262626;
	color: #fff;
	outline: 0
}

.am-menu-offcanvas2 .am-menu-nav>.am-active>a {
	background-color: #262626;
	color: #fff
}

.am-menu-stack .am-menu-nav {
	border-bottom: 1px solid #dedede;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05)
}

.am-menu-stack .am-menu-nav>.am-parent>a {
	-webkit-transition: all .3s;
	transition: all .3s
}

.am-menu-stack .am-menu-nav>.am-parent>a:after {
	content: "\f105";
	position: absolute;
	right: 1.5rem;
	top: 1.3rem;
	-webkit-transition: all .15s;
	transition: all .15s
}

.am-menu-stack .am-menu-nav>.am-parent.am-open>a:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.am-menu-stack .am-menu-nav>li>a {
	position: relative;
	color: #333;
	background-color: #f5f5f5;
	border-top: 1px solid #dedede;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	height: 49px;
	line-height: 49px;
	text-indent: 10px;
	padding: 0
}

.am-menu-stack .am-menu-nav>.am-open>a,
.am-menu-stack .am-menu-nav>li>a:focus,
.am-menu-stack .am-menu-nav>li>a:hover {
	background-color: #e5e5e5;
	color: #222;
	outline: 0
}

.am-menu-stack .am-menu-sub {
	padding: 0;
	font-size: 1.4rem;
	border-top: 1px solid #dedede
}

.am-menu-stack .am-menu-sub a {
	border-bottom: 1px solid #dedede;
	padding-left: 2rem;
	color: #444
}

.am-menu-stack .am-menu-sub a:hover {
	color: #333
}

.am-menu-stack .am-menu-sub li:last-child a {
	border-bottom: none
}

.am-menu-stack .am-menu-sub>li>a {
	height: 44px;
	line-height: 44px;
	text-indent: 15px;
	padding: 0
}

@media only screen and (min-width:641px) {
	.am-menu-stack .am-menu-nav {
		background-color: #f5f5f5
	}
	.am-menu-stack .am-menu-nav>li {
		float: left;
		width: auto;
		clear: none!important;
		display: inline-block
	}
	.am-menu-stack .am-menu-nav>li a {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.am-menu-stack .am-menu-nav>li.am-parent>a:after {
		position: static;
		content: "\f107"
	}
	.am-menu-stack .am-menu-nav>li.am-parent.am-open a {
		border-bottom: none
	}
	.am-menu-stack .am-menu-nav>li.am-parent.am-open a:after {
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg)
	}
	.am-menu-stack .am-menu-nav>li.am-parent.am-open .am-menu-sub {
		background-color: #e5e5e5
	}
	.am-menu-stack .am-menu-sub {
		position: absolute;
		left: 0;
		right: 0;
		background-color: #ddd;
		border-top: none
	}
	.am-menu-stack .am-menu-sub li {
		width: auto;
		float: left;
		clear: none
	}
}

.am-navbar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 49px;
	line-height: 49px;
	z-index: 1010
}

.am-navbar ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
	width: 100%
}

.am-navbar .am-navbar-nav {
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	overflow: hidden
}

.am-navbar .am-navbar-nav li {
	display: table-cell;
	width: 1%;
	float: none
}

.am-navbar-nav {
	position: relative;
	z-index: 1015
}

.am-navbar-nav a {
	display: inline-block;
	width: 100%;
	height: 49px;
	line-height: 20px
}

.am-navbar-nav a img {
	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	margin: 4px auto 0
}

.am-navbar-nav a [class*=am-icon] {
	width: 24px;
	height: 24px;
	margin: 4px auto 0;
	display: block;
	line-height: 24px
}

.am-navbar-nav a [class*=am-icon]:before {
	font-size: 22px;
	vertical-align: middle
}

.am-navbar-nav a .am-navbar-label {
	padding-top: 2px;
	line-height: 1;
	font-size: 12px;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-navbar-more [class*=am-icon-] {
	-webkit-transition: .15s;
	transition: .15s
}

.am-navbar-more.am-active [class*=am-icon-] {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.am-navbar-actions {
	position: absolute;
	bottom: 49px;
	right: 0;
	left: 0;
	z-index: 1009;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%)
}

.am-navbar-actions.am-active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.am-navbar-actions li {
	line-height: 42px;
	position: relative
}

.am-navbar-actions li a {
	display: block;
	width: 100%;
	height: 40px;
	-webkit-box-shadow: inset 0 1px rgba(220, 220, 220, .25);
	box-shadow: inset 0 1px rgba(220, 220, 220, .25);
	padding-left: 20px;
	padding-right: 36px
}

.am-navbar-actions li a :after {
	font-family: FontAwesome, sans-serif;
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px
}

.am-navbar-actions li a img {
	vertical-align: middle;
	height: 20px;
	width: 20px;
	display: inline
}

#am-navbar-qrcode {
	width: 220px;
	height: 220px;
	margin-left: -110px
}

#am-navbar-qrcode .am-modal-bd {
	padding: 10px
}

#am-navbar-qrcode canvas {
	display: block;
	width: 200px;
	height: 200px
}

.am-with-fixed-navbar {
	padding-bottom: 54px
}

.am-navbar-default a {
	color: #fff
}

.am-navbar-default .am-navbar-nav {
	background-color: #0e90d2
}

.am-navbar-default .am-navbar-actions {
	background-color: #0d86c4
}

.am-navbar-default .am-navbar-actions a {
	border-bottom: 1px solid #0b6fa2
}

.am-pagination {
	position: relative
}

.am-pagination-default {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.6rem
}

.am-pagination-default .am-pagination-next,
.am-pagination-default .am-pagination-prev {
	float: none
}

.am-pagination-select {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.6rem
}

.am-pagination-select>li>a {
	line-height: 36px;
	background-color: #eee;
	padding: 0 15px;
	border: 0;
	color: #555
}

.am-pagination-select .am-pagination-select {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 36px;
	text-align: center;
	border-radius: 0
}

.am-pagination-select .am-pagination-select select {
	display: block;
	border: 0;
	line-height: 36px;
	width: 70px;
	height: 36px;
	border-radius: 0;
	color: #555;
	background-color: #eee;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 18px
}

.am-paragraph p {
	margin: 10px 0
}

.am-paragraph img {
	max-width: 100%
}

.am-paragraph h1,
.am-paragraph h2,
.am-paragraph h3,
.am-paragraph h4,
.am-paragraph h5,
.am-paragraph h6 {
	color: #222
}

.am-paragraph table {
	max-width: none
}

.am-paragraph-table-container {
	overflow: hidden;
	background: #eee;
	max-width: none
}

.am-paragraph-table-container table {
	width: 100%;
	max-width: none
}

.am-paragraph-table-container table th {
	background: #bce5fb;
	height: 40px;
	border: 1px solid #999;
	text-align: center
}

.am-paragraph-table-container table td {
	border: 1px solid #999;
	text-align: center;
	vertical-align: middle;
	background: #fff
}

.am-paragraph-table-container table td p {
	text-indent: 0;
	font-size: 1.4rem
}

.am-paragraph-table-container table td a {
	font-size: 1.4rem
}

.am-paragraph-default {
	margin: 0 10px;
	color: #333;
	background-color: transparent
}

.am-paragraph-default p {
	font-size: 1.4rem
}

.am-paragraph-default img {
	max-width: 98%;
	display: block;
	margin: 5px auto;
	border: 1px solid #eee;
	padding: 2px
}

.am-paragraph-default a {
	color: #0e90d2
}

.am-slider-a1 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-a1 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-a1 .am-viewport {
	max-height: 300px
}

.am-slider-a1 .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: 5px;
	text-align: center;
	line-height: 0
}

.am-slider-a1 .am-control-nav li {
	margin: 0 6px;
	display: inline-block
}

.am-slider-a1 .am-control-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.am-slider-a1 .am-control-nav li a:hover {
	background-color: rgba(0, 0, 0, .7)
}

.am-slider-a1 .am-control-nav li a.am-active {
	background-color: #0e90d2;
	cursor: default
}

.am-slider-a1 .am-direction-nav,
.am-slider-a1 .am-pauseplay {
	display: none
}

.am-slider-a2 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-a2 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-a2 .am-viewport {
	max-height: 300px
}

.am-slider-a2 .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: 5px;
	text-align: center;
	line-height: 0
}

.am-slider-a2 .am-control-nav li {
	margin: 0 6px;
	display: inline-block
}

.am-slider-a2 .am-control-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.am-slider-a2 .am-control-nav li a:hover {
	background-color: rgba(0, 0, 0, .7)
}

.am-slider-a2 .am-control-nav li a.am-active {
	background: #0e93d7;
	cursor: default
}

.am-slider-a2 .am-direction-nav,
.am-slider-a2 .am-pauseplay {
	display: none
}

.am-slider-a3 {
	margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-a3 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-a3 .am-viewport {
	max-height: 300px
}

.am-slider-a3 .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: -20px;
	text-align: center;
	height: 20px;
	background-color: #000;
	padding-top: 5px;
	line-height: 0
}

.am-slider-a3 .am-control-nav li {
	margin: 0 6px;
	display: inline-block
}

.am-slider-a3 .am-control-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 3px rgba(200, 200, 200, .3);
	box-shadow: inset 0 0 3px rgba(200, 200, 200, .3)
}

.am-slider-a3 .am-control-nav li a:hover {
	background-color: rgba(0, 0, 0, .7)
}

.am-slider-a3 .am-control-nav li a.am-active {
	background: #0e90d2;
	cursor: default
}

.am-slider-a3 .am-direction-nav,
.am-slider-a3 .am-pauseplay {
	display: none
}

.am-slider-a4 {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-a4 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-a4 .am-viewport {
	max-height: 300px
}

.am-slider-a4 .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: -15px;
	text-align: center;
	line-height: 0
}

.am-slider-a4 .am-control-nav li {
	margin: 0 6px;
	display: inline-block
}

.am-slider-a4 .am-control-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.am-slider-a4 .am-control-nav li a:hover {
	background-color: rgba(0, 0, 0, .7)
}

.am-slider-a4 .am-control-nav li a.am-active {
	background-color: #0e90d2;
	cursor: default
}

.am-slider-a4 .am-direction-nav,
.am-slider-a4 .am-pauseplay {
	display: none
}

.am-slider-a5 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-a5 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-a5 .am-viewport {
	max-height: 300px
}

.am-slider-a5 .am-control-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	height: 6px;
	display: table;
	bottom: 0;
	font-size: 0;
	line-height: 0
}

.am-slider-a5 .am-control-nav li {
	display: table-cell
}

.am-slider-a5 .am-control-nav li a {
	width: 100%;
	height: 6px;
	display: block;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px
}

.am-slider-a5 .am-control-nav li a:hover {
	background-color: rgba(0, 0, 0, .7)
}

.am-slider-a5 .am-control-nav li a.am-active {
	background-color: #0e90d2;
	cursor: default
}

.am-slider-a5 .am-direction-nav,
.am-slider-a5 .am-pauseplay {
	display: none
}

.am-slider-b1 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-b1 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-b1 .am-viewport {
	max-height: 300px
}

.am-slider-b1 .am-direction-nav a {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 24px;
	height: 24px;
	padding: 8px 0;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: .45;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	background-color: rgba(0, 0, 0, .5);
	font-size: 0;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.am-slider-b1 .am-direction-nav a: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);
	content: "\f053";
	font-size: 24px
}

.am-slider-b1 .am-direction-nav a.am-prev {
	left: 0;
	padding-right: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px
}

.am-slider-b1 .am-direction-nav a.am-next {
	right: 0;
	padding-left: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px
}

.am-slider-b1 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-b1 .am-direction-nav .am-disabled {
	opacity: 0!important;
	cursor: default
}

.am-slider-b1:hover .am-prev {
	opacity: .7
}

.am-slider-b1:hover .am-prev:hover {
	opacity: 1
}

.am-slider-b1:hover .am-next {
	opacity: .7
}

.am-slider-b1:hover .am-next:hover {
	opacity: 1
}

.am-slider-b1 .am-control-nav,
.am-slider-b1 .am-pauseplay {
	display: none
}

.am-slider-b2 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-b2 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-b2 .am-viewport {
	max-height: 300px
}

.am-slider-b2 .am-direction-nav a {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 24px;
	height: 24px;
	padding: 4px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: .45;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	background-color: rgba(0, 0, 0, .5);
	font-size: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.am-slider-b2 .am-direction-nav a: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);
	content: "\f053";
	font-size: 16px;
	line-height: 24px
}

.am-slider-b2 .am-direction-nav a.am-prev {
	left: 5px
}

.am-slider-b2 .am-direction-nav a.am-next {
	right: 5px
}

.am-slider-b2 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-b2 .am-direction-nav .am-disabled {
	opacity: 0!important;
	cursor: default
}

.am-slider-b2:hover .am-prev {
	opacity: .7
}

.am-slider-b2:hover .am-prev:hover {
	opacity: 1
}

.am-slider-b2:hover .am-next {
	opacity: .7
}

.am-slider-b2:hover .am-next:hover {
	opacity: 1
}

.am-slider-b2 .am-control-nav,
.am-slider-b2 .am-pauseplay {
	display: none
}

.am-slider-b3 {
	margin: 15px 30px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-b3 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-b3 .am-viewport {
	max-height: 300px
}

.am-slider-b3 .am-direction-nav a {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 24px;
	height: 24px;
	padding: 4px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: .45;
	cursor: pointer;
	color: #333;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	font-size: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.am-slider-b3 .am-direction-nav a: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);
	content: "\f053";
	font-size: 24px
}

.am-slider-b3 .am-direction-nav a.am-prev {
	left: -25px
}

.am-slider-b3 .am-direction-nav a.am-next {
	right: -25px;
	text-align: right
}

.am-slider-b3 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-b3 .am-direction-nav .am-disabled {
	opacity: 0!important;
	cursor: default
}

.am-slider-b3:hover .am-prev {
	opacity: .7
}

.am-slider-b3:hover .am-prev:hover {
	opacity: 1
}

.am-slider-b3:hover .am-next {
	opacity: .7
}

.am-slider-b3:hover .am-next:hover {
	opacity: 1
}

.am-slider-b3 .am-control-nav,
.am-slider-b3 .am-pauseplay {
	display: none
}

.am-slider-b4 {
	margin: 15px 20px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-b4 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-b4 .am-viewport {
	max-height: 300px
}

.am-slider-b4 .am-direction-nav a {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 24px;
	height: 24px;
	margin: -16px 0 0;
	padding: 4px;
	overflow: hidden;
	opacity: .45;
	background-color: rgba(0, 0, 0, .8);
	cursor: pointer;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	font-size: 0;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.am-slider-b4 .am-direction-nav a: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);
	content: "\f053";
	font-size: 20px;
	line-height: 24px
}

.am-slider-b4 .am-direction-nav a.am-prev {
	left: -15px
}

.am-slider-b4 .am-direction-nav a.am-next {
	right: -15px
}

.am-slider-b4 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-b4 .am-direction-nav .am-disabled {
	opacity: 0!important;
	cursor: default
}

.am-slider-b4:hover .am-prev {
	opacity: .7
}

.am-slider-b4:hover .am-prev:hover {
	opacity: .9
}

.am-slider-b4:hover .am-next {
	opacity: .7
}

.am-slider-b4:hover .am-next:hover {
	opacity: .9
}

.am-slider-b4 .am-control-nav,
.am-slider-b4 .am-pauseplay {
	display: none
}

.am-slider-c1 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-c1 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-c1 .am-viewport {
	max-height: 300px
}

.am-slider-c1 .am-control-nav {
	position: absolute;
	bottom: 0;
	display: table;
	width: 100%;
	height: 6px;
	font-size: 0;
	line-height: 0;
	text-align: center
}

.am-slider-c1 .am-control-nav li {
	display: table-cell;
	width: 1%
}

.am-slider-c1 .am-control-nav li a {
	width: 100%;
	height: 6px;
	display: block;
	background-color: rgba(0, 0, 0, .7);
	cursor: pointer;
	text-indent: -9999px
}

.am-slider-c1 .am-control-nav li a:hover {
	background: rgba(0, 0, 0, .8)
}

.am-slider-c1 .am-control-nav li a.am-active {
	background-color: #0e90d2;
	cursor: default
}

.am-slider-c1 .am-slider-desc {
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 6px;
	padding: 8px;
	width: 100%;
	color: #fff;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-slider-c1 .am-direction-nav,
.am-slider-c1 .am-pauseplay {
	display: none
}

.am-slider-c2 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-c2 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-c2 .am-viewport {
	max-height: 300px
}

.am-slider-c2 .am-control-nav {
	position: absolute;
	bottom: 15px;
	right: 0;
	height: 6px;
	text-align: center;
	font-size: 0;
	line-height: 0
}

.am-slider-c2 .am-control-nav li {
	display: inline-block;
	margin-right: 6px
}

.am-slider-c2 .am-control-nav li a {
	width: 6px;
	height: 6px;
	display: block;
	background-color: rgba(255, 255, 255, .4);
	cursor: pointer;
	text-indent: -9999px
}

.am-slider-c2 .am-control-nav li a:hover {
	background: rgba(230, 230, 230, .4)
}

.am-slider-c2 .am-control-nav li a.am-active {
	background-color: #0e90d2;
	cursor: default
}

.am-slider-c2 .am-slider-desc {
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 0;
	padding: 8px 60px 8px 8px;
	width: 100%;
	color: #fff;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-slider-c2 .am-direction-nav,
.am-slider-c2 .am-pauseplay {
	display: none
}

.am-slider-c3 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-c3 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-c3 .am-viewport {
	max-height: 300px
}

.am-slider-c3 .am-slider-desc {
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 10px;
	right: 60px;
	height: 30px;
	left: 0;
	padding-right: 5px;
	color: #fff;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-slider-c3 .am-slider-counter {
	margin-right: 5px;
	display: inline-block;
	height: 30px;
	background-color: #0e90d2;
	width: 40px;
	text-align: center;
	line-height: 30px;
	color: #eee;
	font-size: 1rem
}

.am-slider-c3 .am-slider-counter .am-active {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff
}

.am-slider-c3 .am-direction-nav a {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 24px;
	height: 24px;
	padding: 4px 0;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: .45;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	background-color: rgba(0, 0, 0, .5);
	font-size: 0;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.am-slider-c3 .am-direction-nav a: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);
	content: "\f053";
	font-size: 16px;
	line-height: 24px
}

.am-slider-c3 .am-direction-nav a.am-prev {
	left: 0;
	padding-right: 5px
}

.am-slider-c3 .am-direction-nav a.am-next {
	right: 0;
	padding-left: 5px
}

.am-slider-c3 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-c3 .am-direction-nav .am-disabled {
	opacity: 0!important;
	cursor: default
}

.am-slider-c3:hover .am-prev {
	opacity: .7
}

.am-slider-c3:hover .am-prev:hover {
	opacity: 1
}

.am-slider-c3:hover .am-next {
	opacity: .7
}

.am-slider-c3:hover .am-next:hover {
	opacity: 1
}

.am-slider-c3 .am-control-nav,
.am-slider-c3 .am-pauseplay {
	display: none
}

.am-slider-c4 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-c4 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-c4 .am-viewport {
	max-height: 300px
}

.am-slider-c4 .am-slider-desc {
	width: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 8px 40px;
	color: #fff;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-slider-c4 .am-direction-nav a {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 24px;
	height: 24px;
	padding: 4px 0;
	margin: 0;
	position: absolute;
	bottom: 4px;
	z-index: 10;
	overflow: hidden;
	opacity: .45;
	cursor: pointer;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	font-size: 0;
	text-align: center;
	color: rgba(0, 0, 0, .7);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.am-slider-c4 .am-direction-nav a: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);
	content: "\f053";
	font-size: 24px
}

.am-slider-c4 .am-direction-nav a.am-prev {
	left: 0;
	padding-right: 5px
}

.am-slider-c4 .am-direction-nav a.am-next {
	right: 0;
	padding-left: 5px
}

.am-slider-c4 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-c4 .am-direction-nav .am-disabled {
	opacity: 0!important;
	cursor: default
}

.am-slider-c4:hover .am-prev {
	opacity: .7
}

.am-slider-c4:hover .am-prev:hover {
	opacity: 1
}

.am-slider-c4:hover .am-next {
	opacity: .7
}

.am-slider-c4:hover .am-next:hover {
	opacity: 1
}

.am-slider-c4 .am-control-nav,
.am-slider-c4 .am-pauseplay {
	display: none
}

.am-slider-d1 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-d1 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-d1 .am-viewport {
	max-height: 300px
}

.am-slider-d1 .am-slider-desc {
	padding: 8px 35px;
	width: 100%;
	color: #fff;
	background-color: #0e90d2
}

.am-slider-d1 .am-slider-title {
	font-weight: 400;
	margin-bottom: 2px;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-slider-d1 .am-slider-more {
	color: #eee;
	font-size: 1.3rem
}

.am-slider-d1 .am-direction-nav a {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0;
	position: absolute;
	bottom: 18px;
	z-index: 10;
	overflow: hidden;
	opacity: .45;
	cursor: pointer;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	font-size: 0;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .9);
	color: rgba(255, 255, 255, .9);
	border-radius: 50%;
	-webkit-transition: all 3s ease;
	transition: all 3s ease
}

.am-slider-d1 .am-direction-nav a: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);
	content: "\f053";
	font-size: 16px;
	line-height: 24px
}

.am-slider-d1 .am-direction-nav a.am-prev {
	left: 5px
}

.am-slider-d1 .am-direction-nav a.am-next {
	right: 5px
}

.am-slider-d1 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-d1 .am-direction-nav .am-disabled {
	opacity: 0!important;
	cursor: default
}

.am-slider-d1:hover .am-prev {
	opacity: .7
}

.am-slider-d1:hover .am-prev:hover {
	opacity: 1
}

.am-slider-d1:hover .am-next {
	opacity: .7
}

.am-slider-d1:hover .am-next:hover {
	opacity: 1
}

.am-slider-d1 .am-control-nav,
.am-slider-d1 .am-pauseplay {
	display: none
}

.am-slider-d2 {
	margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-d2 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-d2 .am-viewport {
	max-height: 300px
}

.am-slider-d2 .am-slider-desc {
	position: absolute;
	left: 10px;
	bottom: 20px;
	right: 50px;
	color: #fff
}

.am-slider-d2 .am-slider-content {
	background-color: rgba(0, 0, 0, .7);
	padding: 10px 6px;
	margin-bottom: 10px
}

.am-slider-d2 .am-slider-content p {
	margin: 0;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.4rem
}

.am-slider-d2 .am-slider-title {
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-slider-d2 .am-slider-more {
	color: #eee;
	font-size: 1.3rem;
	background-color: #0e90d2;
	padding: 2px 10px
}

.am-slider-d2 .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: -15px;
	text-align: center
}

.am-slider-d2 .am-control-nav li {
	margin: 0 6px;
	display: inline-block
}

.am-slider-d2 .am-control-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.am-slider-d2 .am-control-nav li a:hover {
	background: rgba(0, 0, 0, .5)
}

.am-slider-d2 .am-control-nav li a.am-active {
	background: #0e90d2;
	cursor: default
}

.am-slider-d2 .am-direction-nav,
.am-slider-d2 .am-pauseplay {
	display: none
}

.am-slider-d3 {
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.am-slider-d3 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-d3 .am-viewport {
	max-height: 300px
}

.am-slider-d3 .am-slider-desc {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	padding: 8px 5px
}

.am-slider-d3 .am-slider-desc p {
	margin: 0;
	font-size: 1.3rem;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-slider-d3 .am-slider-title {
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-slider-d3 .am-control-thumbs {
	position: static;
	overflow: hidden
}

.am-slider-d3 .am-control-thumbs li {
	padding: 12px 4px 4px;
	position: relative
}

.am-slider-d3 .am-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .85;
	cursor: pointer
}

.am-slider-d3 .am-control-thumbs img:hover {
	opacity: 1
}

.am-slider-d3 .am-control-thumbs .am-active {
	opacity: 1;
	cursor: default
}

.am-slider-d3 .am-control-thumbs .am-active+i {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 8px solid rgba(0, 0, 0, .7);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 0 dotted;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	margin-left: -4px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.am-slider-d3 .am-direction-nav,
.am-slider-d3 .am-pauseplay {
	display: none
}

.am-slider-d3 .am-control-thumbs {
	display: table
}

.am-slider-d3 .am-control-thumbs li {
	display: table-cell;
	width: 1%
}

[data-am-widget=tabs] {
	margin: 10px
}

[data-am-widget=tabs] .am-tabs-nav {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

[data-am-widget=tabs] .am-tabs-nav li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

[data-am-widget=tabs] .am-tabs-nav a {
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-tabs-default .am-tabs-nav {
	line-height: 40px;
	background-color: #eee
}

.am-tabs-default .am-tabs-nav a {
	color: #222;
	line-height: 42px
}

.am-tabs-default .am-tabs-nav>.am-active a {
	background-color: #0e90d2;
	color: #fff
}

.am-tabs-d2 .am-tabs-nav {
	background-color: #eee
}

.am-tabs-d2 .am-tabs-nav li {
	height: 42px
}

.am-tabs-d2 .am-tabs-nav a {
	color: #222;
	line-height: 42px
}

.am-tabs-d2 .am-tabs-nav>.am-active {
	position: relative;
	background-color: #fcfcfc;
	border-bottom: 2px solid #0e90d2
}

.am-tabs-d2 .am-tabs-nav>.am-active a {
	line-height: 40px;
	color: #0e90d2
}

.am-tabs-d2 .am-tabs-nav>.am-active:after {
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border: 6px rgba(0, 0, 0, 0) solid;
	content: "";
	z-index: 1;
	border-bottom-color: #0e90d2
}

.am-titlebar {
	margin-top: 20px;
	height: 45px;
	font-size: 100%
}

.am-titlebar h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.6rem
}

.am-titlebar .am-titlebar-title img {
	height: 24px;
	width: auto
}

.am-titlebar-default {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px;
	margin-right: 10px;
	background-color: transparent;
	border-bottom: 1px solid #dedede;
	line-height: 44px
}

.am-titlebar-default a {
	color: #0e90d2
}

.am-titlebar-default .am-titlebar-title {
	position: relative;
	padding-left: 12px;
	color: #0e90d2;
	font-size: 1.8rem;
	text-align: left;
	font-weight: 700
}

.am-titlebar-default .am-titlebar-title:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 8px;
	bottom: 8px;
	border-left: 3px solid #0e90d2
}

.am-titlebar-default .am-titlebar-nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right
}

.am-titlebar-default .am-titlebar-nav a {
	margin-right: 10px
}

.am-titlebar-default .am-titlebar-nav a:last-child {
	margin-right: 5px
}

.am-titlebar-multi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #f5f5f5;
	border-top: 2px solid #3bb4f2;
	border-bottom: 1px solid #e8e8e8
}

.am-titlebar-multi a {
	color: #0e90d2
}

.am-titlebar-multi .am-titlebar-title {
	padding-left: 10px;
	color: #0e90d2;
	font-size: 1.8rem;
	text-align: left;
	font-weight: 700;
	line-height: 42px
}

.am-titlebar-multi .am-titlebar-nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	line-height: 42px
}

.am-titlebar-multi .am-titlebar-nav a {
	margin-right: 10px
}

.am-titlebar-cols {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 10px;
	background-color: #f5f5f5;
	color: #555;
	font-size: 18px;
	border-top: 2px solid #e1e1e1;
	line-height: 41px
}

.am-titlebar-cols a {
	color: #555
}

.am-titlebar-cols .am-titlebar-title {
	color: #0e90d2;
	margin-right: 15px;
	border-bottom: 2px solid #0e90d2;
	font-weight: 700
}

.am-titlebar-cols .am-titlebar-title a {
	color: #0e90d2
}

.am-titlebar-cols .am-titlebar-nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.am-titlebar-cols .am-titlebar-nav a {
	display: inline-block;
	margin-right: 15px;
	line-height: 41px;
	border-bottom: 2px solid transparent
}

.am-titlebar-cols .am-titlebar-nav a:hover {
	color: #3c3c3c;
	border-bottom-color: #0e90d2
}

.am-titlebar-cols .am-titlebar-nav a:last-child {
	margin-right: 10px
}

.am-wechatpay .am-wechatpay-btn {
	margin-top: 1rem;
	margin-bottom: 1rem
}