﻿* { margin: 0; padding: 0; }
/* body */
body { font: 12px/25px "Microsoft YaHei UI", "Microsoft YaHei UI Light", sans-serif, Arial, "Arial Narrow", "微软雅黑", "宋体"; }
i, em { font-style: normal; }
/* a */
a, a:link { color: #333; text-decoration: none; }
a:visited { }
a:active, a:hover { text-decoration: none; color: #666; }
a:focus { outline: none; }
/* form */
textarea, input { word-wrap: break-word; word-break: break-all; }
input { vertical-align: middle; font-size: 12px }
.button { vertical-align: middle; font-size: 12px }
.button { cursor: pointer; }
/* li */
ul, li { list-style-type: none; }
/* img */
img { border: 0 none; vertical-align: middle; }
/*public*/
.db { display: block; }
/*float*/
.fl, .fr { display: inline-block; float: left; }
.fr { float: right; }
/*margin*/
.mt15 { margin-top: 15px; }
.mr15 { margin-right: 15px; }
.mb15 { margin-bottom: 15px; }
.ml15 { margin-left: 15px; }
.m0{ margin: 0 auto; }
/*padding*/
.p-4-10 { padding: 10px; }
.p-3-9 { padding: 10px 9px 9px 9px; }
/*border*/
.b-4-1 { border: 1px solid #999; }
.b-3-1 { border: 1px solid #999; border-top: none; }
/*text*/
.ti { text-indent: 2em; }
/*other*/
.cur { cursor: pointer; }
.oh { overflow: hidden; }
/*clearboth*/
.cl { clear: both; display: block; height: 0; font-size: 0; overflow: hidden; }
.clearfix:after {content:"24dq"; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */
/*position*/
.poa { position: absolute; }
.po { position: relative; }
