/*
* name:ui.css
* version:v1.2.5
* update:.btn-ghost:hover状态
* date:2016-07-07
*/

/* reset */
html { -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body { font-family:Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', '\5fae\8f6f\96c5\9ed1', 'SimSun', sans-serif;}
body, h1, h2, h3, h4, p, ul, ol, dd, dl, form { margin:0;}
hr { margin-top:20px; margin-bottom:20px; border:0; border-top:1px solid #eee;}
img { max-width:100%; height:auto; vertical-align:top; -ms-interpolation-mode:bicubic; border:0 ;}
.headimg{
    vertical-align:center;
    border-radius:60px;
    margin-top:10px;
    width:50px;
    height:50px;
}
ul { padding-left:0; list-style-type:none;}
i, em { font-style:normal;}
big { font-size:1.3em;}
small { font-size:0.77em;}
a { -webkit-transition:all 0.3s ease; transition:all 0.3s ease; text-decoration:none; outline:0;cursor:pointer;}
a:hover, a:focus{text-decoration:none; color:#2a6ae2;}
article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video { display:block;}
input, select, textarea{outline:0;font-family:inherit;font-size:100%;}
input[type='checkbox'], input[type='radio'] { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; 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-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-appearance:textfield;}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration { -webkit-appearance:none;}
input[type='file'] { display:block;}
input[type='range'] { display:block; width:100%;}
select[multiple], select[size] { height:auto;}
input[type='file']:focus, input[type='radio']:focus, input[type='checkbox']:focus { 
  outline:thin dotted; outline:5px auto -webkit-focus-ring-color; outline-offset:-2px;}
fieldset { min-width:0; margin:0; padding:0; border:0;}
legend { font-size:1.3em; line-height:2.5; display:block; width:100%; margin-bottom:20px; 
  padding:0; color:#333; border:0; border-bottom:1px solid #e5e5e5;}
table { border-spacing:0; border-collapse:collapse;background-color:transparent;}
td, th { padding:0;}

@-ms-viewport { width:device-width;}
/* bootStrap fix*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family:inherit;line-height:inherit;font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:inherit\9;}
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:inherit;}*/

/*工具*/
.fix { *zoom:1; *clear:both;}
.fix:before, .fix:after { display:table; clear:both; content:'';}
.oh { overflow:hidden; *zoom:1;}
.l { float:left;}.r { float:right;}
.dib { display:inline-block; *display:inline; *zoom:1;}
.pr { position:relative;}.pa { position:absolute;}
.tc { text-align:center;}.tr { text-align:right;}
.el { overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.hide { display:none;}
.hidetext { font:0/0 a; letter-spacing:-9px;}
.arr { display:inline-block; overflow:hidden; width:0; height:0;}
.opc0 { opacity:0 ; filter:alpha(opacity=0);}

/*动效*/
.rotation { -webkit-animation:rotation  0.8s infinite linear; animation:rotation  0.8s infinite linear;}
@-webkit-keyframes rotation { 0% { -webkit-transform:rotateZ(0deg);}
    100% { -webkit-transform:rotateZ(360deg);}}
@keyframes rotation { 0% { transform:rotateZ(0deg);}
    100% { transform:rotateZ(360deg);}}
.heartbeat { -webkit-animation:heartbeat  1.2s infinite ease-in; animation:heartbeat  1.2s infinite ease-in;}
@-webkit-keyframes heartbeat { 0% { -webkit-transform:scale(1); opacity:1;}
    15% { -webkit-transform:scale(1.3); opacity:0.5;}
    30% { -webkit-transform:scale(1); opacity:1;}}
@keyframes heartbeat { 0% { transform:scale(1); opacity:1;}
    15% { transform:scale(1.3); opacity:0.5;}
    30% { transform:scale(1); opacity:1;}}
.trigger:hover { -webkit-animation:trigger 0.2s ease; animation:trigger 0.2s ease;}
@-webkit-keyframes trigger { 0% { -webkit-transform:rotateZ(0deg);}
    100% { -webkit-transform:rotateZ(180deg);}}
@keyframes trigger { 0% { transform:rotateZ(0deg);}
    100% { transform:rotateZ(180deg);}}

/* 等比填充 */
*[class*="rect-"]{position:relative;display:block; width:100%;height:0;overflow:hidden;}
*[class*="rect-"] ._full{position:absolute;left:0;top:0;width:100%;height:100%;
*height:auto;}
.rect-50{padding-bottom:50%;}
.rect-57{padding-bottom:57%;}
.rect-5625{padding-bottom:56.25%;}
.rect-60{padding-bottom:60%;}
.rect-618{padding-bottom:61.8%;}
.rect-70{padding-bottom:70%;}
.rect-75{padding-bottom:75%;}
.rect-80{padding-bottom:80%;}
.rect-90{padding-bottom:90%;}
.rect-100{padding-bottom:100%;}
/* 栅格系统 */
.row2{width:102%;transition:.2s width ease;*zoom:1;}.row2:before,.row2:after{display:table;clear:both;content:''}.row2>[class*="span-"]{min-height:5px;float:left;margin-right:2%;*margin-right:1.89%}.row2>.span-1{width:6.33333333%}.row2>.span-2{width:14.66666667%}.row2>.span-3{width:23%}.row2>.span-4{width:31.33333333%}.row2>.span-5{width:39.66666667%}.row2>.span-6{width:48%}.row2>.span-7{width:56.33333333%}.row2>.span-8{width:64.66666667%}.row2>.span-9{width:73%}.row2>.span-10{width:81.33333333%}.row2>.span-11{width:89.66666667%}.row2>.span-12{width:98%}.row2>.span-13{width:106.33333333%}.row2>.span-14{width:114.66666667%}.row2>.span-15{width:123%}.row2>.span-16{width:131.33333333%}.row2>.span-17{width:139.66666667%}.row2>.span-18{width:148%}.row2>.span-19{width:156.33333333%}.row2>.span-20{width:164.66666667%}.row2>.span-21{width:173%}.row2>.span-22{width:181.33333333%}.row2>.span-23{width:189.66666667%}.row2>.span-24{width:198%}.full-row{width:100%;transition:.2s width ease;*zoom:1}.full-row:before,.full-row:after{display:table;clear:both;content:''}.full-row>[class*='span']{float:left}.full-row>.span-1{width:8.33333333%;*width:8.22333333%}.full-row>.span-2{width:16.66666667%;*width:16.55666667%}.full-row>.span-3{width:25%;*width:24.89%}.full-row>.span-4{width:33.33333333%;*width:33.22333333%}.full-row>.span-5{width:41.66666667%;*width:41.55666667%}.full-row>.span-6{width:50%;*width:49.89%}.full-row>.span-7{width:58.33333333%;*width:58.22333333%}.full-row>.span-8{width:66.66666667%;*width:66.55666667%}.full-row>.span-9{width:75%;*width:74.89%}.full-row>.span-10{width:83.33333333%;*width:83.22333333%}.full-row>.span-11{width:91.66666667%;*width:91.55666667%}.full-row>.span-12{width:100%;*width:99.89%}.full-row>.span-13{width:108.33333333%;*width:108.22333333%}.full-row>.span-14{width:116.66666667%;*width:116.55666667%}.full-row>.span-15{width:125%;*width:124.89%}.full-row>.span-16{width:133.33333333%;*width:133.22333333%}.full-row>.span-17{width:141.66666667%;*width:141.55666667%}.full-row>.span-18{width:150%;*width:149.89%}.full-row>.span-19{width:158.33333333%;*width:158.22333333%}.full-row>.span-20{width:166.66666667%;*width:166.55666667%}.full-row>.span-21{width:175%;*width:174.89%}.full-row>.span-22{width:183.33333333%;*width:183.22333333%}.full-row>.span-23{width:191.66666667%;*width:191.55666667%}.full-row>.span-24{width:200%;*width:199.89%}.row2>.pull-right,.full-row>.pull-right{float:right}.row2>.center{position:relative;left:-1%;display:block;float:none;clear:both;margin-right:auto;margin-left:auto}.full-row>.center{display:block;float:none;clear:both;margin-right:auto;margin-left:auto}.pull-left-1{position:relative;left:-8.33333333%}.pull-left-2{position:relative;left:-16.66666667%}.pull-left-3{position:relative;left:-25%}.pull-left-4{position:relative;left:-33.33333333%}.pull-left-5{position:relative;left:-41.66666667%}.pull-left-6{position:relative;left:-50%}.pull-left-7{position:relative;left:-58.33333333%}.pull-left-8{position:relative;left:-66.66666667%}.pull-left-9{position:relative;left:-75%}.pull-left-10{position:relative;left:-83.33333333%}.pull-left-11{position:relative;left:-91.66666667%}.pull-left-12{position:relative;left:-100%}.pull-left-13{position:relative;left:-108.33333333%}.pull-left-14{position:relative;left:-116.66666667%}.pull-left-15{position:relative;left:-125%}.pull-left-16{position:relative;left:-133.33333333%}.pull-left-17{position:relative;left:-141.66666667%}.pull-left-18{position:relative;left:-150%}.pull-left-19{position:relative;left:-158.33333333%}.pull-left-20{position:relative;left:-166.66666667%}.pull-left-21{position:relative;left:-175%}.pull-left-22{position:relative;left:-183.33333333%}.pull-left-23{position:relative;left:-191.66666667%}.pull-left-24{position:relative;left:-200%}.pull-right-1{position:relative;left:8.33333333%}.pull-right-2{position:relative;left:16.66666667%}.pull-right-3{position:relative;left:25%}.pull-right-4{position:relative;left:33.33333333%}.pull-right-5{position:relative;left:41.66666667%}.pull-right-6{position:relative;left:50%}.pull-right-7{position:relative;left:58.33333333%}.pull-right-8{position:relative;left:66.66666667%}.pull-right-9{position:relative;left:75%}.pull-right-10{position:relative;left:83.33333333%}.pull-right-11{position:relative;left:91.66666667%}.pull-right-12{position:relative;left:100%}.pull-right-13{position:relative;left:108.33333333%}.pull-right-14{position:relative;left:116.66666667%}.pull-right-15{position:relative;left:125%}.pull-right-16{position:relative;left:133.33333333%}.pull-right-17{position:relative;left:141.66666667%}.pull-right-18{position:relative;left:150%}.pull-right-19{position:relative;left:158.33333333%}.pull-right-20{position:relative;left:166.66666667%}.pull-right-21{position:relative;left:175%}.pull-right-22{position:relative;left:183.33333333%}.pull-right-23{position:relative;left:191.66666667%}.pull-right-24{position:relative;left:200%}@media only screen and (max-device-width:1024px){.row2>.midd-1{width:6.33333333%}.row2>.midd-2{width:14.66666667%}.row2>.midd-3{width:23%}.row2>.midd-4{width:31.33333333%}.row2>.midd-5{width:39.66666667%}.row2>.midd-6{width:48%}.row2>.midd-7{width:56.33333333%}.row2>.midd-8{width:64.66666667%}.row2>.midd-9{width:73%}.row2>.midd-10{width:81.33333333%}.row2>.midd-11{width:89.66666667%}.row2>.midd-12{width:98%}.row2>.midd-13{width:106.33333333%}.row2>.midd-14{width:114.66666667%}.row2>.midd-15{width:123%}.row2>.midd-16{width:131.33333333%}.row2>.midd-17{width:139.66666667%}.row2>.midd-18{width:148%}.row2>.midd-19{width:156.33333333%}.row2>.midd-20{width:164.66666667%}.row2>.midd-21{width:173%}.row2>.midd-22{width:181.33333333%}.row2>.midd-23{width:189.66666667%}.row2>.midd-24{width:198%}.midd-hide{display:none}.midd-center{position:relative;left:-1%;display:block;float:none;clear:both;margin-right:auto;margin-left:auto}.full-row>.midd-1{width:8.33333333%}.full-row>.midd-2{width:16.66666667%}.full-row>.midd-3{width:25%}.full-row>.midd-4{width:33.33333333%}.full-row>.midd-5{width:41.66666667%}.full-row>.midd-6{width:50%}.full-row>.midd-7{width:58.33333333%}.full-row>.midd-8{width:66.66666667%}.full-row>.midd-9{width:75%}.full-row>.midd-10{width:83.33333333%}.full-row>.midd-11{width:91.66666667%}.full-row>.midd-12{width:100%}.full-row>.midd-13{width:108.33333333%}.full-row>.midd-14{width:116.66666667%}.full-row>.midd-15{width:125%}.full-row>.midd-16{width:133.33333333%}.full-row>.midd-17{width:141.66666667%}.full-row>.midd-18{width:150%}.full-row>.midd-19{width:158.33333333%}.full-row>.midd-20{width:166.66666667%}.full-row>.midd-21{width:175%}.full-row>.midd-22{width:183.33333333%}.full-row>.midd-23{width:191.66666667%}.full-row>.midd-24{width:200%}}@media only screen and (max-device-width:640px){.row2>.smal-1{width:6.33333333%}.row2>.smal-2{width:14.66666667%}.row2>.smal-3{width:23%}.row2>.smal-4{width:31.33333333%}.row2>.smal-5{width:39.66666667%}.row2>.smal-6{width:48%}.row2>.smal-7{width:56.33333333%}.row2>.smal-8{width:64.66666667%}.row2>.smal-9{width:73%}.row2>.smal-10{width:81.33333333%}.row2>.smal-11{width:89.66666667%}.row2>.smal-12{width:98%}.row2>.smal-13{width:106.33333333%}.row2>.smal-14{width:114.66666667%}.row2>.smal-15{width:123%}.row2>.smal-16{width:131.33333333%}.row2>.smal-17{width:139.66666667%}.row2>.smal-18{width:148%}.row2>.smal-19{width:156.33333333%}.row2>.smal-20{width:164.66666667%}.row2>.smal-21{width:173%}.row2>.smal-22{width:181.33333333%}.row2>.smal-23{width:189.66666667%}.row2>.smal-24{width:198%}.smal-hide{display:none}.smal-show{display:block}.smal-center{position:relative;left:-1%;display:block;float:none;clear:both;margin-right:auto;margin-left:auto}[class*='pull-left-'],[class*='pull-right-']{right:auto;left:auto}.full-row>.smal-1{width:8.33333333%}.full-row>.smal-2{width:16.66666667%}.full-row>.smal-3{width:25%}.full-row>.smal-4{width:33.33333333%}.full-row>.smal-5{width:41.66666667%}.full-row>.smal-6{width:50%}.full-row>.smal-7{width:58.33333333%}.full-row>.smal-8{width:66.66666667%}.full-row>.smal-9{width:75%}.full-row>.smal-10{width:83.33333333%}.full-row>.smal-11{width:91.66666667%}.full-row>.smal-12{width:100%}.full-row>.smal-13{width:108.33333333%}.full-row>.smal-14{width:116.66666667%}.full-row>.smal-15{width:125%}.full-row>.smal-16{width:133.33333333%}.full-row>.smal-17{width:141.66666667%}.full-row>.smal-18{width:150%}.full-row>.smal-19{width:158.33333333%}.full-row>.smal-20{width:166.66666667%}.full-row>.smal-21{width:175%}.full-row>.smal-22{width:183.33333333%}.full-row>.smal-23{width:191.66666667%}.full-row>.smal-24{width:200%}}
.note-list{padding-top:25px;border-bottom:#ededed solid 1px;}
.note-list-sm{padding-top:15px;padding-bottom:15px;border-top:#ededed solid 1px;}
/* btn */
.btn { font-size:inherit; font-weight:normal; line-height:24px; display:inline-block; 
    margin-bottom:0; padding:6px 12px; cursor:pointer; -webkit-user-select:none; 
    -moz-user-select:none; -ms-user-select:none; user-select:none; text-align:center; 
    vertical-align:middle; white-space:nowrap; border:1px solid transparent; 
    -ms-touch-action:manipulation; touch-action:manipulation;min-width:2em;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline:none;}
.btn:hover, .btn:focus, .btn.focus { text-decoration:none}
.btn:active, .btn.active { outline:0;  -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor:not-allowed; pointer-events:none; opacity:0.65; -webkit-box-shadow:none; box-shadow:none; filter:alpha(opacity=65);}
.btn-default { color:#333; border-color:#ccc; background-color:#fff;}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open >.dropdown-toggle.btn-default { color:#333!important; border-color:#e6e6e6; background-color:#e6e6e6;}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { border-color:#ccc; background-color:#fff;}
.btn-primary { color:#fff; background-color:#2a6ae2;}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open >.dropdown-toggle.btn-primary { color:#fff; border-color:#286090; background-color:#286090;}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color:#2e6da4; background-color:#2a6ae2;}
.btn-success { color:#fff; background-color:#2a6ae2;}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open >.dropdown-toggle.btn-success { color:#fff; border-color:#2a6ae2; background-color:#2a6ae2;}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { border-color:#2e6da4; background-color:#2e6da4;}
.btn-info { color:#fff; background-color:#5bc0de;}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open >.dropdown-toggle.btn-info { color:#fff; border-color:#31b0d5; background-color:#31b0d5;}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { border-color:#46b8da; background-color:#5bc0de;}
.btn-warning { color:#fff; background-color:#f0ad4e;}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open >.dropdown-toggle.btn-warning { color:#fff; border-color:#ec971f; background-color:#ec971f;}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { border-color:#eea236; background-color:#f0ad4e;}
.btn-danger { color:#fff; background-color:#d9534f;}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open >.dropdown-toggle.btn-danger { color:#fff; border-color:#c9302c; background-color:#c9302c;}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { border-color:#d43f3a; background-color:#d9534f;}
.btn-link { font-weight:normal; color:#2a6ae2; border-radius:0;}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color:transparent; -webkit-box-shadow:none; box-shadow:none;}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color:transparent;}
.btn-link:hover, .btn-link:focus { color:#23527c; background-color:transparent;}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { text-decoration:none; color:#777;}
.btn-lg { font-size:16px; height:50px;line-height:50px; padding:0 16px;}
.btn-sm { font-size:13px; height:30px;line-height:30px; padding:0 12px; min-width:1em;}
.btn-block { display:block; width:100%; padding-right:0; padding-left:0;}
.btn-block +.btn-block { margin-top:5px;}
.btn .jon, .form-mark .jon { line-height:1.2; margin:0; vertical-align:baseline;}
input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block { width:100%;}
.btn-ghost{background:none;border-color:inherit;}
.btn-ghost.btn-primary{border-color:#2a6ae2;}
.btn-ghost.btn-success{border-color:#2a6ae2;}
.btn-ghost.btn-info{border-color:#5bc0de;}
.btn-ghost.btn-warning{border-color:#f0ad4e;}
.btn-ghost.btn-danger{border-color:#d9534f;}
.btn.btn-ghost:hover{color:#fff;}
.btn-ghost.btn-primary:hover{background:#2a6ae2;}
.btn-ghost.btn-success:hover{background:#2a6ae2;}
.btn-ghost.btn-info:hover{background:#5bc0de;}
.btn-ghost.btn-warning:hover{background:#f0ad4e;}
.btn-ghost.btn-danger:hover{background:#d9534f;}

/* Label */
.label {font-size:.9em; line-height:1.6em; display:inline-block; padding:0 .5em; 
    border:1px solid; margin:0 .5em;background:#999;color:#fff;font-weight:normal;}
.label:first-child{margin-left:0;}
.label-list{white-space:normal;}
.label-list .label {margin:0 .6em .6em 0;}
.label.label-primary{ background:#2a6ae2;}
.label.label-success{ background:#25ae88;}
.label.label-info{ background:#4fcbf0;}
.label.label-warning{ background:#fec14c;}
.label.label-danger{ background:#fd7b6d;}

/* color */
.text-muted { color:#777;}
.text-primary,.btn-ghost.btn-primary { color:#2a6ae2;}
a.text-primary:hover { color:#286090;}
.text-success,.btn-ghost.btn-success { color:#25ae88;}
a.text-success:hover { color:#2b542c;}
.text-info,.btn-ghost.btn-info { color:#4fcbf0;}
a.text-info:hover { color:#245269;}
.text-warning,.btn-ghost.btn-warning { color:#fec14c;}
a.text-warning:hover { color:#66512c;}
.text-danger,.btn-ghost.btn-danger { color:#fd7b6d;}
a.text-danger:hover { color:#843534;}
.bg-primary { color:#fff; background-color:#2a6ae2;}
a.bg-primary:hover { background-color:#286090;}
.bg-success { background-color:#dff0d8;}
a.bg-success:hover { background-color:#c1e2b3;}
.bg-info { background-color:#d9edf7;}
a.bg-info:hover { background-color:#afd9ee;}
.bg-warning { background-color:#fcf8e3;}
a.bg-warning:hover { background-color:#f7ecb5;}
.bg-danger { background-color:#f2dede;}
a.bg-danger:hover { background-color:#e4b9b9;}

/*图标字体*/
/*@font-face {font-family:"jrico";
  src:url('iconfont.eot');
  src:url('iconfont.eot?#iefix') format('embedded-opentype'), 
  url('iconfont.woff') format('woff'),
  url('iconfont.ttf') format('truetype'),
  url('iconfont.svg#iconfont') format('svg');
}*/

@font-face {
    font-family: 'jrico';  /* Project id 109845 */
    src: url('iconfont.woff2?t=1640161845454') format('woff2'),
    url('iconfont.woff?t=1640161845454') format('woff'),
    url('iconfont.ttf?t=1640161845454') format('truetype');
}

/*@font-face {
  font-family: 'jrico'; 
  src: url('//at.alicdn.com/t/font_w9hl4qh8ldjf9a4i.eot');
  src: url('//at.alicdn.com/t/font_w9hl4qh8ldjf9a4i.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_w9hl4qh8ldjf9a4i.woff') format('woff'),
  url('//at.alicdn.com/t/font_w9hl4qh8ldjf9a4i.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_w9hl4qh8ldjf9a4i.svg#jrico') format('svg');
}*/

.ion {
  font-family:"jrico" !important;
  display:inline-block;
  vertical-align:middle;
  font-size:1.1em;
  height:1.1em;
  line-height:1.1em;
  font-style:normal;
  -webkit-font-smoothing:antialiased;
  -webkit-text-stroke-width:0.2px;
  -moz-osx-font-smoothing:grayscale;   
}
