@charset "utf-8";
/*
 * 初始化页面样式
 * 适用所有页面
 */
/*
 * 字体
 */
@font-face{
  font-family: pingfang-regulaer;
  src: url('../css/fonts/pingfang-regular.ttf'); /* IE9+ */
}
@font-face{
  font-family: pingfang-bold;
  src: url('../css/fonts/pingfang-bold.ttf'); /* IE9+ */
}
html,body,.pure-g [class *= "pure-u"]{font-family:"pingfang-regular",arial,"微软雅黑"!important;}
html{overflow-y:scroll}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body,button,input,select,textarea{font:12px/1.5 "pingfang-regular",arial,simsun}
address,cite,dfn,em,var,i,em{font-style:normal}
code,kbd,pre,samp{font-family:courier new,courier,monospace}
small{font-size:12px}
ul,ol{list-style:none}
input,textarea{outline: none;resize: none;}
a{color: #efb272;text-decoration:none;}
a:hover,a:focus{color: #0459b4;outline:none;-moz-outline:none;}

img,object{vertical-align:middle}
img{ max-width: 100%; }
body{color:#efb272; background: #11035e;width: 100%;}

/*渐显动画*/
@-webkit-keyframes fadein{ 0%  {opacity: 0;} 100%{opacity: 1;} }
@-moz-keyframes fadein{ 0%  {opacity: 0;} 100%{opacity: 1;} }
@-o-keyframes fadein{ 0%  {opacity: 0;} 100%{opacity: 1;} }
@keyframes fadein{ 0%  {opacity: 0;filter:alpha(opacity=0);} 100%{opacity: 1;filter:alpha(opacity=100);} }

.red{ color: #fb2e2e; }
.relative{ position: relative; }
.absolute{ position: absolute; }
/**
 * 浮动
 */
.g-fl{float:left}
.g-fr{float:right}

.tl{ text-align: left; }
.tc{ text-align: center; }
.tr{ text-align: right; }

/**
 * 清除活动 .g-cf
 * 全局容器 .g-o
 */
.clear{*zoom:1}
.clear:after{display:block;visibility:hidden;clear:both;height:0;line-height:0;content:'\20'}

.wrap{width:1200px;min-width: 1200px; margin: 0 auto;}

