@charset "UTF-8";
/**
 *
 * p_base.css
 *
 * @authors leiTingGame-Tp
 * @date    2016-01-22
 * @version v2016
 *
 */
body,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {margin: 0; padding: 0;}
body,
button,
input,
select,
textarea { font-family: 'Roboto,Noto Sans,sans-serif';}
address,
cite,
dfn,
em,
i,
var { font-style: normal; }
small { font-size: 12px;}
ul,ol { list-style: none;}
a { text-decoration: none; color: #000; outline: none;}
a:hover { text-decoration: none;}
abbr[title],
acronym[title] { border-bottom: 1px dotted; cursor: help;}
q:before,
q:after { content: '';}
legend { color: #000;}
fieldset,
img { border: none;}
button,
input,
select,
textarea { font-size: 100%;}
input { outline: none; border: 0;}
table { border-collapse: collapse; border-spacing: 0;}
hr { border: none; height: 1px;}

.clearfix:after{content:""; display:block; clear:both;}
.clearfix{zoom:1;}

.fl{ float:left;}
.fr{ float:right;}
.pr { position:relative;}
.pa { position:absolute;}
.hid{ display: none !important;}