/**
 * MrFensi.UI.pc v0.618
 * Browser support: IE8+
 * Released on: June 18, 2017
 * http://ui.mrfensi.com
 */
 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin:0;
	padding:0;
}

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

body {
	margin: 0;
	padding: 0;
	outline: 0;
}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

button, input, optgroup, select, textarea, option {	
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	/* font: inherit; */
	color: inherit;
	margin: 0;
	outline: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

optgroup {
	font-weight: bold;
}

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

td, th {
	padding: 0;
}

ol, ul, li {
	list-style:none;
	margin:0px;
	padding:0px;
}

em,i {
    font-style: normal;
}


/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfix:after, .layout:after, .container:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}

/* mrfensi mobi css s */

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
  
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 12px; /* 为兼容不支持10px */
}

body {
	background: #ffffff;
	color: #333;
	font-weight: normal;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, STHeiTi, "Microsoft YaHei", "Segoe UI", "Lucida Grande", sans-serif;/*建议设置无衬线字体*/	

	font-size:12px;
	
	line-height:1.8;	
	-webkit-tap-highlight-color:transparent;
	height:100%;
}

html, body {
    /*-webkit-user-select: none;*/   /* 禁止选中文本 */
	-webkit-font-smoothing:antialiased; /* 抗锯齿 */
    user-select: none;
}

a {
    color:#333;
    text-decoration:none;
    background-color: transparent;
}
a:hover, a:visited, a:focus, a:active {
    outline: 0;
}

a, img {
    -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单 */
}

.o-m-a {
	margin:0 auto;
}

.o-rel {
	position:relative;
}
.o-abs {
	position:absolute;
}

.o-fl {
	float:left;
}
.o-fr {
	float:right;
}

.o-hide {
	display:none;
}
.o-show, .o-block {
	display:block;
}
.o-oh {
	overflow:hidden;
}

/* 遮罩层 */
.o-mask {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
.o-mask-transparent {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.o-mask-transition {
	display: none;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .3s;
			transition: background .3s;
}

/* iconfont图标 */
@font-face {
  font-family: "iconfont";
  src: url(fonts/iconfont.ttf) format("truetype");
}
.o-icon, [class^="o-icon-"] {
  font-family: "iconfont" !important;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}
.o-icon-check:before { content: "\e600"; }
.o-icon-close:before { content: "\e601"; }
.o-icon-recharge-fill:before { content: "\e619"; }
.o-icon-recharge:before { content: "\e61a"; }
.o-icon-vipcard:before { content: "\e61b"; }
.o-icon-check-round-block:before { content: "\e605"; }
.o-icon-close-round-block:before { content: "\e606"; }
.o-icon-warn-round-block:before { content: "\e607"; }
.o-icon-shezhi:before { content: "\e61d"; }
.o-icon-wode:before { content: "\e61e"; }
.o-icon-sousuo:before { content: "\e61f"; }
.o-icon-liebiao:before { content: "\e620"; }
.o-icon-ditu:before { content: "\e621"; }
.o-icon-more:before { content: "\e623"; }
.o-icon-saoyisao:before { content: "\e624"; }
.o-icon-fold:before { content: "\e608"; }
.o-icon-left:before { content: "\e609"; }
.o-icon-right:before { content: "\e60a"; }
.o-icon-todown:before { content: "\e60b"; }
.o-icon-toleft:before { content: "\e60c"; }
.o-icon-toright:before { content: "\e60d"; }
.o-icon-totop:before { content: "\e60e"; }
.o-icon-unfold:before { content: "\e60f"; }
.o-icon-duihuan:before { content: "\e626"; }
.o-icon-erweima:before { content: "\e627"; }
.o-icon-plus-solid:before { content: "\e602"; }
.o-icon-add:before { content: "\e628"; }
.o-icon-move:before { content: "\e629"; }
.o-icon-close-round:before { content: "\e611"; }
.o-icon-check-round:before { content: "\e612"; }
.o-icon-warn-round:before { content: "\e613"; }
.o-icon-plus:before { content: "\e603"; }
.o-icon-plus-border:before { content: "\e615"; }
.o-icon-refresh:before { content: "\e614"; }
.o-icon-round-check-fill:before { content: "\e62a"; }
.o-icon-round-check:before { content: "\e62b"; }
.o-icon-round:before { content: "\e62c"; }
.o-icon-square-check:before { content: "\e62d"; }
.o-icon-square:before { content: "\e62e"; }
.o-icon-delete:before { content: "\e62f"; }

.o-icon-return:before { content: "\e60c"; }

/* 加载更多图标库 */


/* 基本布局 */
.o-layout {
    width:100%;
}
.o-container {
	padding:0;
	min-width:320px;
	max-width:750px;
	margin:0 auto;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}
.o-container:before, .o-container:after {
    content: " ";
    display: table;
}
.o-container:after {
    clear: both;
}

.display-box {/* 弹性伸缩盒子模型显示 */	
    display:-webkit-box;
	display:-moz-box;
    display:box;
}
.vertical-content { /* 伸缩盒对象的子元素的排列方式：垂直方向布局 */	
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	box-orient:vertical;
	-webkit-box-direction:normal;
}

/* 网格 */
[class*="o-grid-"] {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;    
    -webkit-box-sizing: border-box;	
    -moz-box-sizing:border-box;
	box-sizing: border-box;
    position: relative;  
}
/* 最后一个元素居右 */
/*
[class*="o-grid-"] + [class*="o-grid-"]:last-child {
	float: right;
}
*/
.o-grid {
    width: 100%;
    margin: 0 auto;  
}
.o-grid:before, .o-grid:after {
    content: " ";
    display: table;
}
.o-grid:after {
    clear: both;
}
.o-grid-1 {
    width: 8.33333333%;
}
.o-grid-2 {
    width: 16.66666667%;
}
.o-grid-3 {
    width: 25%;
}
.o-grid-4 {
    width: 33.33333333%;
}
.o-grid-5 {
    width: 41.66666667%;
}
.o-grid-6 {
    width: 50%;
}
.o-grid-7 {
    width: 58.33333333%;
}
.o-grid-8 {
    width: 66.66666667%;
}
.o-grid-9 {
    width: 75%;
}
.o-grid-10 {
    width: 83.33333333%;
}
.o-grid-11 {
    width: 91.66666667%;
}
.o-grid-12 {
    width: 100%;
}
/* 偏移 */
.o-grid-offset-1 {
    margin-left: 8.33333333%;
}
.o-grid-offset-2 {
    margin-left: 16.66666667%;
}
.o-grid-offset-3 {
    margin-left: 25%;
}
.o-grid-offset-4 {
    margin-left: 33.33333333%;
}
.o-grid-offset-5 {
    margin-left: 41.66666667%;
}
.o-grid-offset-6 {
    margin-left: 50%;
}
.o-grid-offset-7 {
    margin-left: 58.33333333%;
}
.o-grid-offset-8 {
    margin-left: 66.66666667%;
}
.o-grid-offset-9 {
    margin-left: 75%;
}
.o-grid-offset-10 {
    margin-left: 83.33333333%;
}
  
/* 等分 <ul>结构：<ul class="o-avg-1"><li class="o-fl" ></li></ul> */
.o-avg-1 > li {
    width: 100%;
}
.o-avg-1 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-1 > li:nth-of-type(1n + 1) {
    clear: both;
}
.o-avg-2 > li {
    width: 50%;
}
.o-avg-2 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-2 > li:nth-of-type(2n + 1) {
    clear: both;
}
.o-avg-3 > li {
    width: 33.33333333%;
}
.o-avg-3 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-3 > li:nth-of-type(3n + 1) {
    clear: both;
}
.o-avg-4 > li {
    width: 25%;
}
.o-avg-4 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-4 > li:nth-of-type(4n + 1) {
    clear: both;
}
.o-avg-5 > li {
    width: 20%;
}
.o-avg-5 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-5 > li:nth-of-type(5n + 1) {
    clear: both;
}
.o-avg-6 > li {
    width: 16.66666667%;
}
.o-avg-6 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-6 > li:nth-of-type(6n + 1) {
    clear: both;
}

/* 等分 */
.o-trisect, .o-halve {
	padding-left: 10px;
	padding-right: 5px;
	overflow: hidden;
}
.o-trisect li, .o-halve li {
    padding-right: 5px;
	padding-bottom: 5px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
}
.o-trisect > li { /* 三等分 */
	width: 33.3333%;
}
.o-halve > li { /* 二等分 */
	width: 50%;
}
  

/* 边界位置 */
.o-margin {
	margin:10px;
	clear:both;
}
.o-mt {
	margin-top:10px;
}
.o-mr {
	margin-right:10px;
}
.o-mb {
	margin-bottom:10px;
}
.o-ml {
	margin-left:10px;
}
.o-mt-5 {
	margin-top:5px;
}
.o-mr-5 {
	margin-right:5px;
}
.o-mb-5 {
	margin-bottom:5px;
}
.o-ml-5 {
	margin-left:5px;
}
.o-mt-12 {
	margin-top:12px;
}
.o-mr-12 {
	margin-right:12px;
}
.o-mb-12 {
	margin-bottom:12px;
}
.o-ml-12 {
	margin-left:12px;
}
.o-mt-15 {
	margin-top:15px;
}
.o-mr-15 {
	margin-right:15px;
}
.o-mb-15 {
	margin-bottom:15px;
}
.o-ml-15 {
	margin-left:15px;
}
.o-mt-20 {
	margin-top:20px;
}
.o-mr-20 {
	margin-right:20px;
}
.o-mb-20 {
	margin-bottom:20px;
}
.o-ml-20 {
	margin-left:20px;
}
.o-mt-22 {
	margin-top:22px;
}
.o-mr-22 {
	margin-right:22px;
}
.o-mb-22 {
	margin-bottom:22px;
}
.o-ml-22 {
	margin-left:22px;
}

/* 填充位置 */
.o-padding {
	padding:10px;
}
.o-pt {
	padding-top:10px;
}
.o-pr {
	padding-right:10px;
}
.o-pb {
	padding-bottom:10px;
}
.o-pl {
	padding-left:10px;
}
.o-pt-5 {
	padding-top:5px;
}
.o-pr-5 {
	padding-right:5px;
}
.o-pb-5 {
	padding-bottom:5px;
}
.o-pl-5 {
	padding-left:5px;
}
.o-pt-12 {
	padding-top:12px;
}
.o-pr-12 {
	padding-right:12px;
}
.o-pb-12 {
	padding-bottom:12px;
}
.o-pl-12 {
	padding-left:12px;
}
.o-pt-15 {
	padding-top:15px;
}
.o-pr-15 {
	padding-right:15px;
}
.o-pb-15 {
	padding-bottom:15px;
}
.o-pl-15 {
	padding-left:15px;
}
.o-pt-20 {
	padding-top:20px;
}
.o-pr-20 {
	padding-right:20px;
}
.o-pb-20 {
	padding-bottom:20px;
}
.o-pl-20 {
	padding-left:20px;
}
.o-pt-22 {
	padding-top:22px;
}
.o-pr-22 {
	padding-right:22px;
}
.o-pb-22 {
	padding-bottom:22px;
}
.o-pl-22 {
	padding-left:22px;
}

/* 边框 */
.o-border {
	border:solid 1px #ddd;
}
.o-bt {
	border-top:solid 1px #ddd;
}
.o-br {
	border-right:solid 1px #ddd;
}
.o-bb {
	border-bottom:solid 1px #ddd;
}
.o-bl {
	border-left:solid 1px #ddd;
}
.o-border-tb {
	border-top:#e0e0e0 1px solid;
	border-bottom:#e0e0e0 1px solid;
	background-image:none;
}

/* 角大小 */
.o-square {
    border-radius: 0;
}
.o-radius-2 {
    border-radius: 2px;
}
.o-radius-3 {
    border-radius: 3px;
}
.o-radius, .o-radius-4 {
    border-radius: 4px;
}
.o-radius-5 {
    border-radius: 5px;
}
.o-radius-6 {
    border-radius: 6px;
}
.o-radius-7 {
    border-radius: 7px;
}
.o-radius-8 {
    border-radius: 8px;
}
.o-circle {
    border-radius: 50%;
}

/*线条*/
.o-dashed_line {
    border-top:1px dotted #cccccc;
}
.o-solid_line {
    border-top:1px solid #cccccc;
}

/* 箭头链接 */
.o-arrowlink, .o-arrowlink-14 {
	position:relative;
}
.o-arrowlink:before {
	font-family:iconfont!important;
	font-size:18px;
	line-height:44px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:.2px;
	display:block;
	color:rgba(0,0,0,.5);
	color:#c7c7c7;
	content:"\e60a";
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-22px;
	margin-right:-10px;	
}
.o-arrowlink-14:before {
	font-family:iconfont!important;
	font-size:14px;
	line-height:44px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:.2px;
	display:block;
	color:rgba(0,0,0,.5);
	color:#c7c7c7;
	content:"\e60a";
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-22px;
	margin-right:-10px;	
}
.o-arrowlink.active, .o-arrowlink-14.active {
	background: #f0f0f0;
}


/**
 * 文字 **********************
 */ 

/*文本标题*/
.o-h1, .o-h2, .o-h3, .o-h4, .o-h5, .o-h6 {
	color: inherit;
    font-family: inherit;
    font-weight: 500;
}
.o-h1{
	font-size:38px;
}
.o-h2{
	font-size:30px;
}
.o-h3{
	font-size:24px;
}
.o-h4{
	font-size:18px;
}
.o-h5{
	font-size:14px;
}
.o-h6{
	font-size:12px;
}
.o-h1 small, .o-h2 small, .o-h3 small {
	font-size:60%; filter:alpha(opacity=60); opacity:.6;
}
.o-h4 small, .o-h5 small, .o-h6 small {
	font-size:12px; filter:alpha(opacity=60); opacity:.6;
}

/*文本对齐*/
.o-tl {
	text-align:left;
}
.o-tc {
	text-align:center;
}
.o-tr {
	text-align:right;
}

/*文本字号*/
.o-text-giant {
	font-size:28px;
}
.o-text-jumbo {
	font-size:24px;
}
.o-text-large {
	font-size:18px;
}
.o-text-medium {
	font-size:16px;
}
.o-text-normal {
	font-size:14px;
}
.o-text-small {
	font-size:12px;
}
.o-text-12 {
	font-size:12px;	
}
.o-text-14 {
	font-size:14px;	
}
.o-text-16 {
	font-size:16px;	
}
.o-text-18 {
	font-size:18px;	
}
.o-text-20 {
	font-size:20px;	
}
.o-text-22 {
	font-size:22px;	
}
.o-text-24 {
	font-size:24px;	
}
.o-text-26 {
	font-size:26px;	
}
.o-text-28 {
	font-size:28px;	
}

/*文本行距*/
.o-height-40px {
	line-height:40px;
}
.o-height-30px {
	line-height:30px;
}
.o-height-20px {
	line-height:20px;
}

.o-height-percent-large {
	line-height:2.0;
}
.o-height-percent-normal {
	line-height:1.8;
}
.o-height-percent-small {
	line-height:1.2;
}

/*文本颜色*/
.o-text-color-black {
	color: #000000;	
}
.o-text-color-white {
	color: #FFFFFF;	
}
.o-text-color-red {
	color: #FF0000;	
}
.o-text-color-mediumblue {
	color: #0000CD;	
}
.o-text-color-forestgreen {
	color: #228B22;	
}
.o-text-color-deeppink {
	color: #FF1493;	
}
.o-text-color-orangered {
	color: #FF4500;	
}
.o-text-color-gray-c {
	color: #cccccc;	
}
.o-text-color-gray-3 {
	color: #333333;	
}
.o-text-color-gray-6 {
	color: #666666;	
}
.o-text-color-gray-7 {
	color: #777777;	
}
.o-text-color-gray-8 {
	color: #888888;	
}
.o-text-color-gray-9 {
	color: #999999;	
}

/* 段落 */
.o-p {
	line-height:180%;
}
/* 文本两端对齐 */
.o-txt-justify {
	text-align:justify;
}

/* 缩进 */
.o-text-indent, .o-text-indent p, .o-text-indent div {
	text-indent:2em;
}

/*背景包含*/
.o-code {
	border:solid 1px #ddd;
	padding:15px;
	border-radius:4px;
	background: #F7F7F7;
	display:block;
}
/* 背景颜色 */
.o-bg-w { background: #FFF; }
.o-bg-lg { background: #CCC; } /* light-grey 浅灰色 */

/*文字截断...*/
/*单行*/
.o-text-truncate {
	max-width:100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*一行*/
.o-nowrap-flex {
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	-webkit-box-flex:1;
	height:inherit;
}
/*多行，默认两行*/
.o-nowrap-multi {
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

/**
 * 图片 **********************
 */ 
img {
	max-width:100%;
	height:auto;	
} 
/*垂直对齐方式*/
.o-img-t {
	vertical-align:top
}
.o-img-m {
	vertical-align: middle;
}
.o-img-b {
	vertical-align: bottom;
}
.o-img-tb {
	vertical-align: text-bottom;
}
.o-img-percent-all, .o-percent-all img {
	width: 100%;
	height: auto;
}
.o-img-max-percent-all, .o-max-percent-all img {
	max-width: 100%;
	height: auto;
}
/*图片样式 为<img>元素设置 正方形 长方比例则为椭圆*/
.o-img-square {
	border-radius: 0;
}
.o-img-radius-big {/*圆角*/
	border-radius:6px;
} 
.o-img-radius {/*圆角*/
	border-radius:4px;
}
.o-img-radius-small {/*圆角*/
	border-radius:2px;
} 
.o-img-circle {/*圆形*/
	border-radius:50%;
} 

/*图片边框*/
.o-img-border {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/**
 * 表格 **********************
 */ 
/*基本*/ 
table {
    max-width: 100%;
    background-color: transparent;
    empty-cells: show;
}
th {
    text-align: left;
}
.o-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}
.o-table > thead > tr > th, .o-table > tbody > tr > th, .o-table > tfoot > tr > th, .o-table > thead > tr > td, .o-table > tbody > tr > td, .o-table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.o-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #dddddd;
}
.o-table > thead:first-child > tr:first-child > th, .o-table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.o-table > tbody + tbody tr:first-child td {
    border-top: 2px solid #dddddd;
}

/*紧凑表格*/
.o-table-compact > thead > tr > th, .o-table-compact > tbody > tr > th, .o-table-compact > tfoot > tr > th, .o-table-compact > thead > tr > td, .o-table-compact > tbody > tr > td, .o-table-compact > tfoot > tr > td {
    padding: 5px;
}

/*直角边框*/
.o-table-border {
    border: 1px solid #dddddd;
}
.o-table-border > thead > tr > th, .o-table-border > tbody > tr > th, .o-table-border > tfoot > tr > th, .o-table-border > thead > tr > td, .o-table-border > tbody > tr > td, .o-table-border > tfoot > tr > td {
    border-left: 1px solid #dddddd;
}
.o-table-border > thead > tr > th:first-child, .o-table-border > tbody > tr > th:first-child, .o-table-border > tfoot > tr > th:first-child, .o-table-border > thead > tr > td:first-child, .o-table-border > tbody > tr > td:first-child, .o-table-border > tfoot > tr > td:first-child {
    border-left: none;
}
.o-table-border > tbody > tr:first-child > th, .o-table-border > tbody > tr:first-child > td {
    border-top: none;
}
.o-table-border > thead + tbody > tr:first-child > th, .o-table-border > thead + tbody > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
 
/*圆角边框*/
.o-table-radius {
    border: 1px solid #dddddd;
    border-radius: 2px;
}
.o-table-radius > thead > tr:first-child > th:first-child, .o-table-radius > thead > tr:first-child > td:first-child {
    border-top-left-radius: 2px;
    border-left: none;
}
.o-table-radius > thead > tr:first-child > th:last-child, .o-table-radius > thead > tr:first-child > td:last-child {
    border-top-right-radius: 2px;
    border-right: none;
}
.o-table-radius > tbody > tr > th:first-child, .o-table-radius > tbody > tr > td:first-child {
    border-left: none;
}
.o-table-radius > tbody > tr > th:last-child, .o-table-radius > tbody > tr > td:last-child {
    border-right: none;
}
.o-table-radius > tbody > tr:last-child > th, .o-table-radius > tbody > tr:last-child > td {
    border-bottom: none;
}
.o-table-radius > tbody > tr:last-child > th:first-child, .o-table-radius > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 2px;
}
.o-table-radius > tbody > tr:last-child > th:last-child, .o-table-radius > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 2px;
}

/*斑马纹效果*/
.o-table-striped > tbody > tr:nth-child(odd) > td, .o-table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #F7F7F7;
}

/*鼠标移上效果*/
.o-table-hover > tbody > tr:hover > td, .o-table-hover > tbody > tr:hover > th {
    background-color: #F2F2F2;
}

/*表格状态 激活 禁用 主要*/
.o-table > thead > tr > td.o-active, .o-table > tbody > tr > td.o-active, .o-table > tfoot > tr > td.o-active, .o-table > thead > tr > th.o-active, .o-table > tbody > tr > th.o-active, .o-table > tfoot > tr > th.o-active, .o-table > thead > tr.o-active > td, .o-table > tbody > tr.o-active > td, .o-table > tfoot > tr.o-active > td, .o-table > thead > tr.o-active > th, .o-table > tbody > tr.o-active > th, .o-table > tfoot > tr.o-active > th {
    background-color: #F0F8FF;
}
.o-table > thead > tr > td.o-disabled, .o-table > tbody > tr > td.o-disabled, .o-table > tfoot > tr > td.o-disabled, .o-table > thead > tr > th.o-disabled, .o-table > tbody > tr > th.o-disabled, .o-table > tfoot > tr > th.o-disabled, .o-table > thead > tr.o-disabled > td, .o-table > tbody > tr.o-disabled > td, .o-table > tfoot > tr.o-disabled > td, .o-table > thead > tr.o-disabled > th, .o-table > tbody > tr.o-disabled > th, .o-table > tfoot > tr.o-disabled > th {
    color: #CCC;
}
.o-table > thead > tr > td.o-blue, .o-table > tbody > tr > td.o-blue, .o-table > tfoot > tr > td.o-blue, .o-table > thead > tr > th.o-blue, .o-table > tbody > tr > th.o-blue, .o-table > tfoot > tr > th.o-blue, .o-table > thead > tr.o-blue > td, .o-table > tbody > tr.o-blue > td, .o-table > tfoot > tr.o-blue > td, .o-table > thead > tr.o-blue > th, .o-table > tbody > tr.o-blue > th, .o-table > tfoot > tr.o-blue > th {
    background-color: rgba(0, 102, 255, 0.9);
    color: #FFF;
}

/*表格内文字居中*/
.o-table-center>tbody>tr>td, .o-table-center>tbody>tr>th, .o-table-center>tfoot>tr>td, .o-table-center>tfoot>tr>th, .o-table-center>thead>tr>td, .o-table-center>thead>tr>th {
    text-align:center;
}

/*面板*/
.o-panel {
	overflow:hidden;
}
.o-panel h1 {
	font-size:20px;	
}
.o-panel h2 {
	font-size:18px;
}
.o-panel h3 {
	font-size:14px;
}
.o-panel .o-panel-content, .o-panel h1, .o-panel h2, .o-panel h3 {
	line-height:44px;
	position:relative;
	overflow:hidden;
	display:-webkit-box;
}
.o-panel h1 span, .o-panel h2 span, .o-panel h3 span {
	display:block;
}
.o-panel-subtitle {
	font-size:14px;
	color:#777;
	margin-left:10px;
}
.o-panel-title-tips {
	font-size:12px;
	color:#777;
	position:absolute;
	right:20px;
}

/* 选项卡 */
.o-tab {
	width:100%;
	overflow:hidden;
}
.o-tab-nav {
	width:100%;
	height:44px;
	background-color:#fff;
	display:box;
	display:-webkit-box;	
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.o-tab-nav li {
	width:100%;
	min-width:80px;
	height:44px;
	line-height:44px;
	border-bottom:1px solid transparent;	
	box-flex:1;
	-webkit-box-flex:1;
	text-align:center;
	color:#333;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;	
}
.o-tab-nav li.current {
	color:#00a7e7;
	border-bottom:2px #00a7e7 solid;
}
.o-tab-nav a {
	color:#333;
	display:block;
}
.o-tab-nav li.current a {
	color:#00a7e7;
}
.o-tab-content {
	display:-webkit-box;
}
.o-tab .o-tab-content .o-tab-panel {
	display: none;
}

.o-tab .o-tab-content .active {
	display: block;
}

/* 列表 */
.o-list {
	background-color:#fff;
	width:100%;
}
.o-list h3 {
	font-size:16px;	
}
.o-list.o-list-info-two .o-list-info h3 { /* 图文列表 适当调整下位置 */
	margin-top:-1px;	
}
.o-list-info p {
    color: #777;
    font-size: 12px;
}
.o-list>li {
	position:relative;
	margin-left:10px;
	display:-webkit-box;
}
.o-list.o-list-full>li {
	margin-left:0;
}
.o-list>li.o-list-r {
	margin-right:10px;
}
.o-list-active>li:active, li.o-list-active:active, .o-list li.active { /* 列表按压 */
	background-color: #F5F5F5;
}
li.o-list-active-left:active {
	background-color: #F5F5F5;
	padding-left: 10px;
	margin-left: 0px;
}
.o-list-text>li {
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	-webkit-box-align:center;
}
.o-list-text p {
	-webkit-box-flex:1;
}
.o-list-full>li {
	padding-left:10px;
	margin-left:0;
}
.o-list>li.o-bb:last-child,.o-list>li:last-child>.o-bb {
	border:0;
	background-image:none;
}

.o-list-one>li { /* 图文一行列表 */
	padding-top:0;
	padding-bottom:0;
	line-height:44px;
}
.o-list-one .o-list-info {
	-webkit-box-orient:horizontal;
	-webkit-box-align:center;
}
.o-list-one h3 {
	-webkit-box-flex:1;
}
.o-list-thumb, .o-list-thumb-small, .o-list-icon, .o-list-img { /* 列表缩略图 */
	position: relative;
	margin: 10px 10px 10px 0px;
}
.forty-four-pic.o-list-thumb-small {
	position: relative;
	margin: 7px 10px 7px 0px;
}
.o-list-thumb > span, .o-list-thumb-small > span, .o-list-icon > span, .o-list-img > span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
}
.o-list-thumb {
	width: 50px;
	height: 50px;
}
.o-list-thumb-small {
	width: 30px;
	height: 30px;
}
.o-list-icon {
	width: 40px;
	height: 40px;
}
.o-list-img {
	width: 100px;
	height: 60px;
}
.o-list-info { /* 列表主要信息 */
	-webkit-box-flex: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	padding-right: 15px;
}
.forty-four-nopic.o-list-info { /* 列表主要信息 高44px */
	-webkit-box-flex: 1;
	padding-top: 8px;
	padding-bottom: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	padding-right: 15px;
}
.forty-four-pic.o-list-info { /* 列表主要信息 高44px 带有图片 */
	-webkit-box-flex: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	padding-right: 15px;
}
.o-list-r .o-list-info {
	padding-right: 0px;
}
.o-list li.o-list-link:after { /* 列表箭头 */
	font-family: "iconfont" !important;
	font-size: 14px;
	line-height: 44px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	display: block;
	color: rgba(0, 0, 0, 0.5);
	color: #c7c7c7;
	content: "\e60a";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -22px;
	margin-right: -10px;
}
.o-list .o-list-r.o-list-link:after {
	right: 10px;
}
.o-list-link .o-list-info {
	padding-right:30px;
}
.o-list-r.o-list-link .o-list-info {
	padding-right:15px;
}
.o-list-info .o-list-info-right {
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-15px;
}
.o-list-link .o-list-info .o-list-info-right {
	position:absolute;
	top:50%;
	right:25px;
	margin-top:-15px;
}
.o-list-info-right .o-reddot {
	top:10px;
	right:0;
}

/**
 * 按钮 **********************
 */ 
/*基本*/
.o-btn {
	position:relative;
    display: inline-block;
	height:35px;
	line-height:35px;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 0px solid transparent;
    outline: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
}
.o-btn:active, .o-btn.o-active, .o-btn.active {
	color:rgba(255,255,255,.5);
}
.o-btn.o-disabled, .o-btn[disabled], fieldset[disabled].o-btn {
    pointer-events: none;
    border-color: transparent;
    cursor: not-allowed;
    opacity: 0.45;
} 

/*默认样式*/
.o-btn-default {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.o-btn-default:active, .o-btn-default.o-active {
    background-image: none;
    background-color: #c2c2c2;
}
/*蓝色样式*/
.o-btn-blue {
    color: #ffffff;
    background-color: #eb6547;
    border-color: #00a7e7;
}
.o-btn-blue:active, .o-btn-blue.o-active {
    background-image: none;
    background-color: #067bbe;
}
.o-btn-blue-reverse {
    color: #00a7e7;
    background-color: #FFF;
}
.o-btn-blue-reverse:active, .o-btn-blue-reverse.o-active {
	color: #00a7e7;
    background-color: #F6F6F6;
}
/*橙色样式*/
.o-btn-orange {
    color: #ffffff;
    background-color: #f37b1d;
    border-color: #f37b1d;
}
.o-btn-orange:active, .o-btn-orange.o-active {
    background-image: none;
    background-color: #be590a;
}
/*红色样式*/
.o-btn-red {
    color: #ffffff;
    background-color: #e33c36;
    border-color: #e33c36;
}
.o-btn-red:active, .o-btn-red.o-active {
    background-image: none;
    background-color: #bd1812;
}
/*绿色样式*/
.o-btn-green {
    color: #ffffff;
    background-color: #59b659;
    border-color: #59b659;
}
.o-btn-green:active, .o-btn-green.o-active {
    background-image: none;
    background-color: #167816;
}
 
/*按钮大小*/
.o-btn-block { /*块级显示*/
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
}
.o-btn-size-giant {
	height:45px;
	line-height:45px;
	font-size:22px;
	padding: 0 30px;
}
.o-btn-size-jumbo {
	height:44px;
	line-height:44px;
	font-size:18px;
	padding: 0 20px;
}
.o-btn-size-large {
	height:40px;
	line-height:40px;
	font-size:16px;
	padding: 0 15px;
}
.o-btn-size-normal { /*默认*/
	height:35px;
	line-height:35px;
	font-size:15px;
	padding: 0 15px;
}
.o-btn-size-small {
	height:25px;
	line-height:25px;
	font-size:12px;
	padding: 0 10px;
}
.o-btn-size-tiny {
	height:20px;
	line-height:20px;
	font-size:9.6px;
	padding: 0 5px;
}
.o-btn-size-16 {
	height:40px;
	line-height:40px;
	font-size:16px;
	padding: 0 20px;
}


/**
 * 表单 **********************
 */ 
.o-form {
	background-color:#fff;
}
.o-form-item {
	position:relative;
	font-size:16px;
	height:44px;
	line-height:44px;
	padding-right:10px;
	padding-left:10px;
}
.o-form-item-link {
	position:relative;
	font-size:16px;
	height:44px;
	line-height:44px;
}
.o-form-item-link a {
	display:block;
}
.o-form-item-link a:active {
	background-color: #F5F5F5;
}
.o-form-item label:not(.o-switch):not(.o-checkbox):not(.o-radio) {
	width:100px;
	position:absolute;
	text-align:left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.o-form-item-link label:not(.o-switch):not(.o-switch-medium):not(.o-checkbox):not(.o-radio) {
	padding-left:10px;
	width:100px;
	position:absolute;
	text-align:left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.o-form-item-show label, .o-form-item-show-link label {
	color:#777;
}
.o-form-item-link-arrow:after {
	font-family:iconfont!important;
	font-size:18px;
	line-height:44px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:.2px;
	display:block;
	color:rgba(0,0,0,.5);
	color:#c7c7c7;
	content:"\e60a";
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-22px;
}
.o-form-item input, .o-form-item-link input {
	width:100%;
	font-size: 15px;
	line-height:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	border:0;
	background:0 0;
	padding-left:100px;
}
.o-form-item p, .o-form-item-link p {
	font-size: 15px;
	line-height:44px;
	padding-left:100px;
}
.o-form-item div.o-form-item-content {
	font-size: 14px;
	line-height:44px;
	padding-left:100px;
}
.o-form-lr .o-form-item p, .o-form-lr .o-form-item-link p {
	font-size: 15px;
	line-height:44px;
	padding-left:100px;
}
.o-form-item.o-form-item-radio p, .o-form-item-link.o-form-item-radio p {
	font-size: 15px;
	line-height:44px;
	padding-left:0px;
}
.o-form-simple .o-form-item-link input {
	width:100%;
	font-size: 16px;
	line-height:16px;
}
.o-form-concise .o-form-item-link input {
	width:100%;
	font-size: 16px;
	line-height:16px;
	padding-left:10px;
}
.o-form-icon .o-form-item-link input {
	padding-left:50px;
}
.o-form-item-l input:not([type="checkbox"]):not([type="radio"]) {
	padding-left: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.o-form-item-l.o-form-item-r input:not([type="checkbox"]):not([type="radio"]) {
	padding-left: 120px;
	padding-right: 120px;
}
.o-form-item-l.o-form-item-r.smscode input:not([type="checkbox"]):not([type="radio"]) {
	padding-left: 100px;
	padding-right: 120px;
}
.o-form-item-r button {
	width: 100px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0;
}
.o-form-item input.o-form-input-r {
	padding-right:15px;
	text-align:right;
}
.o-form-item-link input.o-form-input-r {
	padding-right:10px;
	text-align:right;
}
.o-form-item-link.o-form-item-link-arrow input.o-form-input-r, .o-form-item-link.o-form-item-link-arrow p.o-form-input-r {
	padding-right:25px;
	text-align:right;
}
.o-form li.o-form-line {
    border-bottom:1px solid #cccccc;
}
.o-form li.o-form-line:first-child, .o-form-lr li.o-form-line:last-child {}
.o-form li.o-form-item-link input.o-input-color {
	color: #666;
}
.o-form-lr li.o-form-line {
	margin-left:10px;
    border-bottom:1px solid #cccccc;
}
.o-form-lr li.o-form-line:first-child, .o-form-lr li.o-form-line:last-child {
	margin-left:0;
}
.o-form-lr li.o-form-item-link input.o-input-color {
	color: #666;
}
.o-form-simple li.o-form-line { /*简单带有标题名称*/
    border-bottom:1px solid #cccccc;
}
.o-form li.o-form-line-focus { /*输入框获得焦点线条样式*/
    border-bottom:1px solid #333;
}
.o-form-simple li.o-form-line:first-child, .o-form-simple li.o-form-line:last-child {
	margin-left:0;
}
.o-form-simple li.o-form-item-link input.o-input-color {
	color: #666;
}
.o-form-concise li.o-form-line { /* 简洁通栏 */
    border-bottom:1px solid #cccccc;
}
.o-form-concise li.o-form-line:first-child, .o-form-simple li.o-form-line:last-child {}
.o-form-concise li.o-form-item-link input.o-input-color {
	color: #666;
}
.o-form-icon li.o-form-line { /* 简洁 带有图标通栏 */
    border-bottom:1px solid #cccccc;
}
.o-form-icon li.o-form-line:first-child, .o-form-simple li.o-form-line:last-child {}
.o-form-icon li.o-form-item-link input.o-input-color {
	color: #666;
}
.o-form-item #o-input-close, .o-form-item-link #o-input-close { /* 表单清除 */
	position:absolute;
	top:0;
	right:0px;
}
.o-form-item-link.o-form-item-r #o-input-close { /* 表单清除 */
	right: 100px;
}
.o-form-item-link #o-icon-formname, .o-form-item-link.o-form-item-r #o-icon-formname { /* 表单名称图标 */
	position:absolute;
	left:0;
	left:10px;
}
.o-form-item-textarea {
	height:65px;
}
.o-form-item-textarea textarea { /* 多行 */
	width:100%;
	padding: 0;
	margin-top: 14px;
	font-size: 15px;
	line-height:1.2;
    vertical-align: middle;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	border: 0;
	background:0 0;
	padding-left:100px;
}
.o-form-item-textarea-heightauto {
	height: auto;
}
.o-form-item-textarea-heightauto textarea { /* 多行 */
	width:100%;
	padding: 0;
	font-size: 15px;
	line-height:1.2;
    vertical-align: middle;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	border: 0;
	background:0 0;
}
.o-form-concise .o-form-item-textarea textarea {
	padding-left:10px;
}
.o-form-icon .o-form-item-textarea textarea {
	padding-left:50px;
}
.o-form-item-textarea label {
	vertical-align:top;
}
.o-form-item-textarea textarea:focus {
	outline: none;
}
.o-form-item-switch, .o-form-item-checkbox, .o-form-item-radio {
	display:-webkit-box;
	-webkit-box-align:center;
}
.o-form-item input[type=checkbox], .o-form-item input[type=radio], .o-form-item-link input[type=checkbox], .o-form-item-link input[type=radio] {
	padding-left:0
}
.o-switch { /* 开关 */
	position:absolute;
	font-size:16px;
	right:10px;
	top:50%;
	margin-top:-16px;
	width:52px;
	height:32px;
	line-height:32px
}
.o-form-item-link.o-form-item-switch p {
	padding-left:10px;	
}
.o-switch input {
	width:52px;
	height:32px;
	position:absolute;
	z-index:2;
	border:0;
	background:0 0;
	-webkit-appearance:none;
	outline:0;
}
.o-switch input:before {
	content:'';
	width:50px;
	height:30px;
	border:1px solid #dfdfdf;
	background-color:#fdfdfd;
	border-radius:20px;
	cursor:pointer;
	display:inline-block;
	position:relative;
	vertical-align:middle;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	border-color:#dfdfdf;
	-webkit-box-shadow:#dfdfdf 0 0 0 0 inset;
	box-shadow:#dfdfdf 0 0 0 0 inset;
	-webkit-transition:border .4s,-webkit-box-shadow .4s;
	transition:border .4s,box-shadow .4s;
	-webkit-background-clip:content-box;
	background-clip:content-box;
}
.o-switch input:after {
	content:'';
	width:30px;
	height:30px;
	position:absolute;
	top:1px;
	left:0;
	border-radius:100%;
	background-color:#fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);
	box-shadow:0 1px 3px rgba(0,0,0,.4);
	-webkit-transition:left .2s;
	transition:left .2s;
}
.o-switch input:checked:before {
	border-color:#59b659;
	-webkit-box-shadow:#59b659 0 0 0 16px inset;
	box-shadow:#59b659 0 0 0 16px inset;
	background-color:#59b659;
	transition:border .4s,box-shadow .4s,background-color 1.2s;
	-webkit-transition:border .4s,-webkit-box-shadow .4s,background-color 1.2s;
	background-color:#59b659;
}
.o-switch input:checked:after {
	left:21px;
}
.o-radio { /* 单选 */
	line-height:25px;
	display:inline-block;
}
.o-radio input {
	display:inline-block;
	width:26px;
	height:26px;
	position:relative;
	overflow:visible;
	border:0;
	background:0 0;
	-webkit-appearance:none;
	outline:0;
	margin-right:8px;
	vertical-align:middle;
}
.o-radio input:before {
	content:'';
	display:block;
	width:24px;
	height:24px;
	border:1px solid #dfe0e1;
	border-radius:13px;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	position:absolute;
	left:0;
	top:0;
}
.o-radio input:checked:after {
	content:'';
	display:block;
	width:14px;
	height:14px;
	background:#59b659;
	border-radius:7px;
	position:absolute;
	left:5px;
	top:5px;
}
.o-radio.o-radio-blue input:checked:after {
	content:'';
	display:block;
	width:14px;
	height:14px;
	background:#00a7e7;
	border-radius:7px;
	position:absolute;
	left:5px;
	top:5px;
}
.o-checkbox {
	display:inline-block;
}
.o-checkbox input {
	display:inline-block;
	width:25px;
	height:1px;
	position:relative;
	overflow:visible;
	border:0;
	background:0 0;
	-webkit-appearance:none;
	outline:0;
	margin-right:8px;
	vertical-align:middle;
}
.o-checkbox input:before {
	font-family:iconfont!important;
	font-size:32px;
	line-height:44px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:.2px;
	display:block;
	color:rgba(0,0,0,.5);
	content:"\e604";
	color:#18b4ed;
	position:absolute;
	top:-22px;
	left:-4px;
	color:#dedfe0;
}
.o-checkbox input:checked:before {
	content:"\e610";
	color:#18b4ed;
}
.o-select-group { /* 下拉 */
	margin-left:100px;
	overflow:hidden;
}
.o-form-item>.o-select { /* 不包含o-select-group时 */
	margin-left:100px;
}
.o-select-group .o-select {
	float:left;
}
.o-select {
	position:relative;
	margin-right:6px;
}
.o-select select {
	-webkit-appearance:none;
	border:0;
	background:0 0;
	width:100%;
	padding-right:14px;
}
.o-select:after {
	position:absolute;
	top:50%;
	right:0;
	margin-top:-4px;
	width:0;
	height:0;
	border-top:6px solid;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	color:#a6a6a6;
	content:"";
	pointer-events:none;
}

/* 弹窗 */
.o-dialog {
	position: fixed;
	z-index: 13;
	width: 85%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
          	transform: translate(-50%, -50%);
	background-color: #FAFAFC;
	text-align: center;
	border-radius: 3px;
}
.o-dialog-confirm {}
.o-dialog-alert {}
.o-dialog_confirm .o-dialog .o-dialog-hd {
	padding: 1.2em 20px .5em;
}
.o-dialog-confirm .o-dialog .o-dialog-bd {
	text-align: left;
}
.o-dialog-hd {
	padding: 1.2em 0 .5em;
}
.o-dialog-title {
	font-weight: 400;
	font-size: 17px;
}
.o-dialog-bd {
	padding: 0 20px;
	font-size: 15px;
	color: #888;
}
.o-dialog-ft {
	position: relative;
	line-height: 42px;
	margin-top: 20px;
	font-size: 17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.o-dialog-ft a {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
  	        flex: 1;
	color: #3CC51F;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.o-dialog-ft a:active {
	background-color: #EEEEEE;
}
.o-dialog-ft:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #D5D5D6;
	color: #D5D5D6;
	-webkit-transform-origin: 0 0;
  	        transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
  	        transform: scaleY(0.5);
}
.o-dialog-confirm .o-dialog-ft a {
	position: relative;
}
.o-dialog-confirm .o-dialog-ft a:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px solid #D5D5D6;
	color: #D5D5D6;
	-webkit-transform-origin: 0 0;
   	       transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
          	transform: scaleX(0.5);
}
.o-dialog-confirm .o-dialog-ft a:first-child:after {
	display: none;
}
.o-btn-dialog.o-default {
	color: #353535;
}
.o-btn-dialog.o-primary {
	color: #228B22;
}

/* 头像 */
.o-avatar, .o-avatar-large, .o-avatar-small, .o-avatar-tiled {
	display:block;
	-webkit-background-size:cover;
	background-image:url();/*默认头像*/
}
.o-avatar { /*默认*/
	width:50px;
	height:50px;
	-webkit-border-radius:50%;
	overflow:hidden;
}
.o-avatar>span {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-webkit-border-radius:50%;
}
.o-avatar-large {
	width:100px;
	height:100px;
	-webkit-border-radius:50%;
	overflow:hidden;
}
.o-avatar-large>span {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-webkit-border-radius:50%;
}
.o-avatar-small {
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	overflow:hidden;
}
.o-avatar-small>span {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-webkit-border-radius:50%;
}
.o-avatar-tiled { /*平铺*/
	width:30px;
	height:30px;
	-webkit-border-radius:50%;
	overflow:hidden;
	display:inline-block;
}
.o-avatar-tiled>span {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-webkit-border-radius:50%;
}
/*圆点*/
.o-reddot, .o-reddot-border, .o-reddot-small {
	position:relative;
	display: inline-block; 
	padding: 0;
}
.o-reddot:after, .o-reddot-border:after, .o-reddot-small:after {
	content:'';
	position:absolute;
	display:block;
	width:8px;
	height:8px;
	background-color:#f74c31;
	border-radius:5px;
	right:-3px;
	top:-3px;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}
.o-reddot-border:before { /*白边*/
	content:'';
	position:absolute;
	display:block;
	width:8px;
	height:8px;
	background-color:#fff;
	border-radius:5px;
	right:-4px;
	top:-4px;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	padding:1px;
}
.o-reddot-small:after {
	width:6px;
	height:6px;
	top:-5px;
	right:-5px;
}
.o-reddot-static {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
}
.o-reddot-static:after {
    top: 0;
    right: 0;
}
/*徽标*/
.o-badge, .o-badge-num, .o-badge-cornernum {
	display:inline-block;
	text-align:center;
	background: #F00;
	color:#fff;
	font-size:11px;
	height:16px;
	line-height:16px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:0 6px;
}
.o-badge-num {
	height:20px;
	line-height:20px;
	font-size:12px;
	min-width:20px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.o-badge-cornernum {
	position:absolute;
	top:-5px;
	right:-5px;
	height:18px;
	line-height:18px;
	font-size:12px;
	min-width:18px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
/* 通知页 */
.o-notice {
	width:100%;
	height:450px;
	z-index:99;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	position:relative;
	text-align:center;
}
.o-notice>i {
	display:block;
	margin-bottom:20px;
}
.o-notice>i:before {
	font-family:iconfont!important;
	font-size:32px;
	line-height:44px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:.2px;
	display:block;	
	content:"\e613";
	font-size:100px;
	line-height:100px;
	color:rgba(0,0,0,.5);
}
.o-notice p {
	font-size:16px;
	line-height:20px;
	color: #999;
	text-align:center;
	padding:0 15px;
}
.o-notice-btn {
	width:100%;
	padding: 100px 0 0;
}
/* 消息提示 图标+文字 */
.o-toast {
	position: fixed;
	z-index: 3;
	width: 7em;
	min-height: 7em;
	top: 180px;
	left: 50%;
	margin-left: -3.5em;
	background: rgba(40, 40, 40, 0.75);
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
}
.o-icon-toast {
	margin: 20px 0 0;
	display: block;
}
.o-icon-toast:before {
	font-size:50px;
	display:block;
	color:#FFFFFF;
	content:"\e600";
}
.o-toast-content {
	margin: 0 0 20px;
	font-size:16px;
}
/* 提示信息 文字 */
.o-toast-simple {
	position: fixed;
	z-index: 999999;
	padding:8px 10px;
	width:15em;
	bottom: 100px;
	left: 50%;
	margin-left: -7.5em;
	background: rgba(40, 40, 40, 0.75);
	text-align: center;
	border-radius: 22px;
	color: #FFFFFF;
}
.o-toast-simple .o-toast-content {
	margin: 0;
	font-size:14px;
}
/* 加载中 */
.o-loading {
	position: absolute;
	width: 0px;
	z-index: 9999;
	left: 50%;
	top: 35%;
}
.o-loading-toast .o-toast-content {
	margin-top: 80%;
	font-size: 14px;
}
.o-loading-leaf {
	position: absolute;
	top: -1px;
	opacity: 0.25;
}
.o-loading-leaf:before {
	content: " ";
	position: absolute;
	width: 8px;
	height: 2px;
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 1px;
	border-radius: 1px;
	-webkit-transform-origin: left 50% 0px;
          	transform-origin: left 50% 0px;
}
.o-loading-leaf.o-loading-leaf-round:before { /* 圆形 */
	content: " ";
	position: absolute;
	width: 2px;
	height: 2px;
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 1px;
	border-radius: 1px;
	-webkit-transform-origin: left 50% 0px;
          	transform-origin: left 50% 0px;
}
.o-loading-leaf_0 {
  -webkit-animation: opacity-60-25-0-12 1.25s linear infinite;
          animation: opacity-60-25-0-12 1.25s linear infinite;
}
.o-loading-leaf_0:before {
  -webkit-transform: rotate(0deg) translate(7.92px, 0px);
          transform: rotate(0deg) translate(7.92px, 0px);
}
.o-loading-leaf_1 {
  -webkit-animation: opacity-60-25-1-12 1.25s linear infinite;
          animation: opacity-60-25-1-12 1.25s linear infinite;
}
.o-loading-leaf_1:before {
  -webkit-transform: rotate(30deg) translate(7.92px, 0px);
          transform: rotate(30deg) translate(7.92px, 0px);
}
.o-loading-leaf_2 {
  -webkit-animation: opacity-60-25-2-12 1.25s linear infinite;
          animation: opacity-60-25-2-12 1.25s linear infinite;
}
.o-loading-leaf_2:before {
  -webkit-transform: rotate(60deg) translate(7.92px, 0px);
          transform: rotate(60deg) translate(7.92px, 0px);
}
.o-loading-leaf_3 {
  -webkit-animation: opacity-60-25-3-12 1.25s linear infinite;
          animation: opacity-60-25-3-12 1.25s linear infinite;
}
.o-loading-leaf_3:before {
  -webkit-transform: rotate(90deg) translate(7.92px, 0px);
          transform: rotate(90deg) translate(7.92px, 0px);
}
.o-loading-leaf_4 {
  -webkit-animation: opacity-60-25-4-12 1.25s linear infinite;
          animation: opacity-60-25-4-12 1.25s linear infinite;
}
.o-loading-leaf_4:before {
  -webkit-transform: rotate(120deg) translate(7.92px, 0px);
          transform: rotate(120deg) translate(7.92px, 0px);
}
.o-loading-leaf_5 {
  -webkit-animation: opacity-60-25-5-12 1.25s linear infinite;
          animation: opacity-60-25-5-12 1.25s linear infinite;
}
.o-loading-leaf_5:before {
  -webkit-transform: rotate(150deg) translate(7.92px, 0px);
          transform: rotate(150deg) translate(7.92px, 0px);
}
.o-loading-leaf_6 {
  -webkit-animation: opacity-60-25-6-12 1.25s linear infinite;
          animation: opacity-60-25-6-12 1.25s linear infinite;
}
.o-loading-leaf_6:before {
  -webkit-transform: rotate(180deg) translate(7.92px, 0px);
          transform: rotate(180deg) translate(7.92px, 0px);
}
.o-loading-leaf_7 {
  -webkit-animation: opacity-60-25-7-12 1.25s linear infinite;
          animation: opacity-60-25-7-12 1.25s linear infinite;
}
.o-loading-leaf_7:before {
  -webkit-transform: rotate(210deg) translate(7.92px, 0px);
          transform: rotate(210deg) translate(7.92px, 0px);
}
.o-loading-leaf_8 {
  -webkit-animation: opacity-60-25-8-12 1.25s linear infinite;
          animation: opacity-60-25-8-12 1.25s linear infinite;
}
.o-loading-leaf_8:before {
  -webkit-transform: rotate(240deg) translate(7.92px, 0px);
          transform: rotate(240deg) translate(7.92px, 0px);
}
.o-loading-leaf_9 {
  -webkit-animation: opacity-60-25-9-12 1.25s linear infinite;
          animation: opacity-60-25-9-12 1.25s linear infinite;
}
.o-loading-leaf_9:before {
  -webkit-transform: rotate(270deg) translate(7.92px, 0px);
          transform: rotate(270deg) translate(7.92px, 0px);
}
.o-loading-leaf_10 {
  -webkit-animation: opacity-60-25-10-12 1.25s linear infinite;
          animation: opacity-60-25-10-12 1.25s linear infinite;
}
.o-loading-leaf_10:before {
  -webkit-transform: rotate(300deg) translate(7.92px, 0px);
          transform: rotate(300deg) translate(7.92px, 0px);
}
.o-loading-leaf_11 {
  -webkit-animation: opacity-60-25-11-12 1.25s linear infinite;
          animation: opacity-60-25-11-12 1.25s linear infinite;
}
.o-loading-leaf_11:before {
  -webkit-transform: rotate(330deg) translate(7.92px, 0px);
          transform: rotate(330deg) translate(7.92px, 0px);
}
@-webkit-keyframes opacity-60-25-0-12 {
  0% {
    opacity: 0.25;
  }
  0.01% {
    opacity: 0.25;
  }
  0.02% {
    opacity: 1;
  }
  60.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-60-25-1-12 {
  0% {
    opacity: 0.25;
  }
  8.34333% {
    opacity: 0.25;
  }
  8.35333% {
    opacity: 1;
  }
  68.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-60-25-2-12 {
  0% {
    opacity: 0.25;
  }
  16.6767% {
    opacity: 0.25;
  }
  16.6867% {
    opacity: 1;
  }
  76.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-60-25-3-12 {
  0% {
    opacity: 0.25;
  }
  25.01% {
    opacity: 0.25;
  }
  25.02% {
    opacity: 1;
  }
  85.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-60-25-4-12 {
  0% {
    opacity: 0.25;
  }
  33.3433% {
    opacity: 0.25;
  }
  33.3533% {
    opacity: 1;
  }
  93.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-60-25-5-12 {
  0% {
    opacity: 0.270958333333333;
  }
  41.6767% {
    opacity: 0.25;
  }
  41.6867% {
    opacity: 1;
  }
  1.67667% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.270958333333333;
  }
}
@-webkit-keyframes opacity-60-25-6-12 {
  0% {
    opacity: 0.375125;
  }
  50.01% {
    opacity: 0.25;
  }
  50.02% {
    opacity: 1;
  }
  10.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.375125;
  }
}
@-webkit-keyframes opacity-60-25-7-12 {
  0% {
    opacity: 0.479291666666667;
  }
  58.3433% {
    opacity: 0.25;
  }
  58.3533% {
    opacity: 1;
  }
  18.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.479291666666667;
  }
}
@-webkit-keyframes opacity-60-25-8-12 {
  0% {
    opacity: 0.583458333333333;
  }
  66.6767% {
    opacity: 0.25;
  }
  66.6867% {
    opacity: 1;
  }
  26.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.583458333333333;
  }
}
@-webkit-keyframes opacity-60-25-9-12 {
  0% {
    opacity: 0.687625;
  }
  75.01% {
    opacity: 0.25;
  }
  75.02% {
    opacity: 1;
  }
  35.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.687625;
  }
}
@-webkit-keyframes opacity-60-25-10-12 {
  0% {
    opacity: 0.791791666666667;
  }
  83.3433% {
    opacity: 0.25;
  }
  83.3533% {
    opacity: 1;
  }
  43.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.791791666666667;
  }
}
@-webkit-keyframes opacity-60-25-11-12 {
  0% {
    opacity: 0.895958333333333;
  }
  91.6767% {
    opacity: 0.25;
  }
  91.6867% {
    opacity: 1;
  }
  51.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.895958333333333;
  }
}

/* 遮罩对话框 */
/*
	<div id="alert-loading" class="mrfensi-dialog-mod" style="display:none;">
			<div class="mrfensi-mask"><!-- 遮罩 --></div>
			<div class="mrfensi-dialog mrfensi-dialog-load">
				<div class="dialog-bd">
					<i class="icon-load"></i>
					<p class="dialog-txt">正在加载......</p>
				</div>
			</div>
	</div>
*/
.mrfensi-dialog-mod, .mrfensi-mask {
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.mrfensi-mask {
	position:absolute;
	z-index:9999;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.7);
}
.mrfensi-dialog-mod {
	position:fixed;
	z-index:10000;
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	-webkit-box-orient:vertical;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	-ms-flex-direction:column;
	-ms-flex-pack:center;
	-ms-flex-align:center;
}
.mrfensi-dialog {
	position:relative;
	z-index:10000;
	width:auto;
	padding:10px;
	min-width:180px;
	margin:2px 20px;
	background:rgba(0,0,0,.7);
	text-align:center;
	border-radius:5px;
	color:#fff;
}
.mrfensi-dialog .i-delete:before,.mrfensi-dialog .icon-load {
	background:url(images/loading.png) no-repeat;
}
.mrfensi-dialog-load .dialog-bd {
	padding:20px 0;
	font:14px/1.5 Helvetica,sans-serif
}
.mrfensi-dialog-load .icon-load {
	display:inline-block;
	height:32px;
	width:32px;
	margin-bottom:20px;
	vertical-align:top;
	background-size:32px auto;
	-webkit-animation:dialogLoading 1s linear infinite;
}

@-webkit-keyframes dialogLoading {
	0% {
		-webkit-transform:rotate(0);
	}
	100% {
		-webkit-transform:rotate(360deg);
	}
}

/* 表单验证 */
.o-validate-info {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:2;
}
.o-validate-info .o-validate-help {
	width:100%;
}
.o-validate-info.o-check-success .o-validate-help {}
.o-validate-info.o-check-error .o-validate-help {
	width:100%;
	padding:5px 0;
	background: #E10000;
	color:#FFF;
	text-align: center;	
}

/* 提交按钮 加载 */
.o-btn-ajax {}
.o-btn-ajax .o-in-txt {
    display: none;
}
.o-btn-ajax.o-ajax-loading .o-in-txt {
    display: block;
}
.o-btn-ajax.o-ajax-loading .o-on-txt {
    display: none;
}
.o-btn-ajax.o-ajax-loading .o-in-txt i {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background: url(images/ajax-loading.gif) 0 0 no-repeat;
}

/* mrfensi mobi css e */