/* CSS Document */

@charset 'utf-8';
/*--------reset------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,
tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,thead,tr,th,td{
border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}

*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box; box-sizing:border-box; word-break:break-all; word-wrap:break-word;}
html{ font-size:14px;}
body{ line-height:1; font-family:"\5FAE\8F6F\96C5\9ED1",Arial, Helvetica, sans-serif,"Microsoft Yahei";}
ol,ul{list-style:none;}
a{text-decoration:none; background:transparent; outline:0;/*outline当元素获得焦点的时候，焦点框为0.*/ padding:0px; margin:0px;}
a:hover,a:focus{text-decoration:none;}
a:hover,a:active{outline:0;}
table{border-collapse:collapse; border-spacing:0;}
input::-webkit-input-placeholder{color:#D9D9D9 !important;}
textarea::-webkit-input-placeholder{color:#D9D9D9 !important;}
textarea,
select
{font-family:inherit; font-size:inherit; font-weight:inherit;}/*字体继承*/
input:focus,
textarea:focus
{ outline:none;}

input[type="button"],
input[type="submit"],
input[type="reset"]
{ -webkit-appearance:none;}/*属性允许您使元素看上去像标准的用户界面元素*/
textarea{
-webkit-appearance:none;}

*{ -webkit-tap-hightlight-color:rgba(14,159,111,0.5);
-webkit-touch-callout:none;}/* 系统默认菜单被禁用*
/* -------- common -------- */

html,body{
font-family:'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;
color:#333;
-webkit-text-size-adjust:none;
text-size-adjust:none;/*用于保证文字大小不随浏览器字体大小变化*/
-webkit-touch-callout:none;
touch-callout:none;/*系统默认菜单被禁用*/
-webkit-font-smoothing:antialiased;
font-smooting:antialiased;/*使页面上的字体抗锯齿，使用户字体看起来会更加清晰舒服*/

}
iframe{
    		display: none;
    	}
    	.body{
    		display: block;
    	}

[ng-cloak]{
    display:none;
	}









