/*
* 框架名称：cosyless
* 框架描述：一个舒适的 LESS 框架，一种更好的 CSS 书写方式
* 框架版本：2.0.0
* 框架作者：@yinchuanwu
* 更新时间：2014-11-21
* LESS版本：1.7.5
*/
/*
* 模块描述：全局浏览器用户代理样式表（user agent stylesheet）重置样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
body,
input,
textarea,
button,
select,
pre,
code {
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '\5b8b\4f53', Tahoma, Arial, sans-serif;
  font-size: 75%;
  line-height: 1.5;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
form,
fieldset,
input,
textarea,
button,
select,
pre,
blockquote,
hr {
  margin: 0;
}
fieldset,
legend,
button,
ul,
ol {
  padding: 0;
}
iframe,
frame,
img,
fieldset,
hr {
  border: none;
}
body {
  overflow-x: hidden;
  color: #333;
  background-color: #fff;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
button,
select {
  font-size: 1em;
}
input,
button {
  overflow: visible;
  *zoom: 1;
}
textarea {
  resize: none;
}
pre,
code {
  font-size: 1em;
}
cite {
  font-style: normal;
}
address {
  font-style: normal;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted #999;
}
hr {
  height: 0;
  line-height: 0;
}
/*
* 模块描述：全局网页排版样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
.typo-ul,
.typo-ol {
  counter-reset: list;
}
.typo-ul li:before,
.typo-ol li:before {
  display: inline-block;
  width: 2em;
  text-align: right;
  color: #aaa;
}
.typo-ul ul,
.typo-ol ul,
.typo-ul ol,
.typo-ol ol {
  margin: 0 0 0 4em;
}
.typo-ul > li:before {
  content: '\2022\00A0\00A0\2009';
}
.typo-ul-ie {
  list-style-type: disc;
  padding-left: 40px;
}
.typo-ul-ie ul,
.typo-ul-ie ol {
  list-style-type: circle;
}
.typo-ol > li:before {
  counter-increment: list;
  content: counter(list) '.\00A0\2009';
}
.typo-ol-ie {
  list-style-type: decimal;
  padding-left: 40px;
}
.typo-ol-ie ul,
.typo-ol-ie ol {
  list-style-type: circle;
}
.typo-dl dt {
  font-weight: bold;
}
.typo-dl dd {
  margin: 0 0 0 2em;
}
.typo-dl-ie dd {
  margin-left: 40px;
}
.typo-table {
  width: 100%;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #fff;
}
.typo-table th,
.typo-table td {
  padding: 5px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.typo-table thead {
  background-color: #f8f8f8;
}
.typo-table thead th {
  text-align: left;
}
.typo-table tbody tr:nth-child(even) {
  background-color: #fefefe;
}
/*
* 模块描述：清除浮动修复样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
* 模块描述：浮动双边距修复样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
.pull-left,
.pull-right {
  *display: inline;
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*
* 模块描述：行块元素转换修复样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
/*
* 模块描述：最小值转换修复样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
/*
* 模块描述：元素透明修复样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-26
*/
/*
* 模块描述：背景透明修复样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
/*
* 模块描述：常用外边距值样式（5~50，5的倍数递增，覆盖上右下左）
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.m45 {
  margin: 45px;
}
.m50 {
  margin: 50px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
/*
* 模块描述：常用内边距值样式（5~50, 5的倍数递增）
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p45 {
  padding: 45px;
}
.p50 {
  padding: 50px;
}
/*
* 模块描述：常用文本对齐样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*
* 模块描述：文本溢出处理样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
.hidden-nowrap {
  overflow: hidden;
  *zoom: 1;
  white-space: nowrap;
}
.hidden-nowrap-ellipsis {
  overflow: hidden;
  *zoom: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*
* 模块描述：文本换行处理样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
/*
* 模块描述：文本取代处理样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
/*
* 模块描述：常用显示/隐藏 CSS 类
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
.show,
.on {
  display: block;
}
.hide,
.off {
  display: none;
}
/*
* 模块描述：常用文本样式样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
/*
* 模块描述：常用颜色变量样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-gray {
  color: #808080;
}
.text-red {
  color: #e86666;
}
.text-green {
  color: #2bad66;
}
.text-blue {
  color: #32a8e9;
}
.text-cyan {
  color: #006666;
}
.text-yellow {
  color: #ffff00;
}
.text-orange {
  color: #fe975f;
}
.text-purple {
  color: #9900ff;
}
.text-pink {
  color: #ff0099;
}
/*
* 模块描述：常用背景色样式
* 模块兼容：Chrome（latest-1），Firefox（latest-1），IE（6+）
* 模块作者：@yinchuanwu
* 更新时间：2014-11-21
*/
.bg-white {
  background-color: #ffffff;
}
.bg-black-10 {
  background-color: #e6e6e6;
}
.bg-black-20 {
  background-color: #cccccc;
}
.bg-black-30 {
  background-color: #b3b3b3;
}
.bg-black-40 {
  background-color: #999999;
}
.bg-black-50 {
  background-color: #808080;
}
.bg-black-60 {
  background-color: #666666;
}
.bg-black-70 {
  background-color: #4d4d4d;
}
.bg-black-80 {
  background-color: #333333;
}
.bg-black-90 {
  background-color: #191919;
}
.bg-black {
  background-color: #000000;
}
.bg-red {
  background-color: #e86666;
}
.bg-green {
  background-color: #2bad66;
}
.bg-blue {
  background-color: #32a8e9;
}
.bg-cyan {
  background-color: #006666;
}
.bg-yellow {
  background-color: #ffff00;
}
.bg-orange {
  background-color: #fe975f;
}
.bg-purple {
  background-color: #9900ff;
}
.bg-pink {
  background-color: #ff0099;
}
