﻿@charset 'UTF-8';

/**
 *
 * @authors clotwind (clotwind@qq.com)
 * @date    2015-05-26 16:21:11
 * @version $Id$
 */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.1;
}

ul,
ol,
dl {
  list-style-type: none
}


/*=====================(字体设置)=====================*/

body,
th,
td,
button,
input,
select,
textarea {
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, tahoma, arial, Verdana, sans-serif, 'WenQuanYi Micro Hei', '\5B8B\4F53';
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal
}


/*=====================(链接设置)=====================*/

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a.ie6:hover {
  zoom: 1;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

:focus {
  outline: none;
}

a:hover,
a:active,
a:link,
a:visited {
  cursor: pointer;
}


/*=====================(文字对齐)=====================*/

.text-l {
  text-align: left;
}


/*水平居左*/

.text-r {
  text-align: right;
}


/*水平居右*/

.text-c {
  text-align: center;
}


/*水平居中*/

.va-t {
  vertical-align: top !important;
}


/*上下居顶*/

.va-m {
  vertical-align: middle !important;
}


/*上下居中*/

.va-b {
  vertical-align: bottom !important;
}


/*上下居底*/


/*=====================(绝对定位)=====================*/

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}


/*=====================(浮动)=====================*/

.pull-left {
  float: left;
  _display: inline;
}

.pull-right {
  float: right;
  _display: inline;
}


/*
    Name:           style_clearfix
    Example:        class="clearfix|cl"
    Explain:        Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/

.cl:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.cl,
.clearfix {
  zoom: 1;
}


/*=====================(文字单行溢出省略号)=====================*/

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/*=====================(线条)=====================*/

.line {
  font-size: 0;
  line-height: 0;
  float: none;
  border-top: solid 1px #e5e5e5;
}

.line-dashed {
  font-size: 0;
  line-height: 0;
  float: none;
  border-top: dashed 1px #e5e5e5;
}


/*=====================(有序无序列表)=====================*/

ul.unstyled,
ol.unstyled {
  margin-left: 0;
}

ul.inline,
ol.inline {
  margin-left: 0;
}

ul.inline>li,
ol.inline>li {
  display: block;
  float: left;
  *display: inline;
  *zoom: 1;
}

ol.linenums li {
  margin: 0 0 0 22px;
  list-style: decimal outside none;
}


/*  blank   */

.blank3 {
  font-size: 1px;
  clear: both;
  overflow: hidden;
  height: 3px;
}

.blank5 {
  font-size: 1px;
  clear: both;
  overflow: hidden;
  height: 5px;
}

.blank10 {
  font-size: 1px;
  clear: both;
  overflow: hidden;
  height: 10px;
}

.blank15 {
  font-size: 1px;
  clear: both;
  overflow: hidden;
  height: 15px;
}

.blank20 {
  font-size: 1px;
  clear: both;
  overflow: hidden;
  height: 20px;
}

.blank25 {
  font-size: 1px;
  clear: both;
  overflow: hidden;
  height: 25px;
}

.blank30 {
  font-size: 1px;
  clear: both;
  overflow: hidden;
  height: 30px;
}

.blank35 {
  font-size: 1px;
  clear: both;
  overflow: hidden;
  height: 35px;
}

.blank40 {
  font-size: 1px;
  clear: both;
  overflow: hidden;
  height: 40px;
}


/*=====================(外间距)=====================*/

.mt-5 {
  margin-top: 5px;
}


/*距上5像素*/

.mt-10 {
  margin-top: 10px;
}


/*距上10像素*/

.mt-15 {
  margin-top: 15px;
}


/*距上15像素*/

.mt-20 {
  margin-top: 20px;
}


/*距上20像素*/

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 25px;
}

.mt-40 {
  margin-top: 40px;
}


/*距上20像素*/

.mb-5 {
  margin-bottom: 5px;
}


/*距下5像素*/

.mb-10 {
  margin-bottom: 10px;
}


/*距下10像素*/

.mb-15 {
  margin-bottom: 15px;
}


/*距下15像素*/

.mb-20 {
  margin-bottom: 20px;
}


/*距下20像素*/

.ml-5 {
  margin-left: 5px;
}


/*距左5像素*/

.ml-10 {
  margin-left: 10px;
}


/*距左10像素*/

.ml-15 {
  margin-left: 15px;
}


/*距左15像素*/

.ml-20 {
  margin-left: 20px;
}


/*距左20像素*/

.ml-30 {
  margin-left: 30px;
}


/*距左40像素*/

.ml-40 {
  margin-left: 40px;
}


/*距左30像素*/

.mr-5 {
  margin-right: 5px;
}


/*距右5像素*/

.mr-10 {
  margin-right: 10px;
}


/*距右10像素*/

.mr-15 {
  margin-right: 15px;
}


/*距右15像素*/

.mr-20 {
  margin-right: 20px;
}


/*距右20像素*/

.mr-25 {
  margin-right: 25px;
}


/*距右25像素*/


/*=====================(内填充)=====================*/

.pt-5 {
  padding-top: 5px;
}


/*上填充5像素*/

.pt-10 {
  padding-top: 10px;
}


/*上填充10像素*/

.pt-15 {
  padding-top: 15px;
}


/*上填充15像素*/

.pt-20 {
  padding-top: 20px;
}


/*上填充20像素*/

.pt-30 {
  padding-top: 30px;
}

.pb-5 {
  padding-bottom: 5px;
}


/*下填充5像素*/

.pb-10 {
  padding-bottom: 10px;
}


/*下填充10像素*/

.pb-15 {
  padding-bottom: 15px;
}


/*下填充15像素*/

.pb-20 {
  padding-bottom: 20px;
}


/*下填充20像素*/

.pb-30 {
  padding-bottom: 30px;
}


/*下填充20像素*/

.pl-5 {
  padding-left: 5px;
}


/*左填充5像素*/

.pl-10 {
  padding-left: 10px;
}


/*左填充10像素*/

.pl-15 {
  padding-left: 15px;
}


/*左填充15像素*/

.pl-20 {
  padding-left: 20px;
}


/*左填充20像素*/

.pr-5 {
  padding-right: 5px;
}


/*右填充5像素*/

.pr-10 {
  padding-right: 10px;
}


/*右填充10像素*/

.pr-15 {
  padding-right: 15px;
}


/*右填充15像素*/

.pr-20 {
  padding-right: 20px;
}


/*右填充20像素*/

.pd-5 {
  padding: 5px;
}


/*填充5像素*/

.pd-10 {
  padding: 10px;
}


/*填充10像素*/

.pd-15 {
  padding: 15px;
}


/*填充15像素*/

.pd-20 {
  padding: 20px;
}


/*填充20像素*/


/*=====================(字体大小)=====================*/

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 .fs14 a {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, tahoma, arial, Verdana, sans-serif, 'WenQuanYi Micro Hei', '\5B8B\4F53';
}

.fs18 {
  font-size: 18px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, tahoma, arial, Verdana, sans-serif, 'WenQuanYi Micro Hei', '\5B8B\4F53';
}

.fs20 {
  font-size: 20px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, tahoma, arial, Verdana, sans-serif, 'WenQuanYi Micro Hei', '\5B8B\4F53';
}

.fs22 {
  font-size: 22px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, tahoma, arial, Verdana, sans-serif, 'WenQuanYi Micro Hei', '\5B8B\4F53';
}

.fs24 {
  font-size: 24px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, tahoma, arial, Verdana, sans-serif, 'WenQuanYi Micro Hei', '\5B8B\4F53';
}

.fs28 {
  font-size: 28px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, tahoma, arial, Verdana, sans-serif, 'WenQuanYi Micro Hei', '\5B8B\4F53';
}

.fs30 {
  font-size: 30px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, tahoma, arial, Verdana, sans-serif, 'WenQuanYi Micro Hei', '\5B8B\4F53';
}

.fs40 {
  font-size: 40px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, tahoma, arial, Verdana, sans-serif, 'WenQuanYi Micro Hei', '\5B8B\4F53';
}

.fs45 {
  font-size: 45px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, tahoma, arial, Verdana, sans-serif, 'WenQuanYi Micro Hei', '\5B8B\4F53';
}


/*=====================(字体颜色)=====================*/

.c0,
.c0 a {
  color: #fff;
}

.c1,
.c1 a {
  color: #000
}

.c2,
.c2 a {
  color: #222;
}

.c3,
.c3 a {
  color: #444;
}

.c4,
.c4 a {
  color: #666;
}

.c5,
.c5 a {
  color: #999;
}

.c6,
.c6 a {
  color: #5f4326;
}


/*=====================(分割线)=====================*/

.pipe {
  margin: 0 5px;
  color: #ccc;
}


/*=====================(隐藏 显示)=====================*/

.hide {
  display: none;
}

.hide-60 {
  height: 60px;
  overflow: hidden;
  display: block;
}


.hide-110 {
  height: 110px;
  overflow: hidden;
  display: block;
}

.hide-160 {
  height: 160px;
  overflow: hidden;
  display: block;
}

[hidden] {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.f-hide {
  font: 0/0 a;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}

[class*='span'].hide,
.row-fluid [class*='span'].hide {
  display: none;
}

.show {
  display: block;
}

.show-expand {
  height: auto;
  display: block;
}

.invisible {
  visibility: hidden;
}

.oh {
  overflow: hidden;
}


/*=====================(按钮样式)=====================*/

.btn {
  font-size: 14px;
  line-height: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  overflow: visible;
  zoom: 1;
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border: 0;
  *display: inline;
}

.sn {
  font-size: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  overflow: visible;
  zoom: 1;
  width: auto;
  margin: 0;
  padding: 2px 6px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border: 0;
  *display: inline;
}

.btn:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 0 0 0;
}


/*=====================(iconfont)=====================*/

i {
  font-family: 'iconfont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  line-height: 18px;
  color: #fff;
}


/*=====================(iconfont)=====================*/

.star-bar .star {
  display: inline-block;
  text-align: center;
}

.star-bar-show {
  background: url(../img/iconpic-star-s-default.png) repeat-x 0 0;
  /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iconpic-star-s-default.png',sizingMethod='scale'); */
}

.star-bar-show .star {
  background: url(../img/iconpic-star-s.png) repeat-x 0 0;
  /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iconpic-star-s.png',sizingMethod='scale'); */
}

.star-bar-show_2 {
  background: url(../img/iconpic-star-s-default_to.png) repeat-x 0 0;
  /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iconpic-star-s-default.png',sizingMethod='scale'); */
}

.star-bar-show_2 .star {
  background: url(../img/iconpic-star-s-default_to.png) repeat-x 0 -16px;
  /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iconpic-star-s.png',sizingMethod='scale'); */
}

.star-1 {
  width: 20%;
}

.star-2 {
  width: 40%
}

.star-3 {
  width: 60%;
}

.star-4 {
  width: 80%
}

.star-5 {
  width: 100%
}

.star-bar-show.size-M {
  width: 110px;
  height: 20px
}



.star-bar-show.size-M .star {
  height: 20px
}

.star-bar-show.size-S {
  width: 80px;
  height: 16px
}

.star-bar-show.size-S,
.star-bar-show.size-S .star {
  background-size: 16px
}

.star-bar-show.size-S .star {
  height: 16px
}

/*排名配色*/
.king_one {
  background-color: #ff5252;
  color: #fff !important;
}

.king_two {
  background-color: #66bb6a;
  color: #fff !important;
}

.king_three {
  background-color: #40c4ff;
  color: #fff !important;
}

/*tooltip*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .25;
}