.oaof-notice{
	width:335px;
	margin-right:24px;
	position:fixed;
	z-index:1010
}
.oaof-notice-content-with-icon{
	margin-left:40px
}
.oaof-notice-with-desc.oaof-notice-with-icon .oaof-notice-title{
	margin-left:40px
}
.oaof-notice-notice{
	margin-bottom:10px;
	padding:16px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 6px rgba(0,0,0,.2);
	box-shadow:0 1px 6px rgba(0,0,0,.2);
	background:#fff;
	line-height:1;
	position:relative;
  overflow:hidden;
  color:#666666;
}
.oaof-notice-notice-close{
	position:absolute;
	right:8px;
	top:5px;
	color:#999;
	outline:0
}
.oaof-notice-notice-close i{
	font-size:22px;
	color:#999;
	-webkit-transition:color .2s ease;
	transition:color .2s ease;
	position:relative;top:-3px
}
.oaof-notice-notice-close i:hover{
	color:#666
}
.oaof-notice-notice-content-with-render .oaof-notice-desc{
	display:none
}
.oaof-notice-notice-with-desc .oaof-notice-notice-close{
	top:5px
}
.oaof-notice-content-with-render-notitle{
	margin-left:26px
}
.oaof-notice-title{
	font-size:14px;
	line-height:17px;
	color:#333333;
	padding-right:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.oaof-notice-with-desc .oaof-notice-title{
	font-weight:700;
	margin-bottom:8px
}
.oaof-notice-desc{
	font-size: 14px;
	color:#666666;
	text-align:justify;
	line-height:1.5
}
.oaof-notice-with-desc.oaof-notice-with-icon .oaof-notice-desc{
	margin-left:40px
}
.oaof-notice-with-icon .oaof-notice-title{
	margin-left:40px
}
.oaof-notice-icon{
	position:absolute;
	top:-8px;
	font-size:16px
}
.oaof-notice-icon-success{
	color:#67c23a
}
.oaof-notice-icon-info{
	columns: #00aae8
}
.oaof-notice-icon-warning{
	color:#e6a23c
}
.oaof-notice-icon-error{
	color:#f56c6c
}
.oaof-notice-icon-info:before{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  background: url(./img/notice-icon-info.png) no-repeat center;
}
.oaof-notice-icon-success:before{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  background: url(./img/notice-icon-success.png) no-repeat center;
}
.oaof-notice-icon-warning:before{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  background: url(./img/notice-icon-warning.png) no-repeat center;
}
.oaof-notice-icon-error:before{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  background: url(./img/notice-icon-error.png) no-repeat center;
}
.oaof-notice-icon-close:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: url(./img/notice-icon-close.png) no-repeat center;
  z-index: 10;
  right: 5px;
  top: 7px;
  cursor: pointer;
}
.oaof-common-icon-close {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: url(./img/notice-icon-close.png) no-repeat center;
  z-index: 10;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.oaof-notice-with-desc .oaof-notice-icon{
	font-size:36px;
	top:-6px
}
.oaof-notice-custom-content{
	position:relative
}
/* tooltip */
.oaof-tooltip {
	display: inline-block
}

.oaof-tooltip-rel {
	display: inline-block;
	position: relative;
	width: inherit
}

.oaof-tooltip-popper {
	display: block;
	visibility: visible;
	font-size: 14px;
	line-height: 1.5;
	position: absolute;
	z-index: 1060
}

.oaof-tooltip-popper[x-placement^=top] {
	padding: 5px 0 8px 0
}

.oaof-tooltip-popper[x-placement^=right] {
	padding: 0 5px 0 8px
}

.oaof-tooltip-popper[x-placement^=bottom] {
	padding: 8px 0 5px 0
}

.oaof-tooltip-popper[x-placement^=left] {
	padding: 0 8px 0 5px
}

.oaof-tooltip-popper[x-placement^=top] .oaof-tooltip-arrow {
	bottom: 3px;
	border-width: 5px 5px 0;
	border-top-color: rgba(70,76,91,.9)
}

.oaof-tooltip-popper[x-placement=top] .oaof-tooltip-arrow {
	left: 50%;
	margin-left: -arrow-width
}

.oaof-tooltip-popper[x-placement=top-start] .oaof-tooltip-arrow {
	left: 16px
}

.oaof-tooltip-popper[x-placement=top-end] .oaof-tooltip-arrow {
	right: 16px
}

.oaof-tooltip-popper[x-placement^=right] .oaof-tooltip-arrow {
	left: 3px;
	border-width: 5px 5px 5px 0;
	border-right-color: rgba(70,76,91,.9)
}

.oaof-tooltip-popper[x-placement=right] .oaof-tooltip-arrow {
	top: 50%;
	margin-top: -arrow-width
}

.oaof-tooltip-popper[x-placement=right-start] .oaof-tooltip-arrow {
	top: 8px
}

.oaof-tooltip-popper[x-placement=right-end] .oaof-tooltip-arrow {
	bottom: 8px
}

.oaof-tooltip-popper[x-placement^=left] .oaof-tooltip-arrow {
	right: 3px;
	border-width: 5px 0 5px 5px;
	border-left-color: rgba(70,76,91,.9)
}

.oaof-tooltip-popper[x-placement=left] .oaof-tooltip-arrow {
	top: 50%;
	margin-top: -arrow-width
}

.oaof-tooltip-popper[x-placement=left-start] .oaof-tooltip-arrow {
	top: 8px
}

.oaof-tooltip-popper[x-placement=left-end] .oaof-tooltip-arrow {
	bottom: 8px
}

.oaof-tooltip-popper[x-placement^=bottom] .oaof-tooltip-arrow {
	top: 3px;
	border-width: 0 5px 5px;
	border-bottom-color: rgba(70,76,91,.9)
}

.oaof-tooltip-popper[x-placement=bottom] .oaof-tooltip-arrow {
	left: 50%;
	margin-left: -arrow-width
}

.oaof-tooltip-popper[x-placement=bottom-start] .oaof-tooltip-arrow {
	left: 16px
}

.oaof-tooltip-popper[x-placement=bottom-end] .oaof-tooltip-arrow {
	right: 16px
}

.oaof-tooltip-light.oaof-tooltip-popper {
	display: block;
	visibility: visible;
	font-size: 14px;
	line-height: 1.5;
	position: absolute;
	z-index: 1060
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=top] {
	padding: 7px 0 10px 0
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=right] {
	padding: 0 7px 0 10px
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=bottom] {
	padding: 10px 0 7px 0
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=left] {
	padding: 0 10px 0 7px
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=top] .oaof-tooltip-arrow {
	bottom: 3px;
	border-width: 7px 7px 0;
	border-top-color: rgba(217,217,217,.5)
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=top] .oaof-tooltip-arrow {
	left: 50%;
	margin-left: -arrow-width
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=top-start] .oaof-tooltip-arrow {
	left: 16px
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=top-end] .oaof-tooltip-arrow {
	right: 16px
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=right] .oaof-tooltip-arrow {
	left: 3px;
	border-width: 7px 7px 7px 0;
	border-right-color: rgba(217,217,217,.5)
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=right] .oaof-tooltip-arrow {
	top: 50%;
	margin-top: -arrow-width
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=right-start] .oaof-tooltip-arrow {
	top: 8px
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=right-end] .oaof-tooltip-arrow {
	bottom: 8px
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=left] .oaof-tooltip-arrow {
	right: 3px;
	border-width: 7px 0 7px 7px;
	border-left-color: rgba(217,217,217,.5)
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=left] .oaof-tooltip-arrow {
	top: 50%;
	margin-top: -arrow-width
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=left-start] .oaof-tooltip-arrow {
	top: 8px
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=left-end] .oaof-tooltip-arrow {
	bottom: 8px
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=bottom] .oaof-tooltip-arrow {
	top: 3px;
	border-width: 0 7px 7px;
	border-bottom-color: rgba(217,217,217,.5)
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=bottom] .oaof-tooltip-arrow {
	left: 50%;
	margin-left: -arrow-width
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=bottom-start] .oaof-tooltip-arrow {
	left: 16px
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement=bottom-end] .oaof-tooltip-arrow {
	right: 16px
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=top] .oaof-tooltip-arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -tooltip-arrow-width-light;
	border-bottom-width: 0;
	border-top-width: 7px;
	border-top-color: #fff
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=right] .oaof-tooltip-arrow:after {
	content: " ";
	left: 1px;
	bottom: -tooltip-arrow-width-light;
	border-left-width: 0;
	border-right-width: 7px;
	border-right-color: #fff
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=bottom] .oaof-tooltip-arrow:after {
	content: " ";
	top: 1px;
	margin-left: -tooltip-arrow-width-light;
	border-top-width: 0;
	border-bottom-width: 7px;
	border-bottom-color: #fff
}

.oaof-tooltip-light.oaof-tooltip-popper[x-placement^=left] .oaof-tooltip-arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-width: 7px;
	border-left-color: #fff;
	bottom: -tooltip-arrow-width-light
}

.oaof-tooltip-inner {
	max-width: 250px;
	padding: 8px 12px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: rgba(70,76,91,.9);
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	white-space: nowrap
}

.oaof-tooltip-inner-with-width {
	white-space: pre-wrap;
	text-align: justify
}

.oaof-tooltip-light .oaof-tooltip-inner {
	background-color: #fff;
	color: #666666
}

.oaof-tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.oaof-tooltip-light .oaof-tooltip-arrow {
	border-width: 8px
}

.oaof-tooltip-light .oaof-tooltip-arrow:after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-color: transparent;
	border-style: solid;
	content: "";
	border-width: 7px
}
/* poptip */

.oaof-poptip {
	display: inline-block
}

.oaof-poptip-rel {
	display: inline-block;
	position: relative
}

.oaof-poptip-title {
	margin: 0;
	padding: 8px 16px !important;
	position: relative
}

.oaof-poptip-title:after {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 0;
	background-color: #ebebeb
}

.oaof-poptip-title-inner {
	color: #17233d;
	font-size: 14px
}

.oaof-poptip-body {
	padding: 8px 16px !important;
}

.oaof-poptip-body-content {
	overflow: auto
}

.oaof-poptip-body-content-word-wrap {
	white-space: pre-wrap;
	text-align: justify
}

.oaof-poptip-body-content-inner {
	color: #666666
}

.oaof-poptip-inner {
	width: 100%;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	white-space: nowrap
}

.oaof-poptip-popper {
	min-width: auto;
	font-size: 14px;
	display: block;
	visibility: visible;
	font-size: 14px;
	line-height: 1.5;
	position: absolute;
	z-index: 1060
}

.oaof-poptip-popper[x-placement^=top] {
	padding: 7px 0 10px 0
}

.oaof-poptip-popper[x-placement^=right] {
	padding: 0 7px 0 10px
}

.oaof-poptip-popper[x-placement^=bottom] {
	padding: 10px 0 7px 0
}

.oaof-poptip-popper[x-placement^=left] {
	padding: 0 10px 0 7px
}

.oaof-poptip-popper[x-placement^=top] .oaof-poptip-arrow {
	bottom: 3px;
	border-width: 7px 7px 0;
	border-top-color: rgba(217,217,217,.5)
}

.oaof-poptip-popper[x-placement=top] .oaof-poptip-arrow {
	left: 50%;
	margin-left: -arrow-width
}

.oaof-poptip-popper[x-placement=top-start] .oaof-poptip-arrow {
	left: 16px
}

.oaof-poptip-popper[x-placement=top-end] .oaof-poptip-arrow {
	right: 16px
}

.oaof-poptip-popper[x-placement^=right] .oaof-poptip-arrow {
	left: 3px;
	border-width: 7px 7px 7px 0;
	border-right-color: rgba(217,217,217,.5)
}

.oaof-poptip-popper[x-placement=right] .oaof-poptip-arrow {
	top: 50%;
	margin-top: -arrow-width
}

.oaof-poptip-popper[x-placement=right-start] .oaof-poptip-arrow {
	top: 8px
}

.oaof-poptip-popper[x-placement=right-end] .oaof-poptip-arrow {
	bottom: 8px
}

.oaof-poptip-popper[x-placement^=left] .oaof-poptip-arrow {
	right: 3px;
	border-width: 7px 0 7px 7px;
	border-left-color: rgba(217,217,217,.5)
}

.oaof-poptip-popper[x-placement=left] .oaof-poptip-arrow {
	top: 50%;
	margin-top: -arrow-width
}

.oaof-poptip-popper[x-placement=left-start] .oaof-poptip-arrow {
	top: 8px
}

.oaof-poptip-popper[x-placement=left-end] .oaof-poptip-arrow {
	bottom: 8px
}

.oaof-poptip-popper[x-placement^=bottom] .oaof-poptip-arrow {
	top: 3px;
	border-width: 0 7px 7px;
	border-bottom-color: rgba(217,217,217,.5)
}

.oaof-poptip-popper[x-placement=bottom] .oaof-poptip-arrow {
	left: 50%;
	margin-left: -arrow-width
}

.oaof-poptip-popper[x-placement=bottom-start] .oaof-poptip-arrow {
	left: 16px
}

.oaof-poptip-popper[x-placement=bottom-end] .oaof-poptip-arrow {
	right: 16px
}

.oaof-poptip-popper[x-placement^=top] .oaof-poptip-arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -7px;
	border-bottom-width: 0;
	border-top-width: 7px;
	border-top-color: #fff
}

.oaof-poptip-popper[x-placement^=right] .oaof-poptip-arrow:after {
	content: " ";
	left: 1px;
	bottom: -7px;
	border-left-width: 0;
	border-right-width: 7px;
	border-right-color: #fff
}

.oaof-poptip-popper[x-placement^=bottom] .oaof-poptip-arrow:after {
	content: " ";
	top: 1px;
	margin-left: -7px;
	border-top-width: 0;
	border-bottom-width: 7px;
	border-bottom-color: #fff
}

.oaof-poptip-popper[x-placement^=left] .oaof-poptip-arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-width: 7px;
	border-left-color: #fff;
	bottom: -7px
}

.oaof-poptip-arrow,.oaof-poptip-arrow:after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-color: transparent;
	border-style: solid
}

.oaof-poptip-arrow {
	border-width: 8px
}

.oaof-poptip-arrow:after {
	content: "";
	border-width: 7px
}

.oaof-poptip-confirm .oaof-poptip-popper {
	max-width: 300px
}

.oaof-poptip-confirm .oaof-poptip-inner {
	white-space: normal
}

.oaof-poptip-confirm .oaof-poptip-body {
	padding: 16px 16px 8px
}

.oaof-poptip-confirm .oaof-poptip-body .oaof-icon {
	font-size: 16px;
	color: #f90;
	line-height: 18px;
	position: absolute
}

.oaof-poptip-confirm .oaof-poptip-body-message {
	padding-left: 20px
}

.oaof-poptip-confirm .oaof-poptip-footer {
	text-align: right;
	padding: 8px 16px 16px
}

.oaof-poptip-confirm .oaof-poptip-footer button {
	margin-left: 4px
}
/* icon */
.oaof-icon {
	display: inline-block;
	font-family: '微软雅黑';
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle
}
.oaof-icon-alert-info{
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-top: 6px;
  background: url(./img/notice-icon-info.png) no-repeat center;
}
.oaof-icon-alert-success{
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-top: 6px;
  background: url(./img/notice-icon-success.png) no-repeat center;
}
.oaof-icon-alert-warning{
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-top: 6px;
  background: url(./img/notice-icon-warning.png) no-repeat center;
}
.oaof-icon-alert-error{
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-top: 6px;
  background: url(./img/notice-icon-error.png) no-repeat center;
}
.oaof-icon-alert-confirm{
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-top: 6px;
  background: url(./img/notice-icon-success.png) no-repeat center;
}
.oaof-icon-error-close{
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background: url(./img/notice-icon-error.png) no-repeat center;
}
.oaof-icon-message-info{
  width: 20px;
  height: 20px;
  background: url(./img/notice-icon-info.png) no-repeat center;
  background-size: contain;
}
.oaof-icon-message-success{
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(./img/notice-icon-success.png) no-repeat center;
  background-size: contain;
}
.oaof-icon-message-warning{
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(./img/notice-icon-warning.png) no-repeat center;
  background-size: contain;
}
.oaof-icon-message-error{
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(./img/notice-icon-error.png) no-repeat center;
  background-size: contain;
}
.oaof-icon-message-confirm{
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(./img/notice-icon-success.png) no-repeat center;
  background-size: contain;
}
/* btn-group */
.oaof-btn-group:not(.oaof-btn-group-vertical) .oaof-btn-primary:not(:first-child):not(:last-child) {
	border-right-color: #1f5ee4;
	border-left-color: #1f5ee4
}

.oaof-btn-group:not(.oaof-btn-group-vertical) .oaof-btn-primary:first-child:not(:last-child) {
	border-right-color: #1f5ee4
}

.oaof-btn-group:not(.oaof-btn-group-vertical) .oaof-btn-primary:first-child:not(:last-child)[disabled] {
	border-right-color: #ebebeb
}

.oaof-btn-group:not(.oaof-btn-group-vertical) .oaof-btn-primary+.oaof-btn,.oaof-btn-group:not(.oaof-btn-group-vertical) .oaof-btn-primary:last-child:not(:first-child) {
	border-left-color: #1f5ee4
}

.oaof-btn-group:not(.oaof-btn-group-vertical) .oaof-btn-primary+.oaof-btn[disabled],.oaof-btn-group:not(.oaof-btn-group-vertical) .oaof-btn-primary:last-child:not(:first-child)[disabled] {
	border-left-color: #ebebeb
}

.oaof-btn-group-vertical .oaof-btn-primary:not(:first-child):not(:last-child) {
	border-top-color: #1f5ee4;
	border-bottom-color: #1f5ee4
}

.oaof-btn-group-vertical .oaof-btn-primary:first-child:not(:last-child) {
	border-bottom-color: #1f5ee4
}

.oaof-btn-group-vertical .oaof-btn-primary:first-child:not(:last-child)[disabled] {
	border-top-color: #ebebeb
}

.oaof-btn-group-vertical .oaof-btn-primary+.oaof-btn,.oaof-btn-group-vertical .oaof-btn-primary:last-child:not(:first-child) {
	border-top-color: #1f5ee4
}

.oaof-btn-group-vertical .oaof-btn-primary+.oaof-btn[disabled],.oaof-btn-group-vertical .oaof-btn-primary:last-child:not(:first-child)[disabled] {
	border-bottom-color: #ebebeb
}
/* oaof-btn */
.oaof-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	background: #fff;
	border: 1px solid #ebebeb;
	white-space: nowrap;
	line-height: 1.5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 4px 14px;
	font-size: 14px;
	border-radius: 4px;
	-webkit-transition: color .2s linear,background-color .2s linear,border .2s linear,-webkit-box-shadow .2s linear;
	transition: color .2s linear,background-color .2s linear,border .2s linear,-webkit-box-shadow .2s linear;
	transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear;
	transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear,-webkit-box-shadow .2s linear
}

.oaof-btn>.oaof-icon {
	vertical-align: middle;
	font-size: 14px
}

.oaof-btn-icon-only.oaof-btn-circle>.oaof-icon {
	vertical-align: baseline
}

.oaof-btn>span {
	vertical-align: middle
}

.oaof-btn,.oaof-btn:active,.oaof-btn:focus {
	outline: 0
}

.oaof-btn:not([disabled]):hover {
	text-decoration: none
}

.oaof-btn:not([disabled]):active {
	outline: 0
}

.oaof-btn.disabled,.oaof-btn[disabled] {
	cursor: not-allowed
}

.oaof-btn.disabled>*,.oaof-btn[disabled]>* {
	pointer-events: none
}

.oaof-btn-large {
	padding: 6px 15px 6px 15px;
	font-size: 16px;
	border-radius: 4px
}

.oaof-btn-small {
	padding: 1px 7px 2px;
	font-size: 14px;
	border-radius: 3px
}

.oaof-btn-icon-only {
	padding: 5px 15px 6px;
	font-size: 14px;
	border-radius: 4px
}

.oaof-btn-icon-only.oaof-btn-small {
	padding: 1px 7px 2px;
	font-size: 14px;
	border-radius: 3px
}

.oaof-btn-icon-only.oaof-btn-large {
	padding: 6px 15px 6px 15px;
	font-size: 16px;
	border-radius: 4px
}

.oaof-btn-long {
	width: 100%
}

.oaof-btn>.oaof-icon+span,.oaof-btn>span+.oaof-icon {
	margin-left: 4px
}

.oaof-btn-default {
	color: #666666;
	background-color: #fff;
	border-color: #ebebeb
}

.oaof-btn-default>a:only-child {
	color: currentColor
}

.oaof-btn-default>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-default.disabled,.oaof-btn-default.disabled.active,.oaof-btn-default.disabled:active,.oaof-btn-default.disabled:focus,.oaof-btn-default.disabled:hover,.oaof-btn-default[disabled],.oaof-btn-default[disabled].active,.oaof-btn-default[disabled]:active,.oaof-btn-default[disabled]:focus,.oaof-btn-default[disabled]:hover,fieldset[disabled] .oaof-btn-default,fieldset[disabled] .oaof-btn-default.active,fieldset[disabled] .oaof-btn-default:active,fieldset[disabled] .oaof-btn-default:focus,fieldset[disabled] .oaof-btn-default:hover {
	color: #c5c8ce;
	background-color: #f7f7f7;
	border-color: #ebebeb
}

.oaof-btn-default.disabled.active>a:only-child,.oaof-btn-default.disabled:active>a:only-child,.oaof-btn-default.disabled:focus>a:only-child,.oaof-btn-default.disabled:hover>a:only-child,.oaof-btn-default.disabled>a:only-child,.oaof-btn-default[disabled].active>a:only-child,.oaof-btn-default[disabled]:active>a:only-child,.oaof-btn-default[disabled]:focus>a:only-child,.oaof-btn-default[disabled]:hover>a:only-child,.oaof-btn-default[disabled]>a:only-child,fieldset[disabled] .oaof-btn-default.active>a:only-child,fieldset[disabled] .oaof-btn-default:active>a:only-child,fieldset[disabled] .oaof-btn-default:focus>a:only-child,fieldset[disabled] .oaof-btn-default:hover>a:only-child,fieldset[disabled] .oaof-btn-default>a:only-child {
	color: currentColor
}

.oaof-btn-default.disabled.active>a:only-child:after,.oaof-btn-default.disabled:active>a:only-child:after,.oaof-btn-default.disabled:focus>a:only-child:after,.oaof-btn-default.disabled:hover>a:only-child:after,.oaof-btn-default.disabled>a:only-child:after,.oaof-btn-default[disabled].active>a:only-child:after,.oaof-btn-default[disabled]:active>a:only-child:after,.oaof-btn-default[disabled]:focus>a:only-child:after,.oaof-btn-default[disabled]:hover>a:only-child:after,.oaof-btn-default[disabled]>a:only-child:after,fieldset[disabled] .oaof-btn-default.active>a:only-child:after,fieldset[disabled] .oaof-btn-default:active>a:only-child:after,fieldset[disabled] .oaof-btn-default:focus>a:only-child:after,fieldset[disabled] .oaof-btn-default:hover>a:only-child:after,fieldset[disabled] .oaof-btn-default>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-default:focus,.oaof-btn-default:hover {
	color: #004a86;
	background-color: #fff;
	border-color: #004a86
}

.oaof-btn-default:focus>a:only-child,.oaof-btn-default:hover>a:only-child {
	color: currentColor
}

.oaof-btn-default:focus>a:only-child:after,.oaof-btn-default:hover>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-default.active,.oaof-btn-default:active {
	color: #004a86;
	background-color: #fff;
	border-color: #004a86
}

.oaof-btn-default.active>a:only-child,.oaof-btn-default:active>a:only-child {
	color: currentColor
}

.oaof-btn-default.active>a:only-child:after,.oaof-btn-default:active>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-primary {
	color: #fff;
	background-color: #004a86;
	border-color: #004a86
}

.oaof-btn-primary>a:only-child {
	color: currentColor
}

.oaof-btn-primary>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-primary.disabled,.oaof-btn-primary.disabled.active,.oaof-btn-primary.disabled:active,.oaof-btn-primary.disabled:focus,.oaof-btn-primary.disabled:hover,.oaof-btn-primary[disabled],.oaof-btn-primary[disabled].active,.oaof-btn-primary[disabled]:active,.oaof-btn-primary[disabled]:focus,.oaof-btn-primary[disabled]:hover,fieldset[disabled] .oaof-btn-primary,fieldset[disabled] .oaof-btn-primary.active,fieldset[disabled] .oaof-btn-primary:active,fieldset[disabled] .oaof-btn-primary:focus,fieldset[disabled] .oaof-btn-primary:hover {
	color: #c5c8ce;
	background-color: #f7f7f7;
	border-color: #ebebeb
}

.oaof-btn-primary.disabled.active>a:only-child,.oaof-btn-primary.disabled:active>a:only-child,.oaof-btn-primary.disabled:focus>a:only-child,.oaof-btn-primary.disabled:hover>a:only-child,.oaof-btn-primary.disabled>a:only-child,.oaof-btn-primary[disabled].active>a:only-child,.oaof-btn-primary[disabled]:active>a:only-child,.oaof-btn-primary[disabled]:focus>a:only-child,.oaof-btn-primary[disabled]:hover>a:only-child,.oaof-btn-primary[disabled]>a:only-child,fieldset[disabled] .oaof-btn-primary.active>a:only-child,fieldset[disabled] .oaof-btn-primary:active>a:only-child,fieldset[disabled] .oaof-btn-primary:focus>a:only-child,fieldset[disabled] .oaof-btn-primary:hover>a:only-child,fieldset[disabled] .oaof-btn-primary>a:only-child {
	color: currentColor
}

.oaof-btn-primary.disabled.active>a:only-child:after,.oaof-btn-primary.disabled:active>a:only-child:after,.oaof-btn-primary.disabled:focus>a:only-child:after,.oaof-btn-primary.disabled:hover>a:only-child:after,.oaof-btn-primary.disabled>a:only-child:after,.oaof-btn-primary[disabled].active>a:only-child:after,.oaof-btn-primary[disabled]:active>a:only-child:after,.oaof-btn-primary[disabled]:focus>a:only-child:after,.oaof-btn-primary[disabled]:hover>a:only-child:after,.oaof-btn-primary[disabled]>a:only-child:after,fieldset[disabled] .oaof-btn-primary.active>a:only-child:after,fieldset[disabled] .oaof-btn-primary:active>a:only-child:after,fieldset[disabled] .oaof-btn-primary:focus>a:only-child:after,fieldset[disabled] .oaof-btn-primary:hover>a:only-child:after,fieldset[disabled] .oaof-btn-primary>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-primary:focus,.oaof-btn-primary:hover {
	color: #fff;
	background-color: #052b54;
	border-color: #052b54
}

.oaof-btn-primary:focus>a:only-child,.oaof-btn-primary:hover>a:only-child {
	color: currentColor
}

.oaof-btn-primary:focus>a:only-child:after,.oaof-btn-primary:hover>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-primary.active,.oaof-btn-primary:active {
	color: #fff;
	background-color: #004a86;
	border-color: #004a86
}

.oaof-btn-primary.active>a:only-child,.oaof-btn-primary:active>a:only-child {
	color: currentColor
}

.oaof-btn-primary.active>a:only-child:after,.oaof-btn-primary:active>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}


.oaof-btn-circle,.oaof-btn-circle-outline {
	border-radius: 32px
}

.oaof-btn-ghost {
	color: #004a86;
	background-color: #fff;
	border-color: #004a86
}

.oaof-btn-ghost>a:only-child {
	color: currentColor
}

.oaof-btn-ghost>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-ghost.disabled,.oaof-btn-ghost.disabled.active,.oaof-btn-ghost.disabled:active,.oaof-btn-ghost.disabled:focus,.oaof-btn-ghost.disabled:hover,.oaof-btn-ghost[disabled],.oaof-btn-ghost[disabled].active,.oaof-btn-ghost[disabled]:active,.oaof-btn-ghost[disabled]:focus,.oaof-btn-ghost[disabled]:hover,fieldset[disabled] .oaof-btn-ghost,fieldset[disabled] .oaof-btn-ghost.active,fieldset[disabled] .oaof-btn-ghost:active,fieldset[disabled] .oaof-btn-ghost:focus,fieldset[disabled] .oaof-btn-ghost:hover {
	color: #c5c8ce;
	background-color: #f7f7f7;
	border-color: #ebebeb
}

.oaof-btn-ghost.disabled.active>a:only-child,.oaof-btn-ghost.disabled:active>a:only-child,.oaof-btn-ghost.disabled:focus>a:only-child,.oaof-btn-ghost.disabled:hover>a:only-child,.oaof-btn-ghost.disabled>a:only-child,.oaof-btn-ghost[disabled].active>a:only-child,.oaof-btn-ghost[disabled]:active>a:only-child,.oaof-btn-ghost[disabled]:focus>a:only-child,.oaof-btn-ghost[disabled]:hover>a:only-child,.oaof-btn-ghost[disabled]>a:only-child,fieldset[disabled] .oaof-btn-ghost.active>a:only-child,fieldset[disabled] .oaof-btn-ghost:active>a:only-child,fieldset[disabled] .oaof-btn-ghost:focus>a:only-child,fieldset[disabled] .oaof-btn-ghost:hover>a:only-child,fieldset[disabled] .oaof-btn-ghost>a:only-child {
	color: currentColor
}

.oaof-btn-ghost.disabled.active>a:only-child:after,.oaof-btn-ghost.disabled:active>a:only-child:after,.oaof-btn-ghost.disabled:focus>a:only-child:after,.oaof-btn-ghost.disabled:hover>a:only-child:after,.oaof-btn-ghost.disabled>a:only-child:after,.oaof-btn-ghost[disabled].active>a:only-child:after,.oaof-btn-ghost[disabled]:active>a:only-child:after,.oaof-btn-ghost[disabled]:focus>a:only-child:after,.oaof-btn-ghost[disabled]:hover>a:only-child:after,.oaof-btn-ghost[disabled]>a:only-child:after,fieldset[disabled] .oaof-btn-ghost.active>a:only-child:after,fieldset[disabled] .oaof-btn-ghost:active>a:only-child:after,fieldset[disabled] .oaof-btn-ghost:focus>a:only-child:after,fieldset[disabled] .oaof-btn-ghost:hover>a:only-child:after,fieldset[disabled] .oaof-btn-ghost>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-ghost:focus,.oaof-btn-ghost:hover {
	color: #004a86;
	background-color: #fff;
	border-color: #004a86
}

.oaof-btn-ghost:focus>a:only-child,.oaof-btn-ghost:hover>a:only-child {
	color: currentColor
}

.oaof-btn-ghost:focus>a:only-child:after,.oaof-btn-ghost:hover>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-ghost.active,.oaof-btn-ghost:active {
	color: #004a86;
	background-color: #fff;
	border-color: #004a86
}

.oaof-btn-ghost.active>a:only-child,.oaof-btn-ghost:active>a:only-child {
	color: currentColor
}

.oaof-btn-ghost.active>a:only-child:after,.oaof-btn-ghost:active>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-dashed {
	color: #666666;
	background-color: #fff;
	border-color: #ebebeb;
	border-style: dashed
}

.oaof-btn-dashed>a:only-child {
	color: currentColor
}

.oaof-btn-dashed>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-dashed.disabled,.oaof-btn-dashed.disabled.active,.oaof-btn-dashed.disabled:active,.oaof-btn-dashed.disabled:focus,.oaof-btn-dashed.disabled:hover,.oaof-btn-dashed[disabled],.oaof-btn-dashed[disabled].active,.oaof-btn-dashed[disabled]:active,.oaof-btn-dashed[disabled]:focus,.oaof-btn-dashed[disabled]:hover,fieldset[disabled] .oaof-btn-dashed,fieldset[disabled] .oaof-btn-dashed.active,fieldset[disabled] .oaof-btn-dashed:active,fieldset[disabled] .oaof-btn-dashed:focus,fieldset[disabled] .oaof-btn-dashed:hover {
	color: #c5c8ce;
	background-color: #f7f7f7;
	border-color: #ebebeb
}

.oaof-btn-dashed.disabled.active>a:only-child,.oaof-btn-dashed.disabled:active>a:only-child,.oaof-btn-dashed.disabled:focus>a:only-child,.oaof-btn-dashed.disabled:hover>a:only-child,.oaof-btn-dashed.disabled>a:only-child,.oaof-btn-dashed[disabled].active>a:only-child,.oaof-btn-dashed[disabled]:active>a:only-child,.oaof-btn-dashed[disabled]:focus>a:only-child,.oaof-btn-dashed[disabled]:hover>a:only-child,.oaof-btn-dashed[disabled]>a:only-child,fieldset[disabled] .oaof-btn-dashed.active>a:only-child,fieldset[disabled] .oaof-btn-dashed:active>a:only-child,fieldset[disabled] .oaof-btn-dashed:focus>a:only-child,fieldset[disabled] .oaof-btn-dashed:hover>a:only-child,fieldset[disabled] .oaof-btn-dashed>a:only-child {
	color: currentColor
}

.oaof-btn-dashed.disabled.active>a:only-child:after,.oaof-btn-dashed.disabled:active>a:only-child:after,.oaof-btn-dashed.disabled:focus>a:only-child:after,.oaof-btn-dashed.disabled:hover>a:only-child:after,.oaof-btn-dashed.disabled>a:only-child:after,.oaof-btn-dashed[disabled].active>a:only-child:after,.oaof-btn-dashed[disabled]:active>a:only-child:after,.oaof-btn-dashed[disabled]:focus>a:only-child:after,.oaof-btn-dashed[disabled]:hover>a:only-child:after,.oaof-btn-dashed[disabled]>a:only-child:after,fieldset[disabled] .oaof-btn-dashed.active>a:only-child:after,fieldset[disabled] .oaof-btn-dashed:active>a:only-child:after,fieldset[disabled] .oaof-btn-dashed:focus>a:only-child:after,fieldset[disabled] .oaof-btn-dashed:hover>a:only-child:after,fieldset[disabled] .oaof-btn-dashed>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-dashed:hover {
	color: #004a86;
	background-color: #fff;
	border-color: #004a86
}

.oaof-btn-dashed:hover>a:only-child {
	color: currentColor
}

.oaof-btn-dashed:hover>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-dashed.active,.oaof-btn-dashed:active {
	color: #004a86;
	background-color: #fff;
	border-color: #004a86
}

.oaof-btn-dashed.active>a:only-child,.oaof-btn-dashed:active>a:only-child {
	color: currentColor
}

.oaof-btn-dashed.active>a:only-child:after,.oaof-btn-dashed:active>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-text {
	color: #666666;
	background-color: transparent;
  border-color: transparent;
  padding:0 10px;
}

.oaof-btn-text>a:only-child {
	color: currentColor
}

.oaof-btn-text>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-text.disabled,.oaof-btn-text.disabled.active,.oaof-btn-text.disabled:active,.oaof-btn-text.disabled:focus,.oaof-btn-text.disabled:hover,.oaof-btn-text[disabled],.oaof-btn-text[disabled].active,.oaof-btn-text[disabled]:active,.oaof-btn-text[disabled]:focus,.oaof-btn-text[disabled]:hover,fieldset[disabled] .oaof-btn-text,fieldset[disabled] .oaof-btn-text.active,fieldset[disabled] .oaof-btn-text:active,fieldset[disabled] .oaof-btn-text:focus,fieldset[disabled] .oaof-btn-text:hover {
	color: #c5c8ce;
	background-color: #f7f7f7;
	border-color: #ebebeb
}

.oaof-btn-text.disabled.active>a:only-child,.oaof-btn-text.disabled:active>a:only-child,.oaof-btn-text.disabled:focus>a:only-child,.oaof-btn-text.disabled:hover>a:only-child,.oaof-btn-text.disabled>a:only-child,.oaof-btn-text[disabled].active>a:only-child,.oaof-btn-text[disabled]:active>a:only-child,.oaof-btn-text[disabled]:focus>a:only-child,.oaof-btn-text[disabled]:hover>a:only-child,.oaof-btn-text[disabled]>a:only-child,fieldset[disabled] .oaof-btn-text.active>a:only-child,fieldset[disabled] .oaof-btn-text:active>a:only-child,fieldset[disabled] .oaof-btn-text:focus>a:only-child,fieldset[disabled] .oaof-btn-text:hover>a:only-child,fieldset[disabled] .oaof-btn-text>a:only-child {
	color: currentColor
}

.oaof-btn-text.disabled.active>a:only-child:after,.oaof-btn-text.disabled:active>a:only-child:after,.oaof-btn-text.disabled:focus>a:only-child:after,.oaof-btn-text.disabled:hover>a:only-child:after,.oaof-btn-text.disabled>a:only-child:after,.oaof-btn-text[disabled].active>a:only-child:after,.oaof-btn-text[disabled]:active>a:only-child:after,.oaof-btn-text[disabled]:focus>a:only-child:after,.oaof-btn-text[disabled]:hover>a:only-child:after,.oaof-btn-text[disabled]>a:only-child:after,fieldset[disabled] .oaof-btn-text.active>a:only-child:after,fieldset[disabled] .oaof-btn-text:active>a:only-child:after,fieldset[disabled] .oaof-btn-text:focus>a:only-child:after,fieldset[disabled] .oaof-btn-text:hover>a:only-child:after,fieldset[disabled] .oaof-btn-text>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-text.disabled,.oaof-btn-text.disabled.active,.oaof-btn-text.disabled:active,.oaof-btn-text.disabled:focus,.oaof-btn-text.disabled:hover,.oaof-btn-text[disabled],.oaof-btn-text[disabled].active,.oaof-btn-text[disabled]:active,.oaof-btn-text[disabled]:focus,.oaof-btn-text[disabled]:hover,fieldset[disabled] .oaof-btn-text,fieldset[disabled] .oaof-btn-text.active,fieldset[disabled] .oaof-btn-text:active,fieldset[disabled] .oaof-btn-text:focus,fieldset[disabled] .oaof-btn-text:hover {
	color: #c5c8ce;
	background-color: transparent;
	border-color: transparent
}

.oaof-btn-text.disabled.active>a:only-child,.oaof-btn-text.disabled:active>a:only-child,.oaof-btn-text.disabled:focus>a:only-child,.oaof-btn-text.disabled:hover>a:only-child,.oaof-btn-text.disabled>a:only-child,.oaof-btn-text[disabled].active>a:only-child,.oaof-btn-text[disabled]:active>a:only-child,.oaof-btn-text[disabled]:focus>a:only-child,.oaof-btn-text[disabled]:hover>a:only-child,.oaof-btn-text[disabled]>a:only-child,fieldset[disabled] .oaof-btn-text.active>a:only-child,fieldset[disabled] .oaof-btn-text:active>a:only-child,fieldset[disabled] .oaof-btn-text:focus>a:only-child,fieldset[disabled] .oaof-btn-text:hover>a:only-child,fieldset[disabled] .oaof-btn-text>a:only-child {
	color: currentColor
}

.oaof-btn-text.disabled.active>a:only-child:after,.oaof-btn-text.disabled:active>a:only-child:after,.oaof-btn-text.disabled:focus>a:only-child:after,.oaof-btn-text.disabled:hover>a:only-child:after,.oaof-btn-text.disabled>a:only-child:after,.oaof-btn-text[disabled].active>a:only-child:after,.oaof-btn-text[disabled]:active>a:only-child:after,.oaof-btn-text[disabled]:focus>a:only-child:after,.oaof-btn-text[disabled]:hover>a:only-child:after,.oaof-btn-text[disabled]>a:only-child:after,fieldset[disabled] .oaof-btn-text.active>a:only-child:after,fieldset[disabled] .oaof-btn-text:active>a:only-child:after,fieldset[disabled] .oaof-btn-text:focus>a:only-child:after,fieldset[disabled] .oaof-btn-text:hover>a:only-child:after,fieldset[disabled] .oaof-btn-text>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-text:hover {
	color: #004a86;
	background-color: transparent;
	border-color: transparent
}

.oaof-btn-text:hover>a:only-child {
	color: currentColor
}

.oaof-btn-text:hover>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-text.active,.oaof-btn-text:active {
	color: #004a86;
	background-color: transparent;
	border-color: transparent
}

.oaof-btn-text.active>a:only-child,.oaof-btn-text:active>a:only-child {
	color: currentColor
}

.oaof-btn-text.active>a:only-child:after,.oaof-btn-text:active>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-success {
	color: #fff;
	background-color: #19be6b;
	border-color: #19be6b
}

.oaof-btn-success>a:only-child {
	color: currentColor
}

.oaof-btn-success>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-success.disabled,.oaof-btn-success.disabled.active,.oaof-btn-success.disabled:active,.oaof-btn-success.disabled:focus,.oaof-btn-success.disabled:hover,.oaof-btn-success[disabled],.oaof-btn-success[disabled].active,.oaof-btn-success[disabled]:active,.oaof-btn-success[disabled]:focus,.oaof-btn-success[disabled]:hover,fieldset[disabled] .oaof-btn-success,fieldset[disabled] .oaof-btn-success.active,fieldset[disabled] .oaof-btn-success:active,fieldset[disabled] .oaof-btn-success:focus,fieldset[disabled] .oaof-btn-success:hover {
	color: #c5c8ce;
	background-color: #f7f7f7;
	border-color: #ebebeb
}

.oaof-btn-success.disabled.active>a:only-child,.oaof-btn-success.disabled:active>a:only-child,.oaof-btn-success.disabled:focus>a:only-child,.oaof-btn-success.disabled:hover>a:only-child,.oaof-btn-success.disabled>a:only-child,.oaof-btn-success[disabled].active>a:only-child,.oaof-btn-success[disabled]:active>a:only-child,.oaof-btn-success[disabled]:focus>a:only-child,.oaof-btn-success[disabled]:hover>a:only-child,.oaof-btn-success[disabled]>a:only-child,fieldset[disabled] .oaof-btn-success.active>a:only-child,fieldset[disabled] .oaof-btn-success:active>a:only-child,fieldset[disabled] .oaof-btn-success:focus>a:only-child,fieldset[disabled] .oaof-btn-success:hover>a:only-child,fieldset[disabled] .oaof-btn-success>a:only-child {
	color: currentColor
}

.oaof-btn-success.disabled.active>a:only-child:after,.oaof-btn-success.disabled:active>a:only-child:after,.oaof-btn-success.disabled:focus>a:only-child:after,.oaof-btn-success.disabled:hover>a:only-child:after,.oaof-btn-success.disabled>a:only-child:after,.oaof-btn-success[disabled].active>a:only-child:after,.oaof-btn-success[disabled]:active>a:only-child:after,.oaof-btn-success[disabled]:focus>a:only-child:after,.oaof-btn-success[disabled]:hover>a:only-child:after,.oaof-btn-success[disabled]>a:only-child:after,fieldset[disabled] .oaof-btn-success.active>a:only-child:after,fieldset[disabled] .oaof-btn-success:active>a:only-child:after,fieldset[disabled] .oaof-btn-success:focus>a:only-child:after,fieldset[disabled] .oaof-btn-success:hover>a:only-child:after,fieldset[disabled] .oaof-btn-success>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-success.active,.oaof-btn-success:active,.oaof-btn-success:focus,.oaof-btn-success:hover {
	color: #fff;
	background-color: #47cb88;
	border-color: #47cb88
}

.oaof-btn-warning {
	color: #fff;
	background-color: #f90;
	border-color: #f90
}

.oaof-btn-warning>a:only-child {
	color: currentColor
}

.oaof-btn-warning>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-warning.disabled,.oaof-btn-warning.disabled.active,.oaof-btn-warning.disabled:active,.oaof-btn-warning.disabled:focus,.oaof-btn-warning.disabled:hover,.oaof-btn-warning[disabled],.oaof-btn-warning[disabled].active,.oaof-btn-warning[disabled]:active,.oaof-btn-warning[disabled]:focus,.oaof-btn-warning[disabled]:hover,fieldset[disabled] .oaof-btn-warning,fieldset[disabled] .oaof-btn-warning.active,fieldset[disabled] .oaof-btn-warning:active,fieldset[disabled] .oaof-btn-warning:focus,fieldset[disabled] .oaof-btn-warning:hover {
	color: #c5c8ce;
	background-color: #f7f7f7;
	border-color: #ebebeb
}

.oaof-btn-warning.disabled.active>a:only-child,.oaof-btn-warning.disabled:active>a:only-child,.oaof-btn-warning.disabled:focus>a:only-child,.oaof-btn-warning.disabled:hover>a:only-child,.oaof-btn-warning.disabled>a:only-child,.oaof-btn-warning[disabled].active>a:only-child,.oaof-btn-warning[disabled]:active>a:only-child,.oaof-btn-warning[disabled]:focus>a:only-child,.oaof-btn-warning[disabled]:hover>a:only-child,.oaof-btn-warning[disabled]>a:only-child,fieldset[disabled] .oaof-btn-warning.active>a:only-child,fieldset[disabled] .oaof-btn-warning:active>a:only-child,fieldset[disabled] .oaof-btn-warning:focus>a:only-child,fieldset[disabled] .oaof-btn-warning:hover>a:only-child,fieldset[disabled] .oaof-btn-warning>a:only-child {
	color: currentColor
}

.oaof-btn-warning.disabled.active>a:only-child:after,.oaof-btn-warning.disabled:active>a:only-child:after,.oaof-btn-warning.disabled:focus>a:only-child:after,.oaof-btn-warning.disabled:hover>a:only-child:after,.oaof-btn-warning.disabled>a:only-child:after,.oaof-btn-warning[disabled].active>a:only-child:after,.oaof-btn-warning[disabled]:active>a:only-child:after,.oaof-btn-warning[disabled]:focus>a:only-child:after,.oaof-btn-warning[disabled]:hover>a:only-child:after,.oaof-btn-warning[disabled]>a:only-child:after,fieldset[disabled] .oaof-btn-warning.active>a:only-child:after,fieldset[disabled] .oaof-btn-warning:active>a:only-child:after,fieldset[disabled] .oaof-btn-warning:focus>a:only-child:after,fieldset[disabled] .oaof-btn-warning:hover>a:only-child:after,fieldset[disabled] .oaof-btn-warning>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-warning.active,.oaof-btn-warning:active,.oaof-btn-warning:focus,.oaof-btn-warning:hover {
	color: #fff;
	background-color: #ffad33;
	border-color: #ffad33
}

.oaof-btn-error {
	color: #fff;
	background-color: #ed4014;
	border-color: #ed4014
}

.oaof-btn-error>a:only-child {
	color: currentColor
}

.oaof-btn-error>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-error.disabled,.oaof-btn-error.disabled.active,.oaof-btn-error.disabled:active,.oaof-btn-error.disabled:focus,.oaof-btn-error.disabled:hover,.oaof-btn-error[disabled],.oaof-btn-error[disabled].active,.oaof-btn-error[disabled]:active,.oaof-btn-error[disabled]:focus,.oaof-btn-error[disabled]:hover,fieldset[disabled] .oaof-btn-error,fieldset[disabled] .oaof-btn-error.active,fieldset[disabled] .oaof-btn-error:active,fieldset[disabled] .oaof-btn-error:focus,fieldset[disabled] .oaof-btn-error:hover {
	color: #c5c8ce;
	background-color: #f7f7f7;
	border-color: #ebebeb
}

.oaof-btn-error.disabled.active>a:only-child,.oaof-btn-error.disabled:active>a:only-child,.oaof-btn-error.disabled:focus>a:only-child,.oaof-btn-error.disabled:hover>a:only-child,.oaof-btn-error.disabled>a:only-child,.oaof-btn-error[disabled].active>a:only-child,.oaof-btn-error[disabled]:active>a:only-child,.oaof-btn-error[disabled]:focus>a:only-child,.oaof-btn-error[disabled]:hover>a:only-child,.oaof-btn-error[disabled]>a:only-child,fieldset[disabled] .oaof-btn-error.active>a:only-child,fieldset[disabled] .oaof-btn-error:active>a:only-child,fieldset[disabled] .oaof-btn-error:focus>a:only-child,fieldset[disabled] .oaof-btn-error:hover>a:only-child,fieldset[disabled] .oaof-btn-error>a:only-child {
	color: currentColor
}

.oaof-btn-error.disabled.active>a:only-child:after,.oaof-btn-error.disabled:active>a:only-child:after,.oaof-btn-error.disabled:focus>a:only-child:after,.oaof-btn-error.disabled:hover>a:only-child:after,.oaof-btn-error.disabled>a:only-child:after,.oaof-btn-error[disabled].active>a:only-child:after,.oaof-btn-error[disabled]:active>a:only-child:after,.oaof-btn-error[disabled]:focus>a:only-child:after,.oaof-btn-error[disabled]:hover>a:only-child:after,.oaof-btn-error[disabled]>a:only-child:after,fieldset[disabled] .oaof-btn-error.active>a:only-child:after,fieldset[disabled] .oaof-btn-error:active>a:only-child:after,fieldset[disabled] .oaof-btn-error:focus>a:only-child:after,fieldset[disabled] .oaof-btn-error:hover>a:only-child:after,fieldset[disabled] .oaof-btn-error>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-error.active,.oaof-btn-error:active,.oaof-btn-error:focus,.oaof-btn-error:hover {
	color: #fff;
	background-color: #f06643;
	border-color: #f06643
}

.oaof-btn-info {
	color: #fff;
	background-color: #2db7f5;
	border-color: #2db7f5
}

.oaof-btn-info>a:only-child {
	color: currentColor
}

.oaof-btn-info>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-info.disabled,.oaof-btn-info.disabled.active,.oaof-btn-info.disabled:active,.oaof-btn-info.disabled:focus,.oaof-btn-info.disabled:hover,.oaof-btn-info[disabled],.oaof-btn-info[disabled].active,.oaof-btn-info[disabled]:active,.oaof-btn-info[disabled]:focus,.oaof-btn-info[disabled]:hover,fieldset[disabled] .oaof-btn-info,fieldset[disabled] .oaof-btn-info.active,fieldset[disabled] .oaof-btn-info:active,fieldset[disabled] .oaof-btn-info:focus,fieldset[disabled] .oaof-btn-info:hover {
	color: #c5c8ce;
	background-color: #f7f7f7;
	border-color: #ebebeb
}

.oaof-btn-info.disabled.active>a:only-child,.oaof-btn-info.disabled:active>a:only-child,.oaof-btn-info.disabled:focus>a:only-child,.oaof-btn-info.disabled:hover>a:only-child,.oaof-btn-info.disabled>a:only-child,.oaof-btn-info[disabled].active>a:only-child,.oaof-btn-info[disabled]:active>a:only-child,.oaof-btn-info[disabled]:focus>a:only-child,.oaof-btn-info[disabled]:hover>a:only-child,.oaof-btn-info[disabled]>a:only-child,fieldset[disabled] .oaof-btn-info.active>a:only-child,fieldset[disabled] .oaof-btn-info:active>a:only-child,fieldset[disabled] .oaof-btn-info:focus>a:only-child,fieldset[disabled] .oaof-btn-info:hover>a:only-child,fieldset[disabled] .oaof-btn-info>a:only-child {
	color: currentColor
}

.oaof-btn-info.disabled.active>a:only-child:after,.oaof-btn-info.disabled:active>a:only-child:after,.oaof-btn-info.disabled:focus>a:only-child:after,.oaof-btn-info.disabled:hover>a:only-child:after,.oaof-btn-info.disabled>a:only-child:after,.oaof-btn-info[disabled].active>a:only-child:after,.oaof-btn-info[disabled]:active>a:only-child:after,.oaof-btn-info[disabled]:focus>a:only-child:after,.oaof-btn-info[disabled]:hover>a:only-child:after,.oaof-btn-info[disabled]>a:only-child:after,fieldset[disabled] .oaof-btn-info.active>a:only-child:after,fieldset[disabled] .oaof-btn-info:active>a:only-child:after,fieldset[disabled] .oaof-btn-info:focus>a:only-child:after,fieldset[disabled] .oaof-btn-info:hover>a:only-child:after,fieldset[disabled] .oaof-btn-info>a:only-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: 0 0
}

.oaof-btn-info.active,.oaof-btn-info:active,.oaof-btn-info:focus,.oaof-btn-info:hover {
	color: #fff;
	background-color: #57c5f7;
	border-color: #57c5f7
}

.oaof-btn:before {
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	background: #fff;
	opacity: .35;
	content: '';
	border-radius: inherit;
	z-index: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	display: none
}

.oaof-btn.oaof-btn-loading {
	pointer-events: none;
	position: relative
}

.oaof-btn.oaof-btn-loading:before {
	display: block
}

.oaof-btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.oaof-btn-group>.oaof-btn {
	position: relative;
	float: left
}

.oaof-btn-group>.oaof-btn.active,.oaof-btn-group>.oaof-btn:active,.oaof-btn-group>.oaof-btn:hover {
	z-index: 2
}

.oaof-btn-group .oaof-btn-icon-only .oaof-icon {
	font-size: 14px;
	position: relative
}

.oaof-btn-group-large .oaof-btn-icon-only .oaof-icon {
	font-size: 16px
}

.oaof-btn-group-small .oaof-btn-icon-only .oaof-icon {
	font-size: 14px
}

.oaof-btn-group-circle .oaof-btn {
	border-radius: 32px
}

.oaof-btn-group-large.oaof-btn-group-circle .oaof-btn {
	border-radius: 36px
}

.oaof-btn-group-large>.oaof-btn {
	padding: 6px 15px 6px 15px;
	font-size: 16px;
	border-radius: 4px
}

.oaof-btn-group-small.oaof-btn-group-circle .oaof-btn {
	border-radius: 24px
}

.oaof-btn-group-small>.oaof-btn {
	padding: 1px 7px 2px;
	font-size: 14px;
	border-radius: 3px
}

.oaof-btn-group-small>.oaof-btn>.oaof-icon {
	font-size: 14px
}

.oaof-btn-group-small .oaof-btn-icon-only {
	padding: 1px 7px 2px;
	font-size: 14px;
	border-radius: 3px
}

.oaof-btn-group-large .oaof-btn-icon-only {
	padding: 6px 15px 6px 15px;
	font-size: 16px;
	border-radius: 4px
}

.oaof-btn+.oaof-btn-group,.oaof-btn-group .oaof-btn+.oaof-btn,.oaof-btn-group+.oaof-btn,.oaof-btn-group+.oaof-btn-group {
	margin-left: -1px
}

.oaof-btn-group .oaof-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.oaof-btn-group:not(.oaof-btn-group-vertical)>.oaof-btn:first-child {
	margin-left: 0
}

.oaof-btn-group:not(.oaof-btn-group-vertical)>.oaof-btn:first-child:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.oaof-btn-group:not(.oaof-btn-group-vertical)>.oaof-btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.oaof-btn-group>.oaof-btn-group {
	float: left
}

.oaof-btn-group>.oaof-btn-group:not(:first-child):not(:last-child)>.oaof-btn {
	border-radius: 0
}

.oaof-btn-group:not(.oaof-btn-group-vertical)>.oaof-btn-group:first-child:not(:last-child)>.oaof-btn:last-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	padding-right: 8px
}

.oaof-btn-group:not(.oaof-btn-group-vertical)>.oaof-btn-group:last-child:not(:first-child)>.oaof-btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding-left: 8px
}

.oaof-btn-group-vertical {
	display: inline-block;
	vertical-align: middle
}

.oaof-btn-group-vertical>.oaof-btn {
	display: block;
	width: 100%;
	max-width: 100%;
	float: none
}

.oaof-btn+.oaof-btn-group-vertical,.oaof-btn-group-vertical .oaof-btn+.oaof-btn,.oaof-btn-group-vertical+.oaof-btn,.oaof-btn-group-vertical+.oaof-btn-group-vertical {
	margin-top: -1px;
	margin-left: 0
}

.oaof-btn-group-vertical>.oaof-btn:first-child {
	margin-top: 0
}

.oaof-btn-group-vertical>.oaof-btn:first-child:not(:last-child) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.oaof-btn-group-vertical>.oaof-btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.oaof-btn-group-vertical>.oaof-btn-group-vertical:first-child:not(:last-child)>.oaof-btn:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-bottom: 8px
}

.oaof-btn-group-vertical>.oaof-btn-group-vertical:last-child:not(:first-child)>.oaof-btn:first-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	padding-top: 8px
}

.oaof-btn-ghost {
	background: 0 0
}

.oaof-btn-ghost:hover {
	background: 0 0
}

.oaof-btn-ghost.oaof-btn-dashed,.oaof-btn-ghost.oaof-btn-default {
	color: #fff;
	border-color: #fff
}

.oaof-btn-ghost.oaof-btn-dashed:hover,.oaof-btn-ghost.oaof-btn-default:hover {
	color: #004a86;
	border-color: #004a86
}

.oaof-btn-ghost.oaof-btn-primary {
	color: #004a86;
	border-color: #004a86
}

.oaof-btn-ghost.oaof-btn-primary:hover {
	color: #004a86;
	border-color: #004a86
}

.oaof-btn-ghost.oaof-btn-info {
	color: #2db7f5
}

.oaof-btn-ghost.oaof-btn-info:hover {
	color: #57c5f7;
	background: fade(#f4fbfe,50%)
}

.oaof-btn-ghost.oaof-btn-success {
	color: #19be6b
}

.oaof-btn-ghost.oaof-btn-success:hover {
	color: #47cb88;
	background: fade(#f3fbf7,50%)
}

.oaof-btn-ghost.oaof-btn-warning {
	color: #f90
}

.oaof-btn-ghost.oaof-btn-warning:hover {
	color: #ffad33;
	background: fade(#fff9f2,50%)
}

.oaof-btn-ghost.oaof-btn-error {
	color: #ed4014
}

.oaof-btn-ghost.oaof-btn-error:hover {
	color: #f06643;
	background: fade(#fef5f3,50%)
}

.oaof-btn-ghost.oaof-btn-dashed[disabled],.oaof-btn-ghost.oaof-btn-default[disabled],.oaof-btn-ghost.oaof-btn-error[disabled],.oaof-btn-ghost.oaof-btn-info[disabled],.oaof-btn-ghost.oaof-btn-primary[disabled],.oaof-btn-ghost.oaof-btn-success[disabled],.oaof-btn-ghost.oaof-btn-warning[disabled] {
	background: 0 0;
	color: #666666;
	border-color: #ebebeb
}

.oaof-btn-ghost.oaof-btn-text[disabled] {
	background: 0 0;
	color: #666666
}

.oaof-btn-circle.oaof-btn-large {
	border-radius: 36px
}

.oaof-btn-circle.oaof-btn-size {
	border-radius: 24px
}

.oaof-btn-circle.oaof-btn-icon-only {
	border-radius: 100%;
	width: 32px;
	height: 32px;
	padding: 0;
	font-size: 16px;
	border-radius: 50%
}

.btn-link {
	color: #666666
}

.btn-link:hover {
	color: primary-color-hover
}
/* message */

.oaof-message {
	font-size: 14px;
	position: fixed;
	z-index: 1010;
	width: 100%;
	top: 16px;
	left: 0;
	pointer-events: none
}

.oaof-message-notice {
	padding: 8px;
	text-align: center;
	-webkit-transition: height .3s ease-in-out,padding .3s ease-in-out;
	transition: height .3s ease-in-out,padding .3s ease-in-out
}

.oaof-message-notice:first-child {
	margin-top: -8px
}

.oaof-message-notice-close {
	position: absolute;
	right: 4px;
	top: 0px;
	color: #999;
	outline: 0
}

.oaof-message-notice-close i.oaof-icon {
	font-size: 22px;
	color: #999;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	position: relative;
	top: -3px
}

.oaof-message-notice-close i.oaof-icon:hover {
	color: #666
}

.oaof-message-notice-content {
	display: inline-block;
	pointer-events: all;
	padding: 8px 16px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	background: #fff;
	position: relative;
	line-height: 20px;
}

.oaof-message-notice-content-text {
	display: inline-block
}

.oaof-message-notice-closable .oaof-message-notice-content-text {
	padding-right: 32px
}

.oaof-message-success .oaof-icon {
	color: #19be6b
}

.oaof-message-error .oaof-icon {
	color: #ed4014
}

.oaof-message-warning .oaof-icon {
	color: #f90
}

.oaof-message-info .oaof-icon,.oaof-message-loading .oaof-icon {
	color: #004a86
}

.oaof-message .oaof-icon {
	margin-right: 4px;
	font-size: 16px;
	vertical-align: middle
}

.oaof-message-custom-content span {
  vertical-align: middle;
  color: #333333;
}

.oaof-message {
	z-index: 1999
}

.oaof-icon-message-loading:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(./img/notice-icon-loading.png) no-repeat center;
}
/* modal */

.oaof-modal {
	width: auto;
	margin: 0 auto;
	position: relative;
	outline: 0;
	top: 100px
}

.oaof-modal-hidden {
	display: none!important
}

.oaof-modal-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.oaof-modal-wrap * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

.oaof-modal-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(55,55,55,.6);
	height: 100%
}

.oaof-modal-mask-hidden {
	display: none
}

.oaof-modal-content {
	position: relative;
	background-color: #fff;
	border: 0;
	border-radius: 6px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,.15);
	box-shadow: 0 4px 12px rgba(0,0,0,.15)
}

.oaof-modal-content-no-mask {
	pointer-events: auto
}

.oaof-modal-content-drag {
	position: absolute
}

.oaof-modal-content-drag .oaof-modal-header {
	cursor: move
}

.oaof-modal-content-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.oaof-modal-header {
	border-bottom: 1px solid #ebebeb;
	padding: 14px 16px;
	line-height: 1
}

.oaof-modal-header p,.oaof-modal-header-inner {
	display: inline-block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #17233d;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.oaof-modal-header p i {
	vertical-align: middle
}

.oaof-modal-close {
	z-index: 1;
	font-size: 14px;
	position: absolute;
	right: 8px;
	top: 8px;
	overflow: hidden;
	cursor: pointer
}

.oaof-modal-close .oaof-icon-ios-close {
	font-size: 31px;
	color: #999;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	position: relative;
	top: 1px
}

.oaof-modal-close .oaof-icon-ios-close:hover {
	color: #666
}

.oaof-modal-body {
	padding: 10px 16px;
	font-size: 14px;
	line-height: 1.5;
	color: #666
}

.oaof-modal-footer {
	border-top: 1px solid #ebebeb;
	padding: 12px 18px 12px 18px;
	text-align: right
}

.oaof-modal-footer button+button {
	margin-left: 8px;
	margin-bottom: 0
}

.oaof-modal-fullscreen {
	width: 100%!important;
	top: 0;
	bottom: 0;
	position: absolute
}

.oaof-modal-fullscreen .oaof-modal-content {
	width: 100%;
	border-radius: 0;
	position: absolute;
	top: 0;
	bottom: 0
}

.oaof-modal-fullscreen .oaof-modal-body {
	width: 100%;
	overflow: auto;
	position: absolute;
	top: 51px;
	bottom: 61px
}

.oaof-modal-fullscreen-no-header .oaof-modal-body {
	top: 0
}

.oaof-modal-fullscreen-no-footer .oaof-modal-body {
	bottom: 0
}

.oaof-modal-fullscreen .oaof-modal-footer {
	position: absolute;
	width: 100%;
	bottom: 0
}

.oaof-modal-no-mask {
	pointer-events: none
}

@media (max-width:768px) {
	.oaof-modal {
		width: auto!important;
		margin: 10px
	}

	.vertical-center-modal .oaof-modal {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

.oaof-modal-confirm {
	padding: 0 4px
}

.oaof-modal-confirm-head {
	padding: 0 12px 0 0
}

.oaof-modal-confirm-head-icon {
	display: inline-block;
	font-size: 28px;
	vertical-align: middle;
	position: relative;
	top: -2px
}

.oaof-modal-confirm-head-icon-info {
	color: #004a86
}

.oaof-modal-confirm-head-icon-success {
	color: #19be6b
}

.oaof-modal-confirm-head-icon-warning {
	color: #f90
}

.oaof-modal-confirm-head-icon-error {
	color: #ed4014
}

.oaof-modal-confirm-head-icon-confirm {
	color: #f90
}

.oaof-modal-confirm-head-title {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	font-size: 16px;
	color: #17233d;
	font-weight: 700
}

.oaof-modal-confirm-body {
	padding-left: 42px;
	font-size: 14px;
	color: #666666;
	position: relative
}

.oaof-modal-confirm-body-render {
	margin: 0;
	padding: 0
}

.oaof-modal-confirm-footer {
	margin-top: 20px;
	text-align: right
}

.oaof-modal-confirm-footer button+button {
	margin-left: 8px;
	margin-bottom: 0
}

.oaof-modal-close .oaof-icon-ios-close-empty {
	font-size: 31px;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #999;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	position: relative;
	top: 1px
}

.oaof-modal-content.fixed {
	height: auto;
	padding: 50px 0
}

.oaof-modal-content.fixed .oaof-modal-header {
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	border-radius: 6px 6px 0 0
}

.oaof-modal-content.fixed .oaof-modal-body {
	height: auto;
	overflow: auto
}

.oaof-modal-content.fixed .oaof-modal-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
	border-radius: 0 0 6px 6px
}

