
/**
 * 易乐玩竞技平台
 * @authors cuixiaogui
 * @email   cuixiaogui1202@stnts.com
 * @link    http://www.stnts.com
 * @date    2017-6-30 15:27:30
 */
/* reset.css v1.1.0 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
menu,
form,
fieldset,
blockquote,
pre,
hr,
input,
textarea,
button,
select {
  margin: 0;
}
ul,
ol,
menu,
fieldset,
legend,
input,
textarea,
button,
caption,
th,
td,
blockquote,
dir,
address {
  padding: 0;
}
fieldset,
iframe,
img,
hr {
  border: none;
}
html {
  overflow: auto;
  font-family: sans-serif;
  font-size: 100%;
}
a {
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
a:focus {
  outline: none;
}
menu,
ul,
ol {
  list-style: none;
}
pre,
code,
kbd,
samp,
var {
  font-family: monospace;
  font-size: 1em;
}
pre {
  overflow: auto;
}
input,
textarea,
button,
select,
optgroup,
option {
  font-family: sans-serif;
  font-size: 1em;
}
input,
button,
select {
  overflow: visible;
  *zoom: 1;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
html {
  text-size-adjust: 100%;
}
html.borderbox *:before,
html.borderbox *:before,
html.borderbox *:after,
html.borderbox *:after {
  box-sizing: border-box;
}
input,
textarea {
  appearance: none;
  border-radius: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
/* 新增RESET */
a,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
li * {
  vertical-align: top;
}
img {
  max-width: 100%;
  *width: auto;
  _width: auto;
}
input,
button,
textarea {
  outline: none;
}
input[type="button"],
button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
/*
旋转角度
@ro定义度数 
IE不支持 滤镜支持0，1，2，3
*/
/*
菱形旋转角度
@x横向缩放比例
@y纵向缩放比例
*/
/*
放大缩小
@x横向缩放比例
@y纵向缩放比例
*/
/*
移动距离
@x横向移动距离
@y纵向移动距离
*/
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.txt-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
}
.relative {
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fl,
.fr {
  display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.btn,
.icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.btn-disabled,
.btn-disabled:hover {
  cursor: no-drop;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.ui-center {
  text-align: center;
}
.ui-right {
  text-align: right;
}
.ui-block {
  overflow: hidden;
}
.ui-info,
.ui-error,
.ui-warning,
.ui-success {
  color: #fff;
  padding: 7px 15px;
  display: inline-block;
  *display: inline;
  transition: all 0.25s ease-in-out;
}
.ui-info {
  background: #5BC0DE;
  border: 1px solid #31b0d5;
}
.ui-info:hover {
  background: #31b0d5;
}
.ui-error {
  background: #D9534F;
  border: 1px solid #c9302c;
}
.ui-error:hover {
  background: #c9302c;
}
.ui-warning {
  background: #F0AD4E;
  border: 1px solid #ec971f;
}
.ui-warning:hover {
  background: #ec971f;
}
.ui-success {
  background: #5CB85C;
  border: 1px solid #449d44;
}
.ui-success:hover {
  background: #449d44;
}
.ui-ipt-info {
  border-color: #5BC0DE !important;
}
.ui-ipt-error {
  border-color: #D9534F !important;
}
.ui-ipt-warning {
  border-color: #F0AD4E !important;
}
.ui-ipt-success {
  border-color: #5CB85C !important;
}
.icon-level {
  background: url(../images/icon.png) no-repeat;
  width: 42px;
  height: 16px;
  vertical-align: middle;
  background-position: 0 -22px;
}
.icon-level-1 {
  background-position: 0 -49px;
}
.icon-level-2 {
  background-position: -60px -49px;
}
.icon-level-3 {
  background-position: -119px -49px;
}
.icon-level-4 {
  background-position: 0 -76px;
}
.icon-level-5 {
  background-position: -60px -76px;
}
.icon-level-6 {
  background-position: -119px -76px;
}
.icon-level-7 {
  background-position: 0 -102px;
}
.icon-level-8 {
  background-position: -60px -102px;
}
.icon-level-9 {
  background-position: -119px -102px;
}
/**
 * 易乐玩
 * @authors cuixiaogui
 * @email   cuixiaogui1202@stnts.com
 * @link    http://www.stnts.com
 * @date    2016-12-22 16:10:00
 */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 78px;
  height: 30px;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, border 0.2s ease-in-out 0s;
}
.btn-default {
  background: #ff3600;
  border: 1px solid #ff3600;
  color: #fff;
}
.btn-default:hover {
  color: #fff;
  background: #ff6000;
  border-color: #ff6000;
}
.btn-red {
  background: #ff3600;
  border: 1px solid #ff3600;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background: #ff6000;
  border-color: #ff6000;
}
.btn-gray {
  background: #bbbbbb;
  border: 1px solid #bbbbbb;
  color: #555555;
}
.btn-gray:hover {
  background: #ff3600;
  color: #ffffff;
  border-color: #ff6000;
}
.btn-max {
  width: 148px;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
}
.btn-lg {
  width: 118px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
}
.btn-medium {
  width: 98px;
  height: 30px;
  line-height: 30px;
}
.btn-small {
  width: 88px;
  height: 31px;
  line-height: 31px;
}
.btn-mini {
  width: 67px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.btn-self {
  width: auto;
  background: #f2f2f2;
  height: 27px;
  padding: 0 10px;
}
.btn-self:hover {
  background: #ff3600;
}
.btn-outline {
  background: none;
  color: #555;
}
.btn-link {
  display: inline;
  width: auto;
  line-height: 18px;
}
.btn-link:hover {
  color: #ff6801;
}
.btn-disable {
  background: #888888;
  border-color: #888888;
  cursor: no-drop;
  color: #fff;
}
.btn-disable:hover {
  background: #888888;
  border-color: #888888;
  color: #fff;
}
body {
  color: #555555;
  background: #ffffff;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  word-wrap: break-word;
}
a {
  color: #555555;
  transition: color 0.3s ease-in-out 0s;
}
a:hover {
  color: #ff3600;
}
.assist {
  font-size: 14px;
  color: #888888;
  line-height: 20px;
}
.breadcrumb {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
.breadcrumb a {
  color: #888;
}
.w1200 {
  *zoom: 1;
  width: 1200px;
  margin: 0 auto;
}
.w1200:before,
.w1200:after {
  content: " ";
  display: table;
}
.w1200:after {
  clear: both;
}
h2 {
  color: #222;
  font-weight: normal;
  font-size: 24px;
  padding-left: 8px;
}
h3 {
  max-width: 100%;
  font-size: 16px;
  color: #444;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
}
h3 a {
  color: #444;
}
h3 a:hover {
  color: #ff3600;
}
.opacity-0 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.opacity-1 {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.opacity-2 {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.opacity-3 {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.opacity-4 {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.opacity-5 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.opacity-6 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.opacity-7 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.opacity-8 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.opacity-9 {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.opacity-10 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mt2 {
  margin-top: 2px;
}
.mt70 {
  margin-top: 70px;
}
.row .col-main {
  float: left;
  width: 816px;
}
.row .col-side {
  float: right;
  width: 364px;
}
/**
 * 易乐玩  - 工具条
 * @authors 
 * @email   
 * @link    
 * @date  
 */
.dialog {
  display: none;
  width: 200px;
  height: 120px;
  background-color: #fff;
  position: absolute;
  top: 100px;
  left: 600px;
}
.dialog-head {
  height: 36px;
  overflow: hidden;
  position: relative;
}
.dialog-titile {
  font-size: 14px;
  color: #222;
  font-weight: normal;
  padding-left: 10px;
  line-height: 36px;
  padding-right: 36px;
}
.dialog-close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #626262;
  cursor: pointer;
}
.dialog-close:hover {
  color: #ff6701;
}
.dialog-body {
  background: #fff;
  margin: 10px 38px;
}
.dialog-footer {
  text-align: center;
}
.dialog-tip {
  width: 250px;
  height: 70px;
  border: 1px solid #eee;
  color: #666;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.dialog-tip-success,
.dialog-tip-submit,
.dialog-tip-prompt,
.dialog-tip-error,
.dialog-tip-warn {
  border: none;
  box-shadow: none;
  color: #fff;
}
.dialog-tip-success {
  background: #1dbc55;
}
.dialog-tip-submit,
.dialog-tip-prompt {
  background: #399de3;
}
.dialog-tip-error {
  background: #f33228;
}
.dialog-tip-warn {
  background: #ff861a;
}
.dialog-tip .dialog-body {
  height: 50px;
  background: none;
}
.dialog-tip .dialog-confirm-tip {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  font-size: 14px;
  white-space: nowrap;
}
.dialog-tip .dialog-confirm-tip .iconfont {
  font-size: 32px;
  margin-right: 4px;
  color: #fff;
  vertical-align: middle;
}
.dialog-tip .icon {
  background: none;
}
.dialog-tip .icon-loading {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.dialog-tip .icon-loading img {
  width: 100%;
}
.dialog-shadow {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: fixed;
  top: 0;
  left: 0;
}
.dialog-login {
  width: 660px;
  height: 384px;
  background: none;
  position: absolute;
}
.dialog-login .dialog-head {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.dialog-login .dialog-body {
  background: none;
  margin: 0;
}
.dialog-login-body {
  width: 100%;
  height: 100%;
  position: relative;
}
.dialog-login-body .login-iframe {
  padding-top: 15px;
  padding-left: 8px;
  width: 350px;
  height: 424px;
  background: url(../images/bg_dialog_login.png) top left no-repeat;
  position: absolute;
  top: -16px;
  left: 268px;
  z-index: 5;
}
.dialog-login-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.dialog-login-img img {
  width: 100%;
}
/**
 * 易乐玩 - 信息提示框
 * @authors cuixiaogui
 * @email   cuixiaogui1202@stnts.com
 * @link    http://www.stnts.com
 * @date    2017-1-19 10:30:00
 */
.tooltip {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  z-index: 9999;
}
.tooltip-body {
  padding: 4px 5px;
  font-size: 12px;
  color: #555;
}
.tooltip .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.tooltip .triangle span {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
}
.tooltip .triangle-top {
  left: 50%;
  top: 100%;
  border-width: 7px 5px 0 5px;
  margin-left: -5px;
  border-color: #ddd transparent transparent transparent;
}
.tooltip .triangle-top span {
  border-width: 6px 4px 0 4px;
  border-color: #eee transparent transparent transparent;
  top: -7px;
  left: -4px;
}
.tooltip .triangle-bottom {
  left: 50%;
  top: -7px;
  border-width: 0 5px 7px 5px;
  margin-left: -5px;
  border-color: transparent transparent #ddd transparent;
}
.tooltip .triangle-bottom span {
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #eee transparent;
  top: 1px;
  left: -4px;
}
.tooltip .triangle-left {
  right: -7px;
  top: 50%;
  border-width: 5px 0 5px 7px;
  margin-top: -5px;
  border-color: transparent transparent transparent #ddd;
}
.tooltip .triangle-left span {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #eee;
  top: -4px;
  left: -7px;
}
.tooltip .triangle-right {
  left: -7px;
  top: 50%;
  border-width: 5px 7px 5px 0;
  margin-top: -5px;
  border-color: transparent #ddd transparent transparent;
}
.tooltip .triangle-right span {
  border-width: 4px 6px 4px 0;
  border-color: transparent #eee transparent transparent;
  left: 1px;
  top: -4px;
}
/* Animations */
.animated {
  animation-fill-mode: both;
  animation-duration: .5s;
}
@keyframes flipInUp {
  0% {
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(5deg);
  }
  70% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInRight {
  0% {
    transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(5deg);
  }
  70% {
    transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInTop {
  animation-name: flipInUp;
}
.flipInLeft {
  animation-name: flipInRight;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveBottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeIn {
  animation-name: fadeIn;
}
.moveTop {
  -webkit-animation: moveTop .6s ease both;
  animation: moveTop .6s ease both;
}
.moveBottom {
  -webkit-animation: moveBottom .6s ease both;
  animation: moveBottom .6s ease both;
}
.moveLeft {
  -webkit-animation: moveLeft .6s ease both;
  animation: moveLeft .6s ease both;
}
.moveRight {
  -webkit-animation: moveRight .6s ease both;
  animation: moveRight .6s ease both;
}
/**
 * 易乐玩竞技平台 - 缩略图
 * @authors cuixiaogui
 * @email   cuixiaogui1202@stnts.com
 * @link    http://www.stnts.com
 * @date    2017-6-30 15:27:30
 */
.thumb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  position: relative;
}
.thumb img {
  width: 100%;
}
.thumb-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.2s ease-in-out 0s;
  z-index: 1;
}
.thumb-mask .tmask-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.thumb-mask .tmask-bg-black {
  background: #000;
}
.thumb-mask .tmask-bg-orange {
  background: #ff3600;
}
.thumb-mask .tmask-inner {
  position: relative;
  z-index: 2;
}
.thumb-mask .tmask-inner img {
  width: auto;
}
.thumb-100 {
  width: 100px;
  height: 100px;
}
.thumb-85 {
  width: 85px;
  height: 85px;
}
.thumb-160 {
  width: 160px;
  height: 100px;
}
.thumb-195 {
  width: 195px;
  height: 150px;
}
.thumb-224 {
  width: 224px;
  height: 248px;
}
.thumb-228 {
  width: 228px;
  height: 150px;
}
.thumb-250 {
  width: 250px;
  height: 150px;
}
.thumb-255 {
  width: 255px;
  height: 168px;
}
.thumb-285 {
  width: 285px;
  height: 210px;
}
.thumb-319 {
  width: 319px;
  height: 185px;
}
.thumb-375 {
  width: 375px;
  height: 372px;
}
.thumb-351 {
  width: 351px;
  height: 420px;
}
.thumb-395 {
  width: 395px;
  height: 209px;
}
.thumb-450 {
  width: 450px;
  height: 170px;
}
.thumb-502 {
  width: 502px;
  height: 220px;
}
.thumb-630 {
  width: 630px;
  height: 290px;
}
.thumb-wrap {
  *zoom: 1;
}
.thumb-wrap:before,
.thumb-wrap:after {
  content: " ";
  display: table;
}
.thumb-wrap:after {
  clear: both;
}
.thumb-wrap .des {
  font-size: 14px;
  color: #888888;
  line-height: 20px;
}
span.thumb-border {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 1px;
  height: 10px;
  background: #ccc;
  margin: 0 2px;
  *margin-right: 5px;
  vertical-align: middle;
}
/**
 * 易乐玩 - 缩略图
 * @authors cuixiaogui
 * @email   cuixiaogui1202@stnts.com
 * @link    http://www.stnts.com
 * @date    2017-1-4 20:18:00
 */
.pager ul {
  overflow: hidden;
  text-align: center;
}
.pager ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 34px;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
  line-height: 34px;
  cursor: pointer;
  border: 1px solid #ddd;
}
.pager ul li a,
.pager ul li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 12px;
  height: 100%;
}
.pager ul li:hover,
.pager ul li.active {
  border: 1px solid #ff6701;
  background: #ff6701;
  color: #fff;
}
.pager ul li:hover a,
.pager ul li.active a {
  color: #fff;
}
.pager ul li.disabled {
  cursor: no-drop;
  color: #ddd;
}
.pager ul li.disabled a {
  color: #ddd;
  cursor: no-drop;
}
.pager ul li.disabled:hover {
  color: #ddd;
  background: none;
  border: 1px solid #ddd;
}
.pager ul li.disabled:hover a {
  color: #ddd;
}
.pager-more {
  display: block;
  margin-top: 20px;
  height: 40px;
  width: 100%;
  background: #eee;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #555;
}
.pager-more:hover {
  color: #ff6701;
}
/**
 * 易乐玩竞技平台
 * @authors cuixiaogui
 * @email   cuixiaogui1202@stnts.com
 * @link    http://www.stnts.com
 * @date    2017-7-3 11:00:00
 */
/* 工具条 */
.toolbar-common {
  height: 29px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  line-height: 28px;
}
.toolbar-common a {
  color: #666;
  font-size: 12px;
  padding: 0 4px;
}
.toolbar-common a:hover {
  color: #ff6701;
}
.toolbar-common .icon {
  background: url(../images/icon.png) no-repeat;
}
.toolbar-common .icon-dropdown {
  width: 12px;
  height: 8px;
  background-position: -49px -128px;
  vertical-align: middle;
}
.toolbar-common .icon-new {
  background-position: -122px -128px;
}
.toolbar-common .icon-hot {
  background-position: -143px -128px;
}
.toolbar-common .icon-message {
  width: 15px;
  height: 14px;
  background-position: -71px -128px;
  vertical-align: top;
}
.toolbar-common .dropdown {
  position: relative;
  cursor: pointer;
  z-index: 3;
}
.toolbar-common .dropdown-target {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
}
.toolbar-common .dropdown-content {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), -2px 0 8px rgba(0, 0, 0, 0.1);
}
.toolbar-common .dropdown-hgame {
  padding: 0 10px;
}
.toolbar-common .dropdown-hgame a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.toolbar-common .dropdown-hgame .dropdown-content {
  display: none;
  width: 538px;
  position: absolute;
  right: -40px;
  top: 29px;
  z-index: 3;
  background: #fff;
  padding: 10px 16px;
}
.toolbar-common .dropdown-hgame .dropdown-content ul {
  overflow: hidden;
}
.toolbar-common .dropdown-hgame .dropdown-content li {
  float: left;
  width: 134px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 12px;
  overflow: hidden;
}
.toolbar-common .dropdown-hgame .dropdown-content li a {
  display: block;
  padding: 0;
  margin: 0;
}
.toolbar-common .dropdown-hgame .dropdown-content li b {
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  border-radius: 15px;
  overflow: hidden;
  vertical-align: text-top;
}
.toolbar-common .dropdown-hgame .dropdown-content li b img {
  display: block;
  width: 100%;
  height: 100%;
}
.toolbar-common .dropdown-hgame .dropdown-content li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  padding: 0 4px;
  max-width: 90px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.toolbar-common .dropdown-hgame .dropdown-content li i {
  width: 11px;
  height: 10px;
}
.toolbar-common .dropdown-hgame .dropdown-more {
  text-align: right;
  line-height: 20px;
  font-size: 12px;
}
.toolbar-common .dropdown-hgame .dropdown-more a {
  color: #ff6701;
}
.toolbar-common .dropdown-follow {
  height: 30px;
  padding-left: 12px;
}
.toolbar-common .dropdown-follow .dropdown-target {
  color: #bbbbbb;
  font-size: 14px;
  line-height: 26px;
}
.toolbar-common .dropdown-follow .dropdown-content {
  display: none;
  width: 84px;
  padding: 0 2px;
  position: absolute;
  right: 0;
  top: 29px;
  z-index: 3;
  background: #fff;
}
.toolbar-common .dropdown-follow .dropdown-content li {
  height: 30px;
  text-align: center;
}
.toolbar-common .dropdown-follow .dropdown-content li .iconfont {
  color: #bbb;
  font-size: 14px;
  padding-right: 4px;
}
.toolbar-common .dropdown-follow .dropdown-content li:hover {
  background: #f2f2f2;
}
.toolbar-common .dropdown-follow .dropdown-content li:hover .iconfont {
  color: #ff6701;
}
.toolbar-common .toolbar-loged {
  font-size: 12px;
}
.toolbar-common .toolbar-loged .logout {
  color: #ff9307;
  padding-left: 12px;
}
.toolbar-common .toolbar-loged .logout:hover {
  color: #ff6701;
}
.toolbar-common .toolbar-message {
  float: left;
  width: 15px;
  padding: 7px 0;
  height: 14px;
  position: relative;
}
.toolbar-common .toolbar-message .bull {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 20px;
  color: #ff6701;
  line-height: 22px;
}
/**
 * 易乐玩竞技平台  - 头部 | logo,导航
 * @authors cuixiaogui
 * @email   cuixiaogui1202@stnts.com
 * @link    http://www.stnts.com
 * @date    2017-6-30 15:27:30
 */
.pk-header {
  height: 46px;
  padding-top: 17px;
  padding-bottom: 17px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(100, 100, 100, 0.2);
}
.pk-header .logo {
  width: 205px;
  height: 46px;
  background: url(../images/logo.png) no-repeat;
}
.pk-header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-nav li {
  float: left;
  padding-top: 6px;
  padding-left: 24px;
}
.list-nav li:hover a,
.list-nav li.active a {
  color: #ff3600;
  border-color: #ff3600;
}
.list-nav a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 24px;
  height: 34px;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  border-bottom: 2px solid #fff;
}
.list-nav .bull {
  font-size: 12px;
  line-height: 34px;
  color: #ccc;
}
/**
 * 易乐玩竞技平台 - 底部
 * @authors cuixiaogui
 * @email   cuixiaogui1202@stnts.com
 * @link    http://www.stnts.com
 * @date    2017-6-30 15:27:30
 */
.footer {
  text-align: center;
  padding: 30px 0;
  font-size: 12px;
  color: #cccccc;
  line-height: 21px;
  background: #222222;
}
