@charset "utf-8";
a:active{star:expression(this.onFocus=this.blur());}
a:focus,button:focus{outline:none; -moz-outline:none;}
:focus{outline:none;}
/*Reset Css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,area,param{margin:0; padding:0;}
html,body{margin:0; padding:0; height: 100%;}
select{*behavior: url("select.htc");}/*IE6,IE7select*/
ol,ul{padding-left:0; list-style-type:none; list-style:none;}
img{border:none; display:inline-block; vertical-align:middle; *display:inline; *zoom:1;}
th{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
input{display:inline-block; vertical-align:middle; *display:inline; *zoom:1;}
fieldset{border:none;}
legend{display:none;}
/*Clear Css*/
.clear{clear:both; font-size:0px; height:0px; line-height:0;}
.clearfix:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:block;zoom:1;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
/*Common Css*/
body{ line-height:1.5;}
.fl{float:left; _display:inline;}
.fr{float:right; _display:inline;}
/* 页面选中颜色 */
::-moz-selection {background: #222;color: #fff;}
::-webket-selection {background: #222;color: #fff;}
::-o-selection {background: #222;color: #fff;}
::selection {background: #222;color: #fff;}
*:focus {outline: none;}
/* CSS3滚动条 */
.liststyle ::selection {background: #222 ; color: white ; text-shadow: none ;}
.liststyle ::-webkit-scrollbar-track-piece{width:10px;background-color:#ebebeb ;  border-radius:50px}
.liststyle ::-webkit-scrollbar{width:8px;height:6px ; }
.liststyle ::-webkit-scrollbar-thumb{height:50px;background:#ff6600;  border-radius:50px ; cursor:pointer;}
.liststyle ::-webkit-scrollbar-thumb:hover{background:#ff6600 ; cursor:pointer}
/* 设置默认字体 */ 
body, button, input, select, textarea {font-family:'century',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,"Arail";font-size: 12px;line-height:1.5;}

input,select,button,textarea{-webkit-appearance:none; /*去除input默认样式*/}
input[type="checkbox"]{-webkit-appearance:checkbox;}
input[type="radio"]{-webkit-appearance:radio;}

select,input[type="datetime-local"]{ background:url(../images/select_jt.png) no-repeat right center #fff;}
input[type="datetime-local"]::-webkit-calendar-picker-indicator { opacity:0;}
body{ -webkit-text-size-adjust: 100% !important;text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;}

.img_cut{background:no-repeat center center; background-size:cover; overflow:hidden; display:block; width:100%; height:auto;}

.ntb{display: table; table-layout: fixed; width: 100%; height: 100%;}
.ntd{display: table-cell; vertical-align: middle;}
.flex{ display: flex;    /*设置显示样式**/
align-items: center;    /**子view垂直居中*/
vertical-align: center; /**垂直居中*/
justify-content: center; /**内容居中*/
flex-direction:row;}


::-webkit-input-placeholder{color:#b8da9e;}
:-moz-placeholder {color:#b8da9e;}
::-moz-placeholder {color:#b8da9e;}
:-ms-input-placeholder {color:#b8da9e;}

@font-face {
  font-family: 'century';
  src:url('century.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'century2';
  src:url('century2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.toast-top-center {top: 10% !important;left: 50% !important;margin-top: -30px !important;margin-left: -7em !important;width:14em !important;}
#toast-container > div{width:14em !important;}
