@charset "UTF-8";
/*link-color*/
/*link-color-hover*/
/*content-color-hover*/
/* 字体大小变量 */
/* 10pt */
/* 11pt */
/* 12pt */
/* 13pt */
/* 14pt */
/* 15pt */
/* 16pt */
/* 17pt */
/*!
 * FileName   : global.css
 * WebSite    : http://www.duowan.com
 * Desc       :
 * Author     :
 * Version    : 3.3.0
 * LastChange : 2012-02-20T14:54:09
 * */
/*!
 * 重置
 * */
/* line 14, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  color: #000;
  background: #FFF;
  overflow: hidden;
}

/* line 15, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
body {
  margin: 0;
  word-wrap: break-word;
}

/* line 16, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
:active {
  outline: 0;
}

/* line 17, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
:visited {
  outline: 0;
}

/* line 18, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
:link, :visited, ins {
  text-decoration: none;
}

/* line 19, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, dialog {
  display: block;
}

/* line 20, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
audio, video, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 21, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, select, textarea, p, blockquote, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

/* line 22, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
fieldset, iframe {
  border: 0 none;
}

/* line 23, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
img {
  border: 0 none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 24, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
address, caption, cite, code, dfn, em, i, th, var, optgroup {
  font-style: normal;
  font-weight: normal;
}

/* line 25, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
h1, h2, h3, h4, h5, h6, code, kbd, samp, tt, sup, sub, small, input, button, textarea, select {
  font-size: 100%;
}

/* line 26, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
abbr, acronym {
  border: 0 none;
  font-variant: normal;
}

/* line 27, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* line 28, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 29, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
ol, ul, menu {
  list-style: none outside none;
}

/* line 30, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 31, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
td {
  vertical-align: top;
}

/* line 32, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
caption, th {
  text-align: left;
}

/* line 33, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
sup {
  vertical-align: text-top;
}

/* line 34, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
sub {
  vertical-align: text-bottom;
}

/* line 35, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
blockquote, q {
  quotes: none;
}

/* line 36, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 37, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
mark {
  background-color: #ff6;
}

/* line 38, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
del {
  text-decoration: line-through;
}

/* line 39, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 40, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
input, select, button {
  vertical-align: middle;
}

/* line 41, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
button {
  width: auto;
  cursor: pointer;
  overflow: visible;
}

/* line 44, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
input[type=reset],
input[type=button],
input[type=submit] {
  cursor: pointer;
  overflow: visible;
}

/* line 46, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
input[type=checkbox],
input[type=radio] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*!
 * 公共
 * */
/* line 51, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

/* line 52, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 53, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.clearfix {
  zoom: 1;
}

/* line 54, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

/* line 55, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.fr {
  display: inline;
  float: right !important;
}

/* line 56, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.fl {
  display: inline;
  float: left !important;
}

/* line 57, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.show {
  display: block;
}

/* line 58, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hide {
  display: none;
}

/* line 59, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 60, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.highlight {
  color: #F30 !important;
}

/* line 61, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.important {
  font-weight: 700 !important;
}

/* line 62, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.center {
  text-align: center !important;
}

/* line 63, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.left {
  text-align: left !important;
}

/* line 64, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.right {
  text-align: right !important;
}

/* line 65, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.indent {
  text-indent: 2em;
}

/* line 70, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.blank5,
.blank8,
.blank10,
.blank15,
.blank20 {
  display: block;
  clear: both;
  overflow: hidden;
}

/* line 71, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.blank5 {
  height: 5px;
}

/* line 72, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.blank8 {
  height: 8px;
}

/* line 73, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.blank10 {
  height: 10px;
}

/* line 74, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.blank15 {
  height: 15px;
}

/* line 75, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.blank20 {
  height: 20px;
}

/* line 76, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.no-border {
  border: 0 none !important;
}

/* line 77, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.transparent {
  opacity: .0;
  filter: alpha(opacity=0);
}

/* line 78, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
small, .small {
  -webkit-text-size-adjust: none;
}

/* line 79, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
button, input.button {
  line-height: 1\9;
  padding: 5px 4px 3px \0;
}

/* line 80, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
input.button {
  cursor: pointer;
  overflow: visible;
  *padding: 5px 4px 2px;
}

/* line 81, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
button {
  *padding: 4px 4px 3px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 82, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
  button, input[type=reset], input[type=button], input[type=submit] {
    padding: 4px;
  }
}

@-moz-document url-prefix() {
  /* line 83, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
  }
  /* line 83, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
  button, input[type=reset], input[type=button], input[type=submit] {
    padding: 2px 4px 3px;
  }
}

/* line 84, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pas {
  padding: 5px;
}

/* line 85, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pam {
  padding: 10px;
}

/* line 86, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pal {
  padding: 20px;
}

/* line 87, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pts {
  padding-top: 5px;
}

/* line 88, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.ptm {
  padding-top: 10px;
}

/* line 89, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.ptl {
  padding-top: 20px;
}

/* line 90, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.prs {
  padding-right: 5px;
}

/* line 91, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.prm {
  padding-right: 10px;
}

/* line 92, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.prl {
  padding-right: 20px;
}

/* line 93, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pbs {
  padding-bottom: 5px;
}

/* line 94, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pbm {
  padding-bottom: 10px;
}

/* line 95, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pbl {
  padding-bottom: 20px;
}

/* line 96, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pls {
  padding-left: 5px;
}

/* line 97, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.plm {
  padding-left: 10px;
}

/* line 98, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pll {
  padding-left: 20px;
}

/* line 99, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.phs {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 100, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.phm {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 101, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.phl {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 102, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pvs {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 103, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pvm {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 104, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.pvl {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 105, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mas {
  margin: 5px;
}

/* line 106, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mam {
  margin: 10px;
}

/* line 107, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mal {
  margin: 20px;
}

/* line 108, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mts {
  margin-top: 5px;
}

/* line 109, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mtm {
  margin-top: 10px;
}

/* line 110, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mtl {
  margin-top: 20px;
}

/* line 111, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mrs {
  margin-right: 5px;
}

/* line 112, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mrm {
  margin-right: 10px;
}

/* line 113, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mrl {
  margin-right: 20px;
}

/* line 114, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mbs {
  margin-bottom: 5px;
}

/* line 115, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mbm {
  margin-bottom: 10px;
}

/* line 116, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mbl {
  margin-bottom: 20px;
}

/* line 117, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mls {
  margin-left: 5px;
}

/* line 118, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mlm {
  margin-left: 10px;
}

/* line 119, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mll {
  margin-left: 20px;
}

/* line 120, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mhs {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 121, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mhm {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 122, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mhl {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 123, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mvs {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 124, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mvm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 125, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mvl {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 126, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.fss {
  font-size: 10px;
}

/* line 127, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.fsm {
  font-size: 12px;
}

/* line 128, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.fsl {
  font-size: 14px;
}

/* line 129, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.fsxl {
  font-size: 16px;
}

/* line 130, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.fsxxl {
  font-size: 18px;
}

/* line 131, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.fwn {
  font-weight: 400;
}

/* line 132, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.fwb {
  font-weight: 700;
}

/*!
 * 基本
 * */
/* line 136, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
body {
  font: 12px/1.5 tahoma,sans-serif;
  color: #333;
  width: 872px;
  height: 590px;
  overflow: hidden;
}

/* line 137, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
a {
  text-decoration: none;
  color: #A7A18C;
}

/* line 138, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
a:hover {
  text-decoration: underline;
  color: #fff;
}

/*!
 * 全局
 * */
/*!
 * 专区正文表格
 * */
/* line 146, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
#text table {
  border-collapse: separate;
  border-spacing: 1px;
}

/*------------------------------------------------模板样式 start------------------------------------------------*/
/* line 150, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box {
  zoom: 1;
  position: relative;
}

/* .box设置relative，.box-bd设置overflow:hidden，.box-bd的子元素可以相对于.box这个祖先元素absolute定位，而不被.box-bd隐藏 */
/* 盒子子元件 */
/* line 153, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box .box-hd {
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  margin: -1px -1px 0;
  height: 30px;
  line-height: 30px;
}

/* line 154, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box .box-act {
  float: right;
}

/* line 155, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box .box-hd .icon {
  float: left;
  width: 16px;
  height: 16px;
  margin: 7px 8px 0 0;
  background-color: #3c6;
}

/* line 156, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box .box-hd .title {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}

/* line 157, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box .box-hd .act {
  float: right;
}

/* line 158, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box .box-hd .act .links {
  float: right;
  overflow: hidden;
  display: inline;
  margin-right: -6px;
  height: 16px;
  margin-top: 9px;
}

/* line 159, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box .box-hd .act .links a {
  float: left;
  display: inline;
  white-space: nowrap;
  line-height: 16px;
  padding: 0 5px 0 0;
  margin: -2px -1px 0 6px;
  border-right: 1px solid #999;
}

/* line 160, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box .box-hd .act .more {
  float: right;
  margin-left: 10px;
}

/* line 161, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box .box-hd .act .btn-close {
  float: right;
}

/*!
 * 面包屑导航
 * default
 * */
/* line 167, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-crumbs-s1 {
  overflow: hidden;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  color: #757369;
}

/* line 168, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-crumbs-s1 .back-to-index {
  height: 22px;
  overflow: hidden;
  margin: 6px 0 0 0;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

/* line 169, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-crumbs-s1 .arrow {
  width: 10px;
  height: 34px;
  overflow: hidden;
  margin: 0 10px;
  color: #464141;
}

/* line 170, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-crumbs-s1 a {
  color: #333333 !important;
}

/* line 171, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-crumbs-s1 b {
  font-weight: normal;
  color: #666666;
}

/* line 172, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-crumbs-s1 .week-win-link {
  position: absolute;
  top: 0px;
  right: 20px;
  padding-left: 20px;
  background: url(../img/icon-weekwin.png) no-repeat 0px 10px;
}

/* line 174, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-pic {
  padding-top: 10px;
  letter-spacing: -0.34em;
  word-spacing: -0.34em;
}

@media all and (-webkit-min-device-pixel-ratio: 1) {
  /* line 175, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
  .mod-pic {
    word-spacing: normal;
  }
}

/* li的width,height值为img的盒模型宽高值 */
/* line 177, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-pic li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  overflow: hidden;
  position: relative;
  width: 132px;
  margin: 0 0 10px 10px;
}

/* line 178, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-pic a {
  display: block;
  text-align: center;
}

/* line 179, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-pic img {
  width: 130px;
  height: 90px;
  border: 1px solid #525448;
}

/* 如果em定义了高度，在ie下鼠标移上去不会出现鼠标手型，需设置cursor:pointer */
/* line 181, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-pic em {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  cursor: pointer;
  line-height: 18px;
  padding: 4px 0 0;
}

/* line 182, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-pic a:hover {
  zoom: 1;
  text-decoration: none;
}

/* ie6 fix */
/* line 183, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-pic a:hover em {
  text-decoration: underline;
  color: #fff;
}

/*鼠标移上去增加效果，可选*/
/* line 185, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-pic a:hover img {
  border-color: #999;
}

/* 带播放按钮的视频列表 */
/* line 187, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-vid li {
  position: relative;
}

/* line 188, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-vid img {
  opacity: .8;
  filter: alpha(opacity=80);
}

/* line 189, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-vid .vedio_time_num {
  display: block;
  width: 40px;
  height: 22px;
  line-height: 22px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 69px;
  right: 1px;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#30000000,endcolorstr=#30000000);
}

/* line 190, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-vid a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*颜色代码*/
/* line 193, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.yellow {
  color: #FFFF00;
}

/*------------------------------------------------模板样式 end--------------------------------------------------*/
/*页面代码部分*/
/* line 198, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.wrap {
  box-sizing: border-box;
  width: 872px;
  height: 590px;
  padding: 0px 30px;
  overflow: hidden;
}

/* line 199, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box_bg {
  position: relative;
}

/*------------------------------------------------展示页样式 start------------------------------------------------*/
/* line 203, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.showpic-num {
  line-height: 34px;
  height: 34px;
  margin-right: 15px;
  color: #fff;
}

/* line 204, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.showpic_container {
  text-align: center;
  margin-top: 3px;
  position: relative;
  *zoom: 1;
}

/* line 205, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.showpic_container .pic {
  width: 560px;
  height: 420px;
  border: 1px solid #282626;
  background: #161515;
  padding: 5px;
  margin: 0px auto;
}

/* line 206, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.showpic_container .intro_picbtn {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 180px;
  text-indent: -9999px;
  background-image: url(../img/iconmap-intro_btn.png);
  _background-image: url(../img/iconmap-intro_btn_ie6.png);
}

/* line 207, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.showpic_container .prev {
  background-position: left top;
  left: 35px;
}

/* line 208, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.showpic_container .next {
  background-position: left 48px;
  right: 35px;
}

/* line 209, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.showpic_container .get_it {
  font-family: \5fae\8f6f\96c5\9ed1, sans-serif;
  font-size: 14px;
  line-height: 33px;
  height: 33px;
  border: 1px solid #040402;
  background: url(../img/bg_intro_getit_btn.png) repeat-x 0px 0px;
  display: inline-block;
  position: relative;
  top: -59px;
  /*position:absolute; bottom:26px; left:270px;*/
  width: 98px;
  color: #fff;
}

/* line 210, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.showpic_container .get_it:hover {
  text-decoration: none;
  color: #fff;
}

/*------------------------------------------------展示页样式 end--------------------------------------------------*/
/*------------------------------------------------内嵌精彩视频页样式 start------------------------------------------------*/
/* line 215, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_page_box {
  width: 437px;
  background: #2D2A2A;
  float: left;
  _margin-right: -3px;
  /*修复BFC中ie6之间的间隙*/
}

/* line 216, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_page_box .mod-pic {
  padding-top: 0px;
}

/* line 217, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_page_box .mod-pic li {
  margin: 0px 0px 7px 10px;
}

/* line 218, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_page_box .mod-pic em {
  color: #A7A18C;
}

/* line 219, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box .box-hd .hot_new_vedio_title {
  color: #CBC8B6;
  font-size: 12px;
}

/* line 220, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box .box-hd .hot_new_vedio_more {
  color: #757269;
}

/* line 221, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box_top_nav {
  border-bottom: 1px solid #373833;
  margin-top: 4px;
  font-size: 0px;
}

/* line 222, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box_top_nav li {
  margin-left: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  background: url(../img/bg-map_boxtop_btn_normal.png) no-repeat 0px 0px;
}

/* line 223, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box_top_nav li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #9E9C8D;
  margin: 0px 0px 0px 2px;
  font-size: 14px;
  line-height: 29px;
  height: 29px;
  width: 79px;
  background: url(../img/bg-map_boxtop_btn_normal.png) no-repeat right -29px;
}

/* line 224, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box_top_nav li.selected {
  background: url(../img/bg-map_boxtop_btn_selected.png) no-repeat 0px 0px;
  position: relative;
  top: 1px;
  z-index: 999;
  font-weight: bold;
}

/* line 225, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box_top_nav li.selected a {
  background: url(../img/bg-map_boxtop_btn_selected.png) no-repeat right -31px;
  line-height: 30px;
  height: 30px;
  color: #CBC8B6;
}

/* line 226, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_page_aside {
  background: #201E1E;
  overflow: hidden;
  *zoom: 1;
  border-left: 1px solid #353531;
}

/* line 227, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_list h2 {
  line-height: 25px;
  color: #CBC8B6;
  font-size: 12px;
  text-indent: 10px;
}

/* line 228, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_list li {
  height: 38px;
  border-bottom: 1px solid #2C2B29;
  padding-top: 3px;
}

/* line 229, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_list li i {
  float: left;
  margin: 2px 5px 0px 5px;
  _display: inline;
  height: 14px;
  line-height: 14px;
  border: 1px solid #15140F;
  text-align: center;
  width: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #918D7A;
}

/* line 230, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_list li i {
  background: #393731;
}

/* line 231, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_list li.the_three i {
  background: url(../img/icon-vedio_list_number.png) repeat-x left top;
}

/* line 232, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_list li a {
  display: block;
  overflow: hidden;
  *zoom: 1;
  padding-right: 10px;
}

/* line 233, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_list li a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 234, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_list li:hover {
  background: #272424;
}

/* line 235, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.vedio_list li.hover {
  background: #272424;
}

/*------------------------------------------------内嵌精彩视频页样式 end--------------------------------------------------*/
/*------------------------------------------------内嵌首页 start------------------------------------------------*/
/* line 239, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.index_box {
  width: 336px;
  float: left;
}

/* line 240, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.index_aside {
  overflow: hidden;
  *zoom: 1;
}

/* line 241, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news {
  overflow: hidden;
  *zoom: 1;
}

/* line 242, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news .top_link {
  font-size: 16px;
  color: #CBC8B6;
  font-weight: bold;
  line-height: 28px;
  margin-top: 12px;
  display: block;
  text-align: center;
}

/* line 243, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news .top_link:hover {
  color: #fff;
}

/* line 245, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news .hot_point,
.tank_news .hot_point a {
  text-align: center;
  color: #757269;
}

/* line 246, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news .hot_point a {
  padding: 0px 3px;
}

/* line 247, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news .hot_point {
  margin-bottom: 5px;
}

/* line 248, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news .hot_point a:hover {
  color: #fff;
}

/* line 249, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news .tank_news_list {
  font-size: 14px;
  color: #A7A18C;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 30px;
}

/* line 250, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news .tank_news_list li {
  overflow: hidden;
  *zoom: 1;
}

/* line 254, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news .tank_news_list .post_date {
  font-size: 12px;
  color: #757269;
  float: right;
  line-height: 27px;
  height: 27px;
  *position: relative;
  *top: -1px;
  margin-right: 10px;
}

/* line 255, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news .tank_news_list a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 27px;
  height: 27px;
}

/* line 256, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_news .tank_news_list a:hover {
  color: #fff;
}

/* line 257, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_newactive .box-hd {
  padding: 0px;
  margin: 0px 11px 0px 11px;
  border-bottom: 2px solid #3A3833;
  line-height: 25px;
  height: 25px;
}

/* line 258, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_newactive .box-hd .title {
  color: #CBC8B6;
  font-size: 12px;
}

/* line 259, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_newactive .box-act {
  margin-right: 20px;
  *display: inline;
}

/* line 260, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_newactive .tank_newactive_list ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 5px 18px 0px 28px;
  color: #A7A18C;
}

/* line 261, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_newactive .tank_newactive_list li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #A7A18C;
  line-height: 24px;
  height: 24px;
}

/* line 262, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_newactive .tank_newactive_list li a:hover {
  color: #fff;
}

/* line 263, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank_newactive .tank_newactive_list .post_date {
  float: right;
  color: #757269;
  *position: relative;
  *top: 2px;
}

/* line 264, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.index_vedio_list .box-hd .title {
  color: #CBC8B6;
  font-size: 12px;
}

/* line 265, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.index_vedio_list .box-hd {
  line-height: 32px;
  height: 32px;
}

/* line 266, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.index_vedio_list .box-hd .more {
  color: #757269;
}

/* line 267, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.box-hd .more:hover {
  color: #fff;
}

/* line 268, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.index_vedio_list .mod-pic {
  padding-top: 0px;
}

/* line 269, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.index_vedio_list .mod-pic li {
  margin: 0px 0px 7px 10px;
}

/* line 271, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hotpoint_sell .box-bd {
  padding-left: 7px;
  color: #A7A18C;
}

/* line 272, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hotpoint_sell .box-hd .title {
  font-size: 12px;
  color: #CBC8B6;
}

/* line 273, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hotpoint_sell .box-bd p {
  color: #504D45;
  line-height: 22px;
}

/* line 274, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hotpoint_sell .box-bd p a {
  color: #A7A18C;
  padding: 0px 3px;
}

/* line 275, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hotpoint_sell .box-bd p a:hover {
  color: #fff;
}

/*------------------------------------------------内嵌首页 end--------------------------------------------------*/
/*------------------------------------------------大分类页 start------------------------------------------------*/
/* line 280, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list-wrap {
  margin: 0px auto;
  width: 590px;
}

/* line 281, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list {
  overflow: hidden;
  *zoom: 1;
  margin: 0px 0px 0px -17px;
}

/* line 282, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li {
  float: left;
  margin-left: 17px;
  margin-top: 20px;
  display: inline;
  width: 185px;
}

/* line 283, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li.first {
  margin-left: 0px;
}

/* line 284, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li a {
  display: block;
  width: 185px;
  background: url(../img/bg_map_tanktype.jpg) no-repeat 0px 0px;
  padding-top: 100px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-family: \5fae\8f6f\96c5\9ed1, sans-serif;
  color: #918d7a;
}

/* line 285, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li .listitem1 {
  background-position: -925px top;
}

/* line 286, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li .listitem2 {
  background-position: -555px top;
}

/* line 287, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li .listitem3 {
  background-position: -740px top;
}

/* line 288, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li .listitem4 {
  background-position: -370px top;
}

/* line 289, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li .listitem5 {
  background-position: -185px top;
}

/* line 290, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li .listitem6 {
  background-position: 0px top;
}

/* line 291, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li .listitem7 {
  background-position: -1110px top;
}

/* line 292, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li .maks {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  height: 100px;
  width: 185px;
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}

/* line 293, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li a:hover {
  zoom: 1;
  color: #fff;
  text-decoration: none;
}

/* line 294, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tanktype_list li a:hover .maks {
  left: -9999px;
}

/* line 295, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
:root .tanktype_list li .maks {
  -webkit-filter: none\9;
  filter: none\9;
}

/*美系*/
/* line 297, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_list_ctn {
  margin: 0px auto;
  width: 608px;
  height: 442px;
}

/* line 298, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_list_ctn .tankskin_item {
  width: 120px;
  height: 442px;
  float: left;
  display: inline;
  margin-left: 2px;
  color: #fff;
  font-size: 14px;
  color: #fff;
}

/* line 299, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_list_ctn .tankskin_item li {
  font-size: 12px;
  height: 31px;
  line-height: 31px;
  padding: 0px 2px;
}

/* line 300, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_list_ctn .tankskin_item h4 {
  line-height: 26px;
  text-align: center;
}

/* line 301, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_list_ctn .tankskin_item .num {
  float: right;
  width: 2em;
  text-align: center;
  font-size: 8px;
  background: rgba(0, 0, 0, 0.3);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000,endcolorstr=#4c000000);
}

/* line 302, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_list_ctn .tankskin_item img {
  border: 1px solid #a4a1a1;
  margin-top: -3px;
  margin-right: 5px;
  *margin-top: 0px;
  _margin-top: 1px;
}

/* line 303, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_list_ctn .first {
  margin-left: 0px;
}

/* line 304, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col1 {
  background: #502424;
}

/* line 305, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col2 {
  background: #23491D;
}

/* line 306, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col3 {
  background: #534215;
}

/* line 307, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col4 {
  background: #383838;
}

/* line 308, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col5 {
  background: #26324D;
}

/* line 309, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col1 li {
  border-bottom: 1px solid #623A3A;
}

/* line 310, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col2 li {
  border-bottom: 1px solid #395C34;
}

/* line 311, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col3 li {
  border-bottom: 1px solid #65552D;
}

/* line 312, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col4 li {
  border-bottom: 1px solid #4C4C4C;
}

/* line 313, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col5 li {
  border-bottom: 1px solid #3C475F;
}

/* line 314, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col1 h4 {
  border-bottom: 1px solid #5F1D1D;
  background: url(../img/map-tankskin_bg.png) repeat-x 0px 0px;
}

/* line 315, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col2 h4 {
  border-bottom: 1px solid #195511;
  background: url(../img/map-tankskin_bg.png) repeat-x 0px -26px;
}

/* line 316, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col3 h4 {
  border-bottom: 1px solid #5F480A;
  background: url(../img/map-tankskin_bg.png) repeat-x 0px -52px;
}

/* line 317, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col4 h4 {
  border-bottom: 1px solid #383838;
  background: url(../img/map-tankskin_bg.png) repeat-x 0px -78px;
}

/* line 318, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankskin_item_col5 h4 {
  border-bottom: 1px solid #20325B;
  background: url(../img/map-tankskin_bg.png) repeat-x 0px -104px;
}

/*------------------------------------------------大分类页 end--------------------------------------------------*/
/*涂装增强页*/
/* line 322, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_page {
  padding: 0px 16px;
}

/* line 323, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list li {
  padding: 15px 20px;
  border-bottom: 1px solid #424040;
  overflow: hidden;
  *zoom: 1;
}

/* line 324, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list li:hover {
  background-color: #161515;
}

/* line 325, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list li.hover {
  background-color: #161515;
}

/* line 326, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list .paint_pic {
  float: left;
  margin-right: 10px;
}

/* line 327, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list .content {
  overflow: hidden;
  *zoom: 1;
  padding-top: 3px;
}

/* line 328, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list .content .author {
  margin-left: 15px;
}

/* line 329, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list .content .size {
  margin-left: 15px;
}

/* line 330, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list .btn-bar {
  float: right;
  _display: inline;
  width: 73px;
}

/* line 331, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list .get_it {
  display: block;
  margin: 5px 5px 0px 0px;
  border-radius: 3px;
  width: 68px;
  height: 24px;
  border: 1px solid #191813;
  text-align: center;
  line-height: 24px;
  background: url(../img/btn_paint_set.png) repeat-x 0px 0px;
}

/* line 332, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list .get_it:hover {
  text-decoration: none;
}

/* line 333, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list .content p {
  color: #9D9884;
}

/* line 334, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list .content .info {
  color: #CBC8B6;
  padding-bottom: 4px;
  display: block;
}

/* line 335, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_list .content .info em {
  color: #747168;
}

/* line 336, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_page_bottom .intro {
  color: #68655E;
  float: left;
  margin-top: 8px;
}

/* line 337, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tankpaint_page_bottom .mod-page {
  margin-top: 8px;
}

/*------------------------------------------------翻页统一样式 start------------------------------------------------*/
/* line 340, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-page {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  *padding-bottom: 2px;
}

/* line 341, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-page a {
  float: left;
  display: inline;
  white-space: nowrap;
  width: 22px;
  line-height: 22px;
  text-align: center;
  margin: 0 2px;
  color: #757269;
  text-decoration: none;
  color: #666666;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
}

/* line 342, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-page .current {
  cursor: default;
  color: #ffffff;
  background-color: #878f86;
}
.tank-garage .tab-page>a{
  color: #666666;
  display: inline-block;
  margin-top: 4px;
}
.tank-garage .tab-page>a:hover{
  text-decoration: none;
}
/* line 343, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-page a:hover {
  border: 1px solid #191814;
}

/* line 345, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-page a[rel=prev],
.mod-page a[rel=next] {
  font-family: serif;
}

/*增加子组件*/
/* line 347, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-page span {
  float: left;
  white-space: nowrap;
  height: 26px;
  overflow: hidden;
  line-height: 26px;
  margin: 0 2px;
  color: #666;
}

/* line 348, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-page ins span {
  margin: 0 2px;
}

/* line 349, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-page ins {
  float: left;
  white-space: nowrap;
  margin: 2px 2px 0;
  background: none;
}

/* line 350, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.mod-page ins input {
  float: left;
  width: 2em;
  height: 18px;
  padding: 3px 4px;
  *padding: 4px 4px 2px;
  border: 1px solid #D8D8D8;
}

/*------------------------------------------------翻页统一样式 end--------------------------------------------------*/
/*------------------------------------------------没有找到玩家2012-9-20 start------------------------------------------------*/
/* line 355, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.not-find-user {
  /* margin: 146px 0px 0px 150px; */
  border-top: 1px solid #e3e3e3;
  padding: 200px 0px 100px 250px;
  background: url(../img/newRecord/new-warning-icon.png) no-repeat 190px 224px;
}

/* line 356, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.not-find-user .note-text {
  font-size: 20px;
  line-height: 2.2em;
  color: #333333;
  font-weight: bold;
}

/* line 357, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.not-find-user .guide-text {
  color: #666666;
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 4px;
}

/* line 358, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.not-find-user .black-link {
  line-height: 1.8em;
  color: #666666;
}

/*------------------------------------------------没有找到玩家2012-9-20 end--------------------------------------------------*/
/*------------------------------------------------个人战绩 start------------------------------------------------*/
/* line 362, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .usual-info {
  padding: 20px 0;  
}

/* line 363, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .user-info {
  width: 200px;
}

/* line 364, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .user-info .pic img {
  width: 65px;
  height: 65px;
}

/* line 365, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .user-info .name {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}

/* line 367, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .user-info .desc,
.person-great .user-info .server {
  color: #666666;
  line-height: 1.8em;
}

/* line 368, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .use-tank-list h3 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  line-height: 1.2em;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  top: 6px;
}

/* line 369, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .use-tank-list {
  font-size: 0px;
}

.person-great .use-tank-list ul{
  display: inline-block;
  vertical-align: middle;
}
/* line 370, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .use-tank-list li {
  float: left;
  display: inline;
  font-size: 12px;
  overflow: hidden;
  margin-right: 10px;
}

.person-great .use-tank-list li:last-child{
  margin-right: 0;
}

/* line 371, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .use-tank-list li a {
  float: left;
}

/* line 372, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .use-tank-list li img {
  width: 64px;
  height: 64px;
}

/* line 373, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .use-tank-list li em {
  display: block;
  text-align: center;
  color: #AAA6A5;
}

/* line 374, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .power {
  width: 98px;
  height: 64px;
  margin-right: 54px;
  position: relative;
  border: 1px solid #878f86;
  border-radius: 4px;
  overflow: hidden;
}

/* line 375, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .power .name {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #878f86;
}

.person-great .power .float-num{
  color: red;
  position: absolute;
  bottom: 14px;
  right: 10px;
}

/* line 376, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .power .num {
  display: block;
  color: #2D2A2A;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  height: 34px;
}

/* line 378, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */

/* line 379, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .mod-tabs-hd {
  position: relative;
  z-index: 10;
}

/* line 380, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .mod-tabs-hd .updata-time {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #4D4A46;
}

/* line 381, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .mod-tabs-bd {
  /* border-top: 1px solid #e3e3e3; */
}

.mod-tabs-trigger{
  border-bottom: 1px solid #e3e3e3;
}
.battle-log{
  margin-top: 20px;
}
/* line 382, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .mod-tabs-trigger li {
  float: left;
  display: inline;
  font-size: 0px;
  text-align: center;
}

/* line 383, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .mod-tabs-trigger li.selected a {
  color: #ff6600;
  font-weight: bold;
  border-bottom: 2px solid #ff6600;
}
/* .person-great .mod-tabs-trigger li.selected {
  border-bottom: 2px solid #ff6600;
} */
/* line 384, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */

/* line 385, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .mod-tabs-trigger li a {
  padding: 0 5px;
  margin: 0px 10px;
  font-size: 14px;
  position: relative;
  z-index: 100;
  padding-bottom: 1px;
  margin-bottom: -1px;
  line-height: 29px;
  height: 29px;
  float: left;
  display: inline;
  color: #333333;
  width: 4.5em;
  font-weight: bold;
}

/* line 386, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .mod-tabs-trigger li a:hover {
  text-decoration: none;
}

/*车库*/
/* line 388, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .tank-info {
  width: 100%;
  border: 1px solid #e3e3e3;
}

/* line 389, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */


/* line 390, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .tank-info .tank-name {
  margin-left: 5px;
  color: #666666;
}

/* line 391, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */

/* line 392, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
/* .person-great .tank-info tr.hover {
  background-color: #252222;
} */
.person-great .tank-info tr:nth-child(even){
  background-color: #f5f5f5;
}
/* line 393, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .tank-info th {
  text-indent: 10px;
  height: 29px;
  font-weight: normal;
  color: #666666;
  border-bottom: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  padding: 5px 0;
  font-weight: bold;
}

/* line 394, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .tank-info td {
  text-indent: 10px;
  height: 40px;
  color: #666666;
  font-size: 14px;
  vertical-align: middle;
}

/* line 395, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-great .tank-info .desc-num {
  color: #F2EFDE;
}

/* line 396, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank-garage .list {
  line-height: 29px;
  height: 29px;
  text-align: center;
  font-size: 0;
  padding-left: 10px;
}

/* line 397, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank-garage .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  float: left;
}

/* line 398, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank-garage .list li a {
  color: #666666;
}

/* line 399, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
/* line 400, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank-garage .list li a.selected {
  color: #ff4200;
  font-weight: bold;
}

/* line 401, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank-garage .list .gap {
  padding: 0px 10px;
  *margin: 0px -4px;
  color: #bdc7bf;
}

/* line 402, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank-garage .tab-page {
  margin: 5px 10px 0 0;
}

/* line 405, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.tank-garage .tank-state {
  float: left;
  display: inline;
  color: #666666;
  margin: 5px 0 0 10px;
}

/*个人战斗数据详情*/
.total-rec-bg{
  background: url('../img/newRecord/new-tank-bg.png') right 10px no-repeat;
}
/* line 413, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-battle-detail .tank-info td {
  text-indent: 3em;
}

/* line 414, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-battle-detail .tank-info .desc-text {
  width: 18%;
  text-align: right;
}

/* line 415, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.person-battle-detail .tank-info .desc-num {
  text-indent: 4em;
}

/*战绩查询*/
/* line 418, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.battle-info-search {
  margin: 86px 40px 0px;
}

/* line 419, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.battle-info-search .search-input {
  position: relative;
  float: left;
}

/* line 420, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.battle-info-search .search-input .icon-search {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 24px;
  height: 24px;
  background: url(../img/icon_search.png) no-repeat 0 0;
}

/* line 421, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.battle-info-search .search-bar label {
  line-height: 38px;
  height: 38px;
  float: left;
  font-family: \5fae\8f6f\96c5\9ed1, sans-serif;
  font-size: 20px;
  color: #898374;
  padding-left: 38px;
  background: url(../img/bg_search-battle.png) no-repeat 0 0;
}

/* line 422, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.battle-info-search .search-bar input {
  line-height: 36px;
  height: 36px;
  float: left;
  border: 1px solid #5E5E5E;
  padding-left: 34px;
  background-color: #1A1A1A;
  width: 166px;
  border-radius: 4px;
  color: #F8F6EA;
}

/* line 423, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.battle-info-search .search-bar .ui-select {
  padding: 8px 8px;
  float: left;
  border: 1px solid #5E5E5E;
  background-color: #1A1A1A;
  border-radius: 4px;
}

/* line 424, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.battle-info-search .search-bar .ui-select select {
  background-color: #1A1A1A;
  border: 0px solid #000;
  color: #F8F6EA;
}

/* line 425, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.battle-info-search .search-bar .search-bt {
  background: url(../img/bt_search.png) repeat-x 0 0;
  border: 1px solid #15140F;
  vertical-align: middle;
  float: left;
  border-radius: 4px;
}

/* line 426, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.battle-info-search .search-bar .search-bt button {
  background: none;
  border: none;
  color: #918D7A;
  font-size: 16px;
  height: 36px;
  width: 98px;
  text-align: center;
  font-weight: bold;
}

/* line 427, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hot-show-ctn {
  margin: 30px auto 0px;
  width: 542px;
  position: relative;
}

/* line 428, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hot-show-ctn .kill-story {
  position: absolute;
  top: 10px;
  right: 0px;
}

/* line 429, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hot-show-ctn .nav {
  padding-left: 15px;
}

/* line 430, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hot-show-ctn .nav li {
  float: left;
}

/* line 431, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hot-show-ctn .nav li a {
  float: left;
  padding: 0px 15px;
  line-height: 36px;
  height: 36px;
  position: relative;
  z-index: 100;
  background-color: #2D2A2A;
  border: 1px solid #363434;
  border-bottom: 0px solid #fff;
}

/* line 432, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hot-show-ctn .nav li.selected a {
  margin-bottom: -1px;
  padding-bottom: 1px;
  font-weight: bold;
  color: #F8F6EA;
}

/* line 433, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hot-show-ctn .content {
  border-top: 1px solid #363434;
  color: #474444;
}

/* line 434, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.hot-show-ctn .content a {
  padding: 0px 8px;
}

/*弹出设置头像*/
/* line 437, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#14000000,endcolorstr=#14000000);
  z-index: 666;
}

/* line 438, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box {
  border: 1px solid #363434;
  width: 378px;
}

/* line 439, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-hd {
  line-height: 30px;
  height: 30px;
  position: relative;
  padding: 0px 15px;
  background-color: #252222;
  margin: 0px;
}

/* line 440, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-hd .cancle {
  position: absolute;
  right: 8px;
  top: 0px;
  font-weight: bold;
  color: #B0B0B0;
  padding: 0px 5px;
  cursor: pointer;
}

/* line 441, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-hd h3 {
  color: #F8F6EA;
  font-size: 12px;
}

/* line 442, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-bd {
  background-color: #2D2A2A;
  padding: 0px 10px;
}

/* line 443, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-bd .list {
  text-align: justify;
  font-size: 0;
  padding-top: 10px;
}

/* line 444, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-bd .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 71px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: top;
  position: relative;
}

/* line 445, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-bd .list li a.selected .icon {
  display: block;
}

/* line 446, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-bd .list li .icon {
  position: absolute;
  top: 1px;
  left: 6px;
  display: none;
  width: 60px;
  height: 60px;
  background: url(../img/head-selected.png) no-repeat 0px 0px;
}

/* line 447, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-bd .list img {
  border: 1px solid #3B3939;
}

/* line 448, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-bd .list li.left_fix {
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 449, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .set-bar a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 5px 5px 0px 0px;
  border-radius: 3px;
  width: 68px;
  height: 24px;
  border: 1px solid #191813;
  text-align: center;
  line-height: 24px;
  background: url(../img/btn_paint_set.png) repeat-x 0px 0px;
}

/* line 450, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .set-bar a:hover {
  text-decoration: none;
}

/* line 451, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-ft {
  background-color: #292626;
}

/* line 452, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-ft .sex-chose {
  margin-top: 8px;
}

/* line 453, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.set-head-popu .box-ft .sex-chose label {
  color: #AAA6A5;
}

/*------------------------------------------------个人战绩 end--------------------------------------------------*/
/*共享下拉菜单*/
/* line 457, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar {
  position: absolute;
  top: 0px;
  right: 57px;
  z-index: 50;
}

/* line 458, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast {
  float: right;
  margin: 2px 0 0 10px;
}

/* line 459, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast a.icons {
  width: 20px;
  height: 20px;
  float: left;
  margin: 3px 3px 0 3px;
  cursor: pointer;
  position: relative;
  z-index: 999;
}

/* line 461, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .hover a.icons,
.share-bar .btns-fast a.icons:hover {
  /* background: url(../img/icons_record.png) no-repeat; */
}

/* line 462, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast a.icons i {
  /* background: url(../img/icons_record.png) no-repeat 0 -20px; */
  width: 20px;
  height: 20px;
  display: block;
}

.share-bar .btns-fast>a:nth-of-type(1) {
  background: url('../img/newRecord/new-back-icon.png') center center no-repeat;
}

/* line 463, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast a.refresh i {
  background: url('../img/newRecord/new-refresh-icon.png') center center no-repeat;
}

/* line 464, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .share {
  float: left;
  position: relative;
  line-height: 30px;
}

/* line 465, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .share a.icons {
  height: 19px;
}

/* line 466, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .share a.icons i {
  background: url('../img/newRecord/new-share-icon.png') center center no-repeat;
}

/* line 467, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .share .links {
  width: 84px;
  border: 1px solid #e3e3e3;
  background: #fbfbfb;
  position: absolute;
  right: 3px;
  top: 21px;
  z-index: 1;
  display: none;
}

/* line 468, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .share .links a {
  height: 23px;
  display: block;
  cursor: pointer;
  padding: 0 0 7px 5px;
  _padding: 0 0 0 5px;
}

/* line 469, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .share .links a:hover {
  text-decoration: none;
}

/* line 470, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .share .links a:hover span {
  color: #333333;
}

/* line 471, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .share .links a span {
  color: #666666;
  padding: 0 0 2px 20px;
  padding: 1px 0 1px 20px \9;
}

/* line 472, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .share .links .screenshot span {
  background: url(../img/icons_record.png) no-repeat 0 -80px;
}

/* line 473, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .share .links .copy-link span {
  background: url(../img/icons_record.png) no-repeat 0 -99px;
}

/* line 474, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.share-bar .btns-fast .hover .links {
  display: block;
}

/*一周胜率*/
/* line 478, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .mod-tabs-trigger {
  border-top: 1px solid #363434;
  background-color: #252222;
}

/* line 479, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .mod-tabs-hd {
  position: relative;
  z-index: 10;
}

/* line 480, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .mod-tabs-hd .updata-time {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #4D4A46;
}

/* line 481, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .mod-tabs-bd {
  border-top: 1px solid #363434;
}

/* line 482, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .mod-tabs-trigger li {
  float: left;
  display: inline;
  font-size: 0px;
}

/* line 483, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .mod-tabs-trigger li.selected a {
  background-color: #2D2A2A;
  color: #fff;
  font-weight: bold;
}

/* line 484, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .mod-tabs-trigger li.last a {
  border-right: 1px solid #363434;
}

/* line 485, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .mod-tabs-trigger li a {
  padding: 0px 15px;
  font-size: 12px;
  position: relative;
  z-index: 100;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-left: 1px solid #363434;
  border-right: 0px solid #363434;
  line-height: 35px;
  height: 35px;
  float: left;
  display: inline;
  color: #A7A18C;
}

/* line 486, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .mod-tabs-trigger li a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 487, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info {
  width: 100%;
}

/* line 488, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info img {
  border: 1px solid #4C4C4E;
}

/* line 494, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info .col2,
.week-win .tank-info .col3,
.week-win .tank-info .col4,
.week-win .tank-info .col6,
.week-win .tank-info .col7 {
  width: 70px;
}

/* line 495, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info .col5 {
  width: 130px;
}

/* line 496, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th a {
  color: #979594;
}

/* line 497, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .rank-link {
  text-align: center;
}

/* line 498, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .rank-link span {
  padding-right: 15px;
  background: url(../img/icon-tabletitle.png) no-repeat right -66px;
}

/* line 499, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .rank-link-down span {
  background-position: right -66px;
}

/* line 500, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .rank-link-up span {
  background-position: right -101px;
}

/* line 501, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .table-menu {
  display: block;
  line-height: 35px;
  height: 35px;
  *zoom: 1;
  position: relative;
}

/* line 502, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .table-menu .handle {
  display: block;
  line-height: 35px;
  height: 35px;
  text-align: center;
}

/* line 503, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .table-menu .handle span {
  padding-right: 15px;
  background: url(../img/icon-tabletitle.png) no-repeat right 6px;
}

/* line 504, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .hover .handle {
  position: relative;
  z-index: 888;
  background-color: #252222;
  border-left: 1px solid #363434;
  border-right: 1px solid #363434;
}

/* line 505, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .hover .handle span {
  background-position: right -29px;
}

/* line 506, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .menu-list {
  position: absolute;
  display: none;
  z-index: 100;
  top: 34px;
  left: -16px;
  width: 156px;
  background-color: #252222;
  border: 1px solid #363434;
}

/* line 507, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .menu-list li {
  float: left;
  width: 78px;
  text-align: left;
  text-indent: 15px;
  padding: 13px 0px;
  line-height: 1em;
}

/* line 508, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th .menu-list input {
  margin-right: 5px;
  *margin-right: 0px;
}

/* line 509, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th.col1 {
  text-indent: 20px;
  text-align: left;
}

/* line 510, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info .tank-name {
  margin-left: 5px;
  color: #F8F6EA;
}

/* line 511, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info tbody tr:hover {
  background-color: #252222;
}

/* line 512, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info tr.hover {
  background-color: #252222;
}

/* line 513, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info th {
  height: 35px;
  text-align: center;
  font-weight: normal;
  color: #AAA6A5;
  border-bottom: 1px solid #363434;
}

/* line 514, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info td {
  text-indent: 16px;
  *text-indent: 8px;
  height: 35px;
  color: #AAA6A5;
  border-bottom: 1px solid #363434;
  vertical-align: middle;
}

/* line 515, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info td.col1 {
  text-indent: 8px;
  *text-indent: 3px;
}

/* line 516, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info td.col5 {
  text-indent: 33px;
  *text-indent: 28px;
}

/* line 517, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .tank-info .desc-num {
  color: #F2EFDE;
}

/* line 518, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .week-win-time {
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  font-family: \5fae\8f6f\96c5\9ed1, sans-serif;
  text-align: center;
  color: #CBC8B6;
  border-bottom: 1px solid #363434;
}

/* line 519, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.week-win .week-win-bottom {
  padding-top: 8px;
  padding-right: 15px;
}

/* 20140612盒子布局修改 */
/* line 525, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.history-battle-hd {
  height: 29px;
  line-height: 29px;
  background-color: #252222;
  border-top: 1px solid #363434;
  border-bottom: 1px solid #363434;
}

/* line 531, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.history-battle-hd .title {
  color: #A7A18C;
  float: left;
  display: inline;
  margin-left: 26px;
}

/* line 537, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/oldstyle/_global.scss */
.history-battle-hd .updata-time {
  color: #53504A;
  float: right;
  margin-right: 8px;
  display: inline;
}

/* line 5, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic {
  clear: both;
  padding: 0 0 5px 10px;
  /*最新视频-正在直播*/
}

/* line 8, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic li {
  width: 132px;
  height: 132px;
  margin: 7px 8px 0 0px;
  *display: inline;
}

/* line 15, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic li.live {
  position: relative;
  overflow: visible;
}

/* line 18, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic li.live a {
  text-align: left;
}

/* line 22, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic li.live a:hover p {
  text-decoration: none;
}

/* line 26, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic li.live em {
  height: 16px;
  overflow: hidden;
  cursor: pointer;
}

/* line 31, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic li.live p {
  text-align: left;
  color: #4BC93A;
  margin-top: -2px;
  *margin-top: 0;
}

/* line 37, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic li.live .hero-name {
  color: #dc3200;
  margin-left: 5px;
}

/* line 42, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic img {
  width: 130px;
  height: 90px;
  border: 1px solid #cddee8;
}

/* line 47, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic a {
  display: block;
}

/* line 50, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic em {
  cursor: default;
  color: #A7A18C;
}

/* line 54, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic .hero {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 58px;
  right: 0px;
  border: none;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

/* line 4, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li {
  /* 订阅 */
  /* 女神 */
  /* 大神 */
  /* 美女 */
  /* 新货 */
  /* 推荐 */
  /* 职业 */
  /* 国服第一 */
  /* 韩国明星 */
  /* 韩国明星 */
}

/* line 5, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li .tag {
  height: 43px;
  width: 21px;
  background-image: url(../img/icon-map24.png);
  _background-image: url(../img/icon-map.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: -2px;
  left: 5px;
  z-index: 5;
}

/* line 19, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li.dingyue .tag {
  background-position: 0 0;
}

/* line 25, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li.nvshen .tag {
  background-position: 0 -50px;
}

/* line 31, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li.dashen .tag {
  background-position: 0 -100px;
}

/* line 37, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li.meinv .tag {
  background-position: -90px 0px;
}

/* line 43, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li.xinhuo .tag {
  height: 65px;
  background-position: -220px -200px;
}

/* line 50, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li.tuijian .tag {
  background-position: 0 -150px;
}

/* line 56, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li.zhiye .tag {
  background-position: -60px -100px;
  height: 66px;
}

/* line 63, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li.guofudiyi .tag {
  background-position: -220px -100px;
  height: 66px;
}

/* line 70, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li.hanfuwangzhe .tag {
  background-position: -310px 0px;
  height: 66px;
}

/* line 77, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/video-tag.scss */
.index_vedio_list .mod-pic li.hanguomingxing .tag {
  background-position: -310px 0px;
  height: 66px;
}

/* line 65, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic span.num {
  height: 18px;
  line-height: 18px;
  border-radius: 4px;
  color: #fff;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
  zoom: 1;
  position: absolute;
  top: 72px;
  right: 2px;
}

/* line 78, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic span.num i {
  background: url(../img/icon_num.png) no-repeat 4px 2px;
  padding: 0 8px 0 18px;
}

/* line 83, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic .watch {
  display: block;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 72px;
  left: 0px;
  width: 100%;
  color: #fff;
  text-indent: 25px;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
  zoom: 1;
}

/* line 97, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/index.scss */
.index_vedio_list .mod-pic .watch i {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 16px;
  height: 10px;
  background-image: url(../img/icon-map.png);
  background-position: -30px 0;
  background-repeat: no-repeat;
  margin-top: -5px;
}

/*坦克世界游戏盒子大厅*/
/* line 6, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.title-box .hd {
  background-color: #252222;
  border-bottom: 1px solid #363434;
}

/* line 9, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.title-box .hd h2 {
  height: 24px;
  line-height: 24px;
  color: #CBC8B6;
  font-weight: bold;
  text-indent: .5em;
}

/* line 17, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.title-box .bd {
  background-color: #2D2A2A;
}

/* line 24, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game .hd h2 {
  font-weight: bold;
  color: #CBC8B6;
}

/* line 29, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game .pop-game-slide {
  width: 545px;
  padding: 0 40px;
}

/* line 32, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game .pop-game-slide .scrollable {
  height: 60px;
}

/* line 38, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide {
  height: 60px;
  border-bottom: 1px solid #363434;
}

/* line 41, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .js_switch_off {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* line 45, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .navi-box {
  position: absolute;
  top: -25px;
  right: 0px;
}

/* line 50, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .navi-box .navi a {
  display: block;
  height: 10px;
  width: 10px;
  background-image: url(../img/map-house.png);
  _background-image: url(../img/map-houseie.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 58, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .navi-box .navi a:hover {
  background-position: 0 0;
}

/* line 62, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .navi-box .navi a.selected {
  background-position: 0 -15px;
}

/* line 64, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .navi-box .navi a.selected:hover {
  background-position: 0 -15px;
}

/* line 70, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .scrollable-bd {
  padding-top: 5px;
}

/* line 72, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .scrollable-bd li {
  width: 125px;
  height: 55px;
  overflow: hidden;
  margin-right: 15px;
}

/* line 77, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .scrollable-bd li a {
  color: #757369;
  display: block;
  *zoom: 1;
  height: 35px;
  line-height: 1.7em;
  padding: 8px 5px;
  overflow: hidden;
}

/* line 85, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .scrollable-bd li a:hover {
  background-color: #383636;
  border: 1px solid #424041;
  padding: 7px 4px;
  text-decoration: none;
}

/* line 92, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .scrollable-bd li img {
  float: left;
  margin-right: 6px;
}

/* line 96, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .scrollable-bd li em {
  display: block;
  color: #A7A18C;
}

/* line 102, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .btn-prev {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 42px;
  background-image: url(../img/map-house.png);
  _background-image: url(../img/map-houseie.png);
  background-position: -160px -60px;
  background-repeat: no-repeat;
}

/* line 113, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-game-slide .btn-next {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 42px;
  background-image: url(../img/map-house.png);
  _background-image: url(../img/map-houseie.png);
  background-position: -178px -60px;
  background-repeat: no-repeat;
}

/* line 127, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.today-server {
  width: 430px;
  float: left;
  border-right: 1px solid #363434;
}

/* line 131, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.today-server .hd {
  position: relative;
  z-index: 100;
}

/* line 134, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.today-server .hd h2 {
  height: 25px;
  line-height: 25px;
  color: #CBC8B6;
  font-weight: bold;
}

/* line 141, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.today-server .server-brocast {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* line 146, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.today-server .server-list {
  padding-bottom: 10px;
  border-bottom: 1px solid #363434;
  overflow: hidden;
  *zoom: 1;
}

/* line 151, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.today-server .server-list li {
  float: left;
  border: 1px solid #262323;
  background-color: #383636;
  color: #A7A18C;
  font-size: 0px;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  width: 182px;
  padding: 0 8px;
  margin: 10px 0 0 10px;
  *display: inline;
}

/* line 164, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.today-server .server-list li i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 14px;
  width: 26px;
  background-image: url(../img/map-house.png);
  background-repeat: no-repeat;
  background-position: -60px -20px;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 0px;
}

/* line 175, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.today-server .server-list li .server-num {
  color: #757369;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 14px;
}

/* line 182, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.today-server .server-list li .name {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  overflow: hidden;
  width: 6em;
  vertical-align: middle;
}

/* line 190, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.today-server .server-list li .start {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 18px;
  width: 34px;
  background-image: url(../img/map-house.png);
  background-position: -60px 0;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* line 204, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.server-brocast .handler {
  height: 25px;
  line-height: 25px;
  color: #A7A18C;
  padding: 0 10px;
  display: block;
  position: relative;
  z-index: 555;
  width: 50px;
}

/* line 216, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.table-ctn {
  display: none;
  border: 1px solid #424041;
  background-color: #383636;
  padding: 10px;
  position: absolute;
  top: 24px;
  right: -1px;
  width: 278px;
  z-index: 444;
}

/* line 226, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.table-ctn table {
  width: 100%;
}

/* line 229, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.table-ctn .col1 {
  width: 75px;
}

/* line 232, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.table-ctn .col2 {
  width: 70px;
}

/* line 235, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.table-ctn .col3 {
  width: 85px;
}

/* line 238, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.table-ctn th {
  color: #757269;
  text-align: center;
  background-color: #323030;
  height: 34px;
  line-height: 34px;
}

/* line 245, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.table-ctn td {
  color: #A7A18C;
  text-align: center;
  height: 34px;
  line-height: 34px;
}

/* line 250, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.table-ctn td .name {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  width: 6em;
  display: block;
}

/* line 264, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.u-dropmenu-hover .handler {
  background-color: #383636;
  padding: 0 10px;
  border: 1px solid #424041;
  border-bottom: none;
  position: relative;
  margin: -1px -1px 0 0;
  cursor: pointer;
}

/* line 273, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.u-dropmenu-hover .table-ctn {
  display: block;
}

/* line 280, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-center {
  border-bottom: 1px solid #363434;
}

/* line 282, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-center .hd {
  overflow: hidden;
  *zoom: 1;
}

/* line 285, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-center .hd h2 {
  height: 25px;
  line-height: 25px;
  color: #CBC8B6;
  font-weight: bold;
}

/* line 292, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-center .bd {
  padding: 17px;
  overflow: hidden;
  *zoom: 1;
}

/* line 296, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-center .bd .present {
  position: relative;
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  background-image: url(../img/map-houseie.png);
  background-repeat: no-repeat;
  background-position: 0 -45px;
  margin-right: 15px;
  zoom: 1;
}

/* line 307, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-center .bd .present i {
  position: absolute;
  top: -10px;
  right: -5px;
  height: 10px;
  width: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  color: #A7A18C;
  display: none;
}

/* line 320, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-center .bd p {
  padding-top: 10px;
  color: #A7A18C;
}

/* line 323, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-center .bd p em {
  color: #CBC8B6;
  font-weight: bold;
}

/* line 327, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-center .bd p a {
  display: block;
}

/* line 335, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.promote-game {
  float: left;
  width: 430px;
  border-right: 1px solid #363434;
}

/* line 339, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.promote-game .bd {
  padding: 8px;
}

/* line 343, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.promote-game-slide {
  width: 410px;
  height: 195px;
}

/* line 346, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.promote-game-slide .mod-slide-content {
  width: 410px;
  height: 195px;
}

/* line 349, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.promote-game-slide .mod-slide-content a {
  width: 410px;
  height: 195px;
}

/* line 353, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.promote-game-slide .mod-slide-content img {
  width: 410px;
  height: 195px;
}

/* line 359, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.promote-game-slide .mod-slide-trigger li {
  height: 10px;
  width: 10px;
  background-image: url(../img/map-house.png);
  _background-image: url(../img/map-houseie.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 367, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.promote-game-slide .mod-slide-trigger li.selected {
  background-position: 0 -15px;
  background-color: transparent;
}

/* line 377, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.gameall-ctn .bd {
  padding: 0px 0 0 10px;
  overflow: hidden;
}

/* line 381, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.gameall-ctn li {
  color: #403E3E;
  padding: 8px 0;
}

/* line 384, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.gameall-ctn li .header {
  float: left;
  margin-right: 3px;
  padding-top: 2px;
}

/* line 389, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.gameall-ctn li .name {
  float: left;
  width: 96px;
  overflow: hidden;
  height: 1.5em;
  color: #A7A18C;
}

/* line 395, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.gameall-ctn li .name img {
  margin-left: 3px;
}

/* line 399, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.gameall-ctn li .get-link {
  margin: 0 5px;
  color: #757269;
}

/* line 407, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present {
  padding-top: 15px;
  border-bottom: 1px solid #363434;
}

/* line 410, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li {
  width: auto;
  position: relative;
  margin: 0 0 15px 35px;
}

/* line 414, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li a {
  text-align: left;
  display: block;
  position: relative;
  *zoom: 1;
  width: 164px;
}

/* line 420, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li a i {
  background-image: url(../img/map-house.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 48px;
  height: 49px;
  overflow: hidden;
}

/* line 431, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li a i.xinshou {
  background-position: 0px -160px;
}

/* line 435, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li a i.jihuo {
  background-position: -60px -110px;
}

/* line 438, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li a i.huodong {
  background-position: 0 -110px;
}

/* line 442, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li a:hover img {
  border-color: #CAC8B6;
}

/* line 447, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li .num {
  color: #757369;
}

/* line 450, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li .name {
  color: #A7A18C;
}

/* line 452, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li .name:hover {
  text-decoration: underline;
}

/* line 456, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li .get-code {
  color: #CBC8B6;
  position: absolute;
  width: 60px;
  height: 30px;
  background-image: url(../img/map-house.png);
  background-repeat: no-repeat;
  background-position: -100px 0;
  bottom: 0px;
  right: 0px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  z-index: 100;
}

/* line 470, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li .get-code:hover {
  text-decoration: none;
  color: #CBC8B6;
}

/* line 475, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li .get-code-forbit {
  background-position: -100px -30px;
  color: #83675E;
  cursor: default;
}

/* line 479, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present li .get-code-forbit:hover {
  text-decoration: none;
  color: #83675E;
}

/* line 485, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.hot-present img {
  border: 2px solid #404041;
  height: 120px;
  width: 160px;
  margin-bottom: 5px;
}

/* line 494, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.mod-slide-s3 .mod-slide-content .present-all img {
  height: auto;
  width: auto;
  display: inline;
}

/* line 499, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide {
  width: auto;
  text-align: center;
  padding: 0px;
  height: auto;
}

/* line 504, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .scrollable {
  height: auto;
}

/* line 507, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .scrollable-bd {
  width: auto;
  height: 170px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

/* line 513, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .scrollable-bd ul {
  width: auto;
}

/* line 515, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .scrollable-bd ul li {
  width: auto;
  height: auto;
  margin: 0;
}

/* line 522, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .js_switch_off {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 525, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .navi {
  height: 10px;
  position: relative;
  margin-left: 0px;
  right: auto;
  bottom: auto;
  float: left;
}

/* line 533, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .navi a {
  height: 10px;
  width: 10px;
  background: transparent;
  background-image: url(../img/map-house.png);
  _background-image: url(../img/map-houseie.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 3px;
}

/* line 542, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .navi a:hover {
  background-position: 0 0;
}

/* line 546, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .navi a.selected {
  background-color: transparent;
  background-position: 0px -30px;
}

/* line 549, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .navi a.selected:hover {
  background-position: 0px -30px;
}

/* line 554, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .trigger-ctn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: 5px;
}

/* line 558, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .trigger-ctn .btn-prev {
  position: absolute;
  top: -2px;
  left: -25px;
  height: 20px;
  right: auto;
  bottom: auto;
  width: 18px;
  background-image: url(../img/map-house.png);
  _background-image: url(../img/map-houseie.png);
  background-repeat: no-repeat;
  background-position: -78px -80px;
  overflow: hidden;
}

/* line 572, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all-slide .trigger-ctn .btn-next {
  position: absolute;
  top: -2px;
  left: auto;
  bottom: auto;
  right: -25px;
  background-image: url(../img/map-house.png);
  _background-image: url(../img/map-houseie.png);
  background-repeat: no-repeat;
  overflow: hidden;
  width: 18px;
  background-position: -60px -80px;
}

/* line 587, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all {
  overflow: hidden;
}

/* line 589, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all .left {
  border-right: 1px solid #363434;
}

/* line 592, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all .list {
  float: left;
}

/* line 594, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all .list .row {
  padding: 6px 15px;
  width: 284px;
  border-bottom: 1px solid #363434;
}

/* line 598, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all .list .row img {
  margin-right: 3px;
}

/* line 601, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all .list .row .name {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 210px;
  overflow: hidden;
  vertical-align: middle;
  height: 1.5em;
}

/* line 607, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all .list .row .name img {
  margin-left: 5px;
  height: auto;
  width: auto;
}

/* line 614, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all .list .row1 {
  background-color: #2D2A2A;
}

/* line 617, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all .list .row2 {
  background-color: #252222;
}

/* line 620, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all .list button {
  background: none;
  border: none;
  color: #CBC8B6;
  text-align: center;
  height: 20px;
  width: 42px;
  background-image: url(../img/map-house.png);
  background-position: -100px -60px;
  background-repeat: no-repeat;
  padding: 0px;
  overflow: hidden;
}

/* line 633, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-all .list .forbit {
  background-position: -100px -60px;
  color: #8F7D75;
  cursor: default;
}

/* line 641, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.u-select {
  width: 73px;
  height: 24px;
  border: 1px solid #424041;
  float: left;
  line-height: 24px;
  text-align: center;
  color: #C8C9B4;
  position: relative;
  cursor: pointer;
}

/* line 653, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.u-select-selected i {
  position: absolute;
  height: 26px;
  width: 75px;
  top: -1px;
  left: -1px;
  background-image: url(../img/map-houseie.png);
  background-position: 0 -200px;
  background-repeat: no-repeat;
}

/* line 666, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info {
  overflow: hidden;
  padding: 15px;
  *zoom: 1;
}

/* line 670, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .infoimg {
  float: left;
  border: 2px solid #404041;
  margin-right: 10px;
}

/* line 675, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .info-ctn {
  overflow: hidden;
  padding-bottom: 5px;
  *zoom: 1;
}

/* line 679, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .info-ctn .u-select {
  margin-right: 5px;
}

/* line 683, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .action {
  float: right;
  width: 164px;
}

/* line 686, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .action .get-it {
  float: right;
  width: 60px;
  height: 30px;
  background-color: transparent;
  background-image: url(../img/map-house.png);
  background-position: -100px 0;
  background-repeat: no-repeat;
  border: none;
  color: #CBC8B6;
}

/* line 697, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .action .copy-ctn {
  color: #757369;
}

/* line 699, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .action .copy-ctn input {
  height: 25px;
  width: 142px;
  padding: 0 8px;
  border: 1px solid #424041;
  background-color: #252222;
  outline: none;
  color: #CBC8B6;
  display: block;
  margin-bottom: 5px;
}

/* line 710, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .action .copy-ctn .copy {
  padding: 0;
  float: right;
  background-color: transparent;
  border: none;
  color: #CBC8B6;
  width: 48px;
  height: 24px;
  background-image: url(../img/map-house.png);
  background-position: -60px -160px;
  background-repeat: no-repeat;
}

/* line 723, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .action .copy-ctn .desc em {
  color: #CBC8B6;
}

/* line 729, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .cont {
  color: #A7A18C;
  width: 255px;
  overflow: hidden;
}

/* line 733, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .cont p {
  color: #A7A18C;
  padding: 3px 0;
}

/* line 736, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-info .cont p em {
  font-weight: bold;
}

/* line 744, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab {
  border-color: #363434;
}

/* line 746, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-tab-hd {
  background-color: #252222;
  border-color: #363434;
}

/* line 750, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-tab-bd {
  padding: 15px;
}

/* line 753, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-tab-trigger {
  border-color: #363434;
}

/* line 755, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-tab-trigger li {
  background-color: transparent;
  border-color: #363434;
  color: #A7A18C;
}

/* line 759, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-tab-trigger li:hover {
  background-color: transparent;
  color: #CBC8B6;
}

/* line 763, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-tab-trigger li.hover {
  background-color: transparent;
  color: #CBC8B6;
}

/* line 768, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-tab-trigger li.selected {
  background-color: #2D2A2A;
  color: #CBC8B6;
}

/* line 773, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .get-activity {
  color: #CBC8B6;
  font-weight: bold;
  float: left;
}

/* line 780, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-tab-content {
  color: #A7A18C;
  height: 232px;
}

/* line 783, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-tab-content .desc {
  line-height: 1.8em;
  padding-bottom: 10px;
}

/* line 786, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-tab-content .desc .title {
  font-weight: bold;
}

/* line 794, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-box {
  border: 1px solid #424041;
  position: absolute;
  top: 50px;
  left: 50px;
  background-color: #383636;
  width: 300px;
  font-size: 14px;
}

/* line 802, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-box .box-hd {
  border-color: #2D2A2A;
  background-color: #2D2A2A;
  margin: 0;
}

/* line 806, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-box .box-hd .title {
  color: #CBC8B6;
  height: 30px;
  line-height: 30px;
}

/* line 811, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-box .box-hd .btn-close {
  text-decoration: none;
  font-size: 14px;
}

/* line 816, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-box .cont {
  padding: 22px;
  padding-bottom: 0px;
  text-align: center;
}

/* line 820, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-box .cont .note {
  color: #A7A18C;
  padding-bottom: 15px;
}

/* line 825, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-box .action {
  text-align: center;
  padding-bottom: 22px;
}

/* line 828, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-box .action .get-activity {
  height: 24px;
  width: 100px;
  background-image: url(../img/map-house.png);
  background-position: -160px 0;
  background-repeat: no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #CBC8B6;
  line-height: 24px;
}

/* line 838, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.pop-box .action .get-activity-none {
  background-position: -160px -25px;
}

/* line 845, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-blackboard {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  color: #C8C9B4;
  padding-left: 40px;
  padding-top: 8px;
}

/* line 851, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-blackboard i.tick {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 32px;
  width: 32px;
  background-image: url(../img/map-house.png);
  background-position: -110px -150px;
  background-repeat: no-repeat;
}

/* line 861, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-blackboard i.wrong {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 32px;
  width: 32px;
  background-image: url(../img/map-house.png);
  background-position: -110px -110px;
  background-repeat: no-repeat;
}

/* line 871, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-blackboard .code {
  color: #A7A18C;
}

/* line 874, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-blackboard p {
  text-align: left;
  padding-bottom: 12px;
}

/* line 882, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-tab-trigger {
  margin-left: 10px;
}

/* line 886, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-pic li {
  margin: 0 20px 0 0px;
}

/* line 889, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_gamecorner.scss */
.present-tab .mod-pic em {
  font-size: 12px;
}

@font-face {
  font-family: 'iconfont';
  /*src: url("../iconfont/iconfont.eot");*/
  /* IE9*/
  src: url("../iconfont/iconfont.eot?#iefix") format("embedded-opentype"), url("../iconfont/iconfont.woff") format("woff"), url("../iconfont/iconfont.ttf") format("truetype"), url("../iconfont/iconfont.svg#iconfont") format("svg");
  /* iOS 4.1- */
}

/* line 11, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom {
  height: 445px;
  overflow: auto;
  position: relative;
}

/* 游戏直播 */
/* line 19, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-tab .mod-tab-trigger {
  *zoom: 1;
  border-top: 1px solid #CDDEE8;
  border-bottom: 1px solid #CDDEE8;
  background-color: #E6F0F7;
}

/* line 83, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.directroom-tab .mod-tab-trigger:before,
.directroom-tab .mod-tab-trigger:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 88, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.directroom-tab .mod-tab-trigger:after {
  clear: both;
}

/* line 24, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-tab .mod-tab-trigger li {
  float: left;
  height: 32px;
  line-height: 32px;
  width: 79px;
  text-align: center;
  color: #666666;
  border-right: 1px solid #CDDEE8;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

/* line 35, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-tab .mod-tab-trigger li a {
  display: block;
}

/* line 38, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-tab .mod-tab-trigger li.selected {
  color: #333333;
  background-color: #fff;
  padding-bottom: 1px;
  margin-bottom: -1px;
}

/* line 48, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-tab .mod-tab-bd {
  height: 416px;
  overflow: auto;
  position: relative;
}

/* line 55, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay {
  margin: 2px 0 0 2px;
  padding-bottom: 18px;
  *zoom: 1;
}

/* line 83, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.directroom-replay:before,
.directroom-replay:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 88, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.directroom-replay:after {
  clear: both;
}

/* line 59, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li {
  width: 130px;
  float: left;
  position: relative;
  *display: inline;
  margin: 18px 0 0 18px;
  background-color: #383636;
  /*潜力 */
  /*年度 */
}

/* line 66, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li a {
  display: block;
}

/* line 68, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li a:hover {
  text-decoration: none;
}

/* line 73, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li a:hover .name {
  text-decoration: underline;
}

/* line 77, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li a * {
  cursor: pointer;
}

/* line 82, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.dingyue .tag {
  background-position: 0 0;
}

/* line 87, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.nvshen .tag {
  background-position: 0 -50px;
}

/* line 92, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.dashen .tag {
  background-position: -60px -100px;
}

/* line 97, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.meinv .tag {
  background-position: -90px 0px;
}

/* line 102, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.videomm .tag {
  height: 65px;
  background-position: -220px -70px;
}

/* line 108, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.xinhuo .tag {
  background-position: -61px 0;
}

/* line 113, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.tuijian .tag {
  height: 70px;
  background-position: -171px -150px;
}

/* line 119, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.zhiye .tag {
  background-position: -30px -100px;
  height: 66px;
}

/* line 125, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.mingxing .tag {
  background-position: 0 -100px;
}

/* line 131, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.qianli .tag {
  background-position: -172px -100px;
}

/* line 137, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.niandu .tag {
  background-position: -198px -100px;
}

/* line 142, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.current {
  z-index: 100;
}

/* line 146, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay li.usercomfirm-girl em, .directroom-replay li.usercomfirm-girl .game {
  width: 8em;
}

/* line 150, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .desc {
  padding: 8px 0 10px 10px;
  border: 1px solid #262323;
  border-top: none;
  position: relative;
}

/* line 155, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .desc em, .directroom-replay .desc .game {
  height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  width: 9em;
  text-overflow: ellipsis;
}

/* line 162, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .desc em {
  display: block;
  padding-bottom: 2px;
}

/* line 166, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .desc .name {
  color: #999999;
}

/* line 169, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .desc i.girl {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 16px;
  width: 16px;
  background-image: url(../img/icon-map.png);
  background-position: -30px -170px;
  background-repeat: no-repeat;
}

/* line 180, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .desc .game {
  color: #999999;
  display: block;
}

/* line 185, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .tag {
  height: 43px;
  width: 21px;
  position: absolute;
  top: -2px;
  left: 5px;
  z-index: 5;
}

/* line 196, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .tag i {
  width: 100%;
  float: left;
}

/* line 200, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .tag .tag_font {
  display: block;
  line-height: 14px;
  text-align: center;
  background-color: yellow;
}

/* line 207, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .tag .tag_bottom {
  height: 20px;
  font-family: "iconfont" !important;
  font-size: 28px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: yellow;
  margin: -8px 0 0 -3px;
  display: block;
  _font-size: 31px;
}

/* line 220, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .pic {
  height: 98px;
  width: 130px;
  position: relative;
}

/* line 224, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .pic img {
  display: block;
  width: 130px;
  height: 98px;
}

/* line 229, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .pic .hero {
  border-left: 2px solid #383636;
  border-top: 2px solid #383636;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 48px;
  height: 36px;
  z-index: 10;
}

/* line 239, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .pic span {
  display: block;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 78px;
  left: 0px;
  width: 100%;
  color: #fff;
  text-indent: 25px;
  background-image: url(../img/gray-background.png);
  background-repeat: repeat;
  background-position: 0 0;
}

/* line 252, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_directroom.scss */
.directroom-replay .pic span i {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 16px;
  height: 10px;
  background-image: url(../img/icon-map.png);
  background-position: -30px 0;
  background-repeat: no-repeat;
  margin-top: -5px;
}

/* 战斗日志 */
/* line 6, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab .mod-page .prev, .log-tab .mod-page .next {
  position: relative;
  text-indent: -200px;
  overflow: hidden;
}

/* line 10, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab .mod-page .prev i, .log-tab .mod-page .next i {
  position: absolute;
  top: 50%;
  background-image: url("../img/map-house.png");
  background-repeat: no-repeat;
  width: 4px;
  height: 7px;
}

/* line 20, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab .mod-page .prev i {
  position: absolute;
  left: 50%;
  background-position: 0 -220px;
  margin-left: -2px;
  margin-top: -3px;
}

/* line 29, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab .mod-page .next i {
  position: absolute;
  right: 50%;
  background-position: -15px -220px;
  margin-right: -2px;
  margin-top: -3px;
}

/* line 40, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-trigger {
  float: left;
  display: inline;
  width: 168px;
  background-color: #f3f3f3;
  height: 487px;
  position: relative;
  *zoom: 1;
  text-align: center;
}

/* line 49, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-trigger ul {
  position: relative;
}

/* line 53, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-trigger li {
  box-sizing: border-box;

  padding: 8px 0;
  margin: 0 10px;
  border-bottom: 1px dotted #e1e2e3;
  color: #666666;
  *zoom: 1;
  cursor: pointer;
}

/* line 83, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.log-tab-trigger li:before,
.log-tab-trigger li:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 88, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.log-tab-trigger li:after {
  clear: both;
}

/* line 58, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-trigger li img {
  float: left;
  display: inline;
  margin-right: 5px;
  width: 47px;
  height: 47px;
}

/* line 64, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-trigger li .cont {
  overflow: hidden;
  zoom: 1;
  white-space: nowrap;
  padding-left: 4px;
}
.log-tab-trigger li .cont .game{
  display: inline-block;
  margin-top: 6px;
}
/* line 69, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-trigger li.selected {
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 10px;
  cursor: default;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  background-color: #fbfbfb;
  margin-right: -1px;
  position: relative;
}

/* line 79, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-trigger .state {
  display: block;
  zoom: 1;
}

/* line 83, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-trigger .victory {
  color: #50da3f;
}

/* line 86, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-trigger .fail {
  color: #ff0000;
}

.log-tab-trigger .even {
  color: #FC951C;
  font-weight: bold;
  margin-right: 8px;
}
/* line 89, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-trigger .mod-page {
  margin-top: 6px;
}

/* 日志tab内容 */
/* line 97, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-content {
  height: 485px;
  float: left;
  background-color: #fbfbfb;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

/* line 103, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.log-tab-content .tab-content {
  height: 100%;
}

/* 队伍列表 */
/* line 115, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-ctn {
  width: 320px;
  float: left;
  height: 100%;
  border-right: 1px solid #e3e3e3;
  font-size: 12px;
}

/* line 122, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-popmenu {
  display: none;
  width: 246px;
  position: absolute;
  top: 0px;
  right: 55px;
  background-color: #ffffff;
  padding: 0 10px;
  padding-bottom: 15px;
  z-index: 10;
  border-top: 6px solid #878f86;
  border-left: 1px solid #878f86;
  border-right: 1px solid #878f86;
  border-bottom: 1px solid #878f86;
}

/* line 132, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-popmenu .hero-tank {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  *zoom: 1;
  margin-bottom: 9px;
}

/* line 83, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.m-team-popmenu .hero-tank:before,
.m-team-popmenu .hero-tank:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 88, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.m-team-popmenu .hero-tank:after {
  clear: both;
}

/* line 136, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-popmenu .hero-tank img {
  border: 1px solid #3B3939;
  float: left;
  display: inline;
  margin-right: 10px;
  width: 102px;
  height: 65px;
}

/* line 142, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-popmenu .hero-tank .cont {
  overflow: hidden;
  zoom: 1;
  color: #333333;
  font-size: 12px;
  line-height: 1.8em;
}

/* line 148, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-popmenu .hero-tank span {
  display: block;
}

/* line 151, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-popmenu .hero-tank h3 {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

/* line 156, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-popmenu .medal-list {
  *zoom: 1;
  padding-bottom: 3px;
}

/* line 83, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.m-team-popmenu .medal-list:before,
.m-team-popmenu .medal-list:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 88, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.m-team-popmenu .medal-list:after {
  clear: both;
}

/* line 159, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-popmenu .medal-list .medal {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #171717;
  border: 1px solid #3B3939;
  text-align: center;
  margin-right: 5px;
  zoom: 1;
  font-size: 0px;
}

/* line 172, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-popmenu .tank-detail {
  width: 100%;
}

/* line 174, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-popmenu .tank-detail td {
  height: 24px;
  line-height: 24px;
  color: #666666;
  font-size: 12px;
}

/* line 179, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-popmenu .tank-detail .num {
  text-align: right;
  color: #666666;
}

/* line 186, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */

/* line 189, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-a .m-team-item-hover {
  background-color: #e7e7e7;
  cursor: pointer;
}

/* line 201, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-b .m-team-popmenu {
  right: 0px;
  left: 53px;
}

/* line 205, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-b .m-team-item-hover {
  background-color: #e7e7e7;
  cursor: pointer;
}

/* line 217, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-item {
  *zoom: 1;
  color: #666666;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

/* line 83, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.m-team-item:before,
.m-team-item:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 88, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/lego/_mixin.scss */
.m-team-item:after {
  clear: both;
}

/* line 225, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-head {
  height: 27px;
  line-height: 27px;
  color: #666666;
}
.m-team-head .m-team-title{
  padding-left: 0;
  width: 175px;
}
/* line 229, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-head .victory {
  color: #50da3f;
  font-weight: bold;
  margin-right: 8px;
}

/* line 234, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-head .fail {
  color: #ff0000;
  font-weight: bold;
  margin-right: 8px;
}

.m-team-head .even {
  color: #FC951C;
  font-weight: bold;
  margin-right: 8px;
}

/* line 241, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-title {
  width: 145px;
  float: left;
  *display: inline;
  position: relative;
  padding-left: 36px;
}

/* line 247, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-title img {
  border: 1px solid #3B3939;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -11px;
  width: 24px;
  height: 24px;
}

/* line 257, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-damage {
  width: 72px;
  float: left;
  *display: inline;
}

/* line 263, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/mod/_battlelog.scss */
.m-team-num {
  width: 36px;
  float: left;
  *display: inline;
}

/* 头部  start*/
/* line 7, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav, .new-plugin-classify .box_top_nav, .new-plugin-searchResult .box_top_nav, .new-plugin-shoucang .box_top_nav {
  *position: relative;
  *z-index: 99;
}

/* line 10, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav .fir, .new-plugin-classify .box_top_nav .fir, .new-plugin-searchResult .box_top_nav .fir, .new-plugin-shoucang .box_top_nav .fir {
  margin-left: 7px !important;
}

/* line 13, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav li, .new-plugin-classify .box_top_nav li, .new-plugin-searchResult .box_top_nav li, .new-plugin-shoucang .box_top_nav li {
  margin-left: 5px !important;
}

/* line 15, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav li a, .new-plugin-classify .box_top_nav li a, .new-plugin-searchResult .box_top_nav li a, .new-plugin-shoucang .box_top_nav li a {
  padding: 0 20px !important;
}

/* line 19, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav .nav-rig-bar, .new-plugin-classify .box_top_nav .nav-rig-bar, .new-plugin-searchResult .box_top_nav .nav-rig-bar, .new-plugin-shoucang .box_top_nav .nav-rig-bar {
  width: 144px;
  position: absolute;
  right: 0px;
  top: -2px;
  font-size: 0px;
}

/* line 26, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav .nav-rig-bar a, .new-plugin-classify .box_top_nav .nav-rig-bar a, .new-plugin-searchResult .box_top_nav .nav-rig-bar a, .new-plugin-shoucang .box_top_nav .nav-rig-bar a {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px !important;
  color: #9e9c8d;
  position: relative;
  font-size: 12px;
}

/* line 35, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav .nav-rig-bar a i, .new-plugin-classify .box_top_nav .nav-rig-bar a i, .new-plugin-searchResult .box_top_nav .nav-rig-bar a i, .new-plugin-shoucang .box_top_nav .nav-rig-bar a i {
  position: absolute;
  top: 50%;
}

/* line 41, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav .nav-rig-bar .collect, .new-plugin-classify .box_top_nav .nav-rig-bar .collect, .new-plugin-searchResult .box_top_nav .nav-rig-bar .collect, .new-plugin-shoucang .box_top_nav .nav-rig-bar .collect {
  color: #a49d87;
  padding-left: 23px;
  padding-right: 10px;
}

/* line 45, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav .nav-rig-bar .collect i, .new-plugin-classify .box_top_nav .nav-rig-bar .collect i, .new-plugin-searchResult .box_top_nav .nav-rig-bar .collect i, .new-plugin-shoucang .box_top_nav .nav-rig-bar .collect i {
  left: 1px;
  background-image: url("../slice/yishoucang.png");
  width: 17px;
  height: 16px;
  margin-top: -8px;
}

/* line 52, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav .nav-rig-bar .collect:hover, .new-plugin-classify .box_top_nav .nav-rig-bar .collect:hover, .new-plugin-searchResult .box_top_nav .nav-rig-bar .collect:hover, .new-plugin-shoucang .box_top_nav .nav-rig-bar .collect:hover {
  color: #cbc8b6;
}

/* line 54, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav .nav-rig-bar .collect:hover i, .new-plugin-classify .box_top_nav .nav-rig-bar .collect:hover i, .new-plugin-searchResult .box_top_nav .nav-rig-bar .collect:hover i, .new-plugin-shoucang .box_top_nav .nav-rig-bar .collect:hover i {
  background-image: url("../slice/yishoucang.png");
}

/* line 59, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav .nav-rig-bar .manage_plugin, .new-plugin-classify .box_top_nav .nav-rig-bar .manage_plugin, .new-plugin-searchResult .box_top_nav .nav-rig-bar .manage_plugin, .new-plugin-shoucang .box_top_nav .nav-rig-bar .manage_plugin {
  right: 0px;
  padding-left: 23px;
  padding-right: 15px;
  position: relative;
  background: none;
}

/* line 66, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav .nav-rig-bar .manage_plugin i, .new-plugin-classify .box_top_nav .nav-rig-bar .manage_plugin i, .new-plugin-searchResult .box_top_nav .nav-rig-bar .manage_plugin i, .new-plugin-shoucang .box_top_nav .nav-rig-bar .manage_plugin i {
  left: 1px;
  background-image: url("../slice/manage-plugin.png");
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

/* line 73, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .box_top_nav .nav-rig-bar .manage_plugin:hover, .new-plugin-classify .box_top_nav .nav-rig-bar .manage_plugin:hover, .new-plugin-searchResult .box_top_nav .nav-rig-bar .manage_plugin:hover, .new-plugin-shoucang .box_top_nav .nav-rig-bar .manage_plugin:hover {
  color: #cbc8b6;
}

/* line 81, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.box_top_nav li {
  position: relative;
  z-index: 99;
}

/* line 84, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.box_top_nav li .plugin-nav-menu {
  display: none;
  position: absolute;
  left: -1px;
  top: 22px;
  padding-top: 14px;
  z-index: 99;
}

/* line 91, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.box_top_nav li .plugin-nav-menu ul {
  padding-left: 0px;
}

/* line 94, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.box_top_nav li .plugin-nav-menu li {
  margin-left: 0px !important;
  display: block;
  background: none;
  width: 70px;
}

/* line 99, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.box_top_nav li .plugin-nav-menu li a {
  display: block;
  text-align: center;
  background: none;
  background-color: #181717;
  color: #9e9c8d;
  font-size: 12px;
  padding: 0 !important;
  height: 26px;
  line-height: 26px;
  margin-left: 0px;
}

/* line 110, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.box_top_nav li .plugin-nav-menu li a:hover {
  color: #cbc8b6;
  background-color: #242424;
  text-decoration: none;
}

/* line 119, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.box_top_nav li .triangle {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  top: 4px;
  border-width: 5px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #181717 transparent;
  overflow: hidden;
}

/* 头部  end */
/* 右侧 start */
/* line 136, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr, .new-plugin-classify .tankPlugin-aside--fr {
  height: 445px;
  border-left: 1px solid #373833;
}

/* line 139, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__hd, .new-plugin-classify .tankPlugin-aside--fr .tankPlugin-aside__hd {
  height: 32px;
  line-height: 32px;
}

/* line 144, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd .tankPlugin-aside__navCon, .new-plugin-classify .tankPlugin-aside--fr .tankPlugin-aside__bd .tankPlugin-aside__navCon {
  height: auto;
}

/* line 147, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd li, .new-plugin-classify .tankPlugin-aside--fr .tankPlugin-aside__bd li {
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

/* line 153, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd li:hover, .new-plugin-classify .tankPlugin-aside--fr .tankPlugin-aside__bd li:hover {
  background-color: #1e1c1c;
}

/* line 156, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd li .aside-main, .new-plugin-classify .tankPlugin-aside--fr .tankPlugin-aside__bd li .aside-main {
  width: auto;
}

/* line 158, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd li .aside-main h6, .new-plugin-classify .tankPlugin-aside--fr .tankPlugin-aside__bd li .aside-main h6 {
  width: 160px;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
}

/* line 164, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd li .aside-main p, .new-plugin-classify .tankPlugin-aside--fr .tankPlugin-aside__bd li .aside-main p {
  width: auto;
  color: #5d5a54;
  line-height: 1em;
}

/* line 168, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd li .aside-main p em, .new-plugin-classify .tankPlugin-aside--fr .tankPlugin-aside__bd li .aside-main p em {
  color: #928f87;
}

/* line 175, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd .nbb, .new-plugin-classify .tankPlugin-aside--fr .tankPlugin-aside__bd .nbb {
  border-bottom: none;
}

/* 右侧 end */
/* 插件详情改版  start*/
/* line 187, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-detail .tankPlugin-detail__info h6 {
  line-height: 1em;
  padding-top: 10px;
  padding-bottom: 14px;
  margin-bottom: 0px;
}

/* line 193, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-detail .tankPlugin-detail__info p {
  line-height: 24px;
}

/* line 199, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail__score .set-score {
  margin-bottom: 0px !important;
}

/* line 202, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail__score p {
  line-height: 32px;
  text-indent: 9px;
}

/* line 206, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail__score .btn-download {
  display: block;
  width: 101px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #cbc8b6;
  background-image: url("../slice/download.png");
  margin-bottom: 8px;
  font-weight: bold;
}

/* line 217, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail__score .btn-download:hover {
  color: #f9f7e9;
  background-image: url("../slice/download-hover.png");
  text-decoration: none;
}

/* line 223, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail__score .collect {
  font-size: 12px;
  color: #a49d87;
  padding-left: 23px;
  position: relative;
  line-height: 16px;
  display: block;
}

/* line 230, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail__score .collect i {
  position: absolute;
  left: 1px;
  top: 50%;
  background-image: url("../slice/collect.png");
  width: 17px;
  height: 16px;
  margin-top: -8px;
}

/* line 239, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail__score .collect:hover {
  text-decoration: none;
}

/* line 241, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail__score .collect:hover i {
  background-image: url("../slice/collect-active.png");
}

/* line 247, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail__score .has-collect i {
  background-image: url("../slice/yishoucang.png");
}

/* line 251, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail__score .has-collect:hover i {
  background-image: url("../slice/yishoucang.png");
}

/* line 257, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail-scroll {
  position: relative;
  height: 425px;
  overflow: hidden;
  padding: 20px 15px 0px;
}

/* line 266, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail-scroll .tankPlugin-detail__bd {
  padding-left: 0px;
}

/* line 269, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail-scroll .tankPlugin-detail__ft {
  overflow-y: visible;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  height: auto;
}

/* line 276, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-detail-scroll .tankPlugin-detail__info {
  width: 200px;
}

/* 评论 */
/* line 289, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment {
  /* 按钮 */
  /* 评论列表 */
  /* 回复的内容 */
  /* 回复框 */
  /* 回复框头像 */
}

/* line 291, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comments-ctn {
  background-color: #383535 !important;
  border-color: #272525 !important;
  /* 输入区域 */
  /* 更多评论 */
}

/* line 295, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comments-ctn h3 .total_num {
  color: #9e9884 !important;
}

/* line 297, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comments-ctn h3 .total_num em {
  color: #cf502f !important;
}

/* line 303, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comments-ctn a {
  color: #9e9884 !important;
}

/* line 307, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comments-ctn .dw-comment-post-ctn {
  background-color: #2d2a2a !important;
  border-color: #272525 !important;
  outline: none;
}

/* line 311, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comments-ctn .dw-comment-post-ctn .textarea_ctn {
  background-color: #4a4747 !important;
  border-color: #272525 !important;
}

/* line 314, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comments-ctn .dw-comment-post-ctn .textarea_ctn .dw-comment-post {
  color: #f9f7e9 !important;
  background-color: #4a4747 !important;
}

/* line 321, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comments-ctn .dw-comment-more_comment {
  background-color: #4a4747 !important;
  border-color: #272525 !important;
  color: #9e9884 !important;
}

/* line 325, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comments-ctn .dw-comment-more_comment:hover {
  background-color: #545151 !important;
  color: #f9f7e9 !important;
}

/* line 329, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comments-ctn .dw-comment-more_comment span {
  color: #9e9884 !important;
  background: url(../img/down.png) no-repeat right center !important;
}

/* line 335, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-sequence a {
  color: #9e9884 !important;
}

/* line 338, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-sequence a.selected {
  background-color: #9e9884 !important;
}

/* line 342, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-post-foot .user-info {
  color: #888888 !important;
}

/* line 344, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-post-foot .user-info img {
  background-color: #5b5a5a !important;
  border-color: #272525 !important;
}

/* line 348, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-post-foot .user-info .name, .tankPlugin-comment .dw-comment-post-foot .user-info a {
  color: #9e9884 !important;
}

/* line 353, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-post-foot .dw-comment-post-action .submit {
  background-image: url(../slice/comment.png) !important;
  background-position: 0 -112px;
  height: 30px !important;
  color: #cbc8b6 !important;
}

/* line 363, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comment_list .comment-list_item {
  border-color: #656464 !important;
}

/* line 366, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comment_list .comment-author_pic img {
  background-color: #5b5a5a !important;
  border-color: #272525 !important;
}

/* line 371, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comment_list .comment_action a {
  color: #9e9884 !important;
}

/* line 374, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comment_list .comment_action .post_time {
  color: #888 !important;
}

/* line 378, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comment_list .comment_text {
  color: #f9f7e9 !important;
}

/* line 381, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comment_list .reply_author_pic img {
  background-color: #5b5a5a !important;
  border-color: #272525 !important;
}

/* line 386, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comment_list .reply_content .reply_info .author {
  color: #9e9884 !important;
}

/* line 389, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comment_list .reply_content .reply_time {
  color: #888 !important;
}

/* line 393, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-comment_list .reply_text {
  color: #f9f7e9 !important;
}

/* line 397, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-skin_yellow .comment_reply_ctn {
  background-color: #2d2a2a !important;
}

/* line 401, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-replay_list .reply_action a {
  color: #9e9884 !important;
}

/* line 404, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-replay_list .replay_list_item {
  border-color: #616060 !important;
}

/* line 408, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-ps_note {
  color: #888888 !important;
}

/* line 413, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-skin_white .dw-comment-view-ctn {
  display: none !important;
}

/* line 416, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-skin_white .comment_reply_ctn {
  background-color: #2d2a2a !important;
  border-color: #272525 !important;
  color: #888 !important;
}

/* line 423, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-reply_post-ctn .textarea_ctn {
  background-color: #4a4747 !important;
  border-color: #272525 !important;
}

/* line 426, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-reply_post-ctn .textarea_ctn .dw-comment-reply_post {
  background-color: #4a4747 !important;
  color: #f9f7e9 !important;
  outline: none;
}

/* line 435, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-reply_post-foot .user-info {
  color: #888 !important;
}

/* line 437, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-reply_post-foot .user-info img {
  background-color: #5b5a5a !important;
  border-color: #272525 !important;
}

/* line 441, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-reply_post-foot .user-info .name, .tankPlugin-comment .dw-comment-reply_post-foot .user-info a {
  color: #9e9884 !important;
}

/* line 445, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.tankPlugin-comment .dw-comment-reply_post-foot .dw-comment-reply_post-action .submit {
  color: #cbc8b6 !important;
  background-image: url(../img/sprite/sprite.png);
  background-position: 0 -112px;
  height: 30px !important;
}

/* 插件详情改版  end*/
/* 插件首页 start */
/* line 457, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style {
  /* 推荐 */
}

/* line 459, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-index .tankPlugin-search input {
  width: 265px;
  height: 26px;
  line-height: 26px\9;
  margin-right: 0px;
}

/* line 465, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-searchBtn {
  height: 28px;
  line-height: 28px;
  background: none;
  background-image: url(../slice/search.png);
}

/* line 473, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-tuijian {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 478, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-tuijian .hd {
  border-bottom: 1px solid #424040;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
}

/* line 483, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-tuijian .hd h5 {
  float: left;
  color: #cbc8b6;
  font-size: 12px;
}

/* line 488, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-tuijian .hd a {
  float: right;
  color: #757269;
  font-size: 12px;
}

/* line 494, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-tuijian .bd {
  position: relative;
  padding-top: 12px;
  height: 80px;
}

/* line 498, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-tuijian .bd li {
  height: 28px;
}

/* line 501, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-tuijian .bd img {
  position: absolute;
  left: 0px;
  top: 12px;
  padding: 2px;
  background-color: #232020;
}

/* line 508, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-tuijian .bd a {
  display: block;
  color: #a7a18c;
  padding-left: 94px;
  height: 28px;
  line-height: 28px;
}

/* line 514, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-tuijian .bd a:hover {
  background-color: #232020;
  color: #cbc8b6;
  text-decoration: none;
}

/* line 521, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-tuijian .bd .active img {
  z-index: 2;
}

/* line 524, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-tuijian .bd .active a {
  background-color: #232020;
  color: #cbc8b6;
  text-decoration: none;
}

/* line 533, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-list-1 {
  padding-top: 0px;
}

/* line 535, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-list-1 li {
  height: 26px;
  vertical-align: middle;
}

/* line 540, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-aside--fr {
  height: 407px;
  border-left: 1px solid #373833;
}

/* line 544, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .main-con {
  height: 407px;
  overflow: hidden;
  border-bottom: 1px solid #373833;
}

/* line 549, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .mod-art-scroll {
  width: 304px;
}

/* line 551, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .mod-art-scroll li {
  background-color: #363232;
}

/* line 553, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .mod-art-scroll li a {
  padding-left: 10px;
}

/* line 558, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-show span {
  position: relative;
  z-index: 2;
  margin-right: -8px;
}

/* line 564, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-aside__hd {
  height: 30px;
  line-height: 30px;
}

/* line 568, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-aside__bd li {
  padding: 8px 0;
}

/* line 571, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-aside__navCon {
  height: 375px;
}

/* line 574, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-aside__navCon li {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

/* line 579, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-aside__navCon li:hover {
  background-color: #1e1c1c;
}

/* line 583, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-aside__navCon .nbb {
  border-bottom: none;
}

/* line 586, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-aside__navCon .aside-main {
  width: auto;
}

/* line 588, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-aside__navCon .aside-main h6 {
  width: 160px;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
}

/* line 594, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-aside__navCon .aside-main p {
  width: auto;
  color: #5d5a54;
  line-height: 1em;
}

/* line 598, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-aside__navCon .aside-main p em {
  color: #928f87;
}

/* line 604, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-show {
  margin-top: 7px;
  float: left;
}

/* line 608, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-game-version {
  padding-left: 28px;
  float: left;
}

/* line 611, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-game-version span, .new-plugin-style .tankPlugin-game-version select {
  vertical-align: middle;
}

/* line 614, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-game-version span {
  color: #7b7a7a;
  line-height: 38px;
  padding-right: 10px;
  display: inline-block;
}

/* line 620, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-style .tankPlugin-game-version select {
  padding-left: 9px;
  width: 136px;
  background-color: #252222;
  color: #a7a18c;
  border-color: #424040;
}

/* 首页 end */
/*  分类页面 strt */
/* line 636, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-classify .tankPlugin-aside--fl .tankPlugin-main__hd {
  height: 30px;
  line-height: 30px;
  padding-top: 10px;
  border-bottom: 1px solid #373833;
}

/* line 641, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-classify .tankPlugin-aside--fl .tankPlugin-main__hd h5 {
  float: left;
  color: #cbc8b6;
  font-size: 12px;
  padding-left: 10px;
}

/* line 650, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-classify .tankPlugin-aside--fl .tankPlugin-main__bd .classify-group li {
  height: 60px;
  border-bottom: 1px solid #373833;
  padding-left: 15px;
  padding-top: 10px;
}

/* line 655, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-classify .tankPlugin-aside--fl .tankPlugin-main__bd .classify-group li img {
  float: left;
  padding: 1px;
  background-color: #373833;
}

/* line 660, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-classify .tankPlugin-aside--fl .tankPlugin-main__bd .classify-group li h6 {
  line-height: 1em;
  padding-top: 8px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #cbc8b6;
  margin-left: 60px;
}

/* line 668, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-classify .tankPlugin-aside--fl .tankPlugin-main__bd .classify-group li p {
  color: #747060;
  font-size: 12px;
  margin-left: 60px;
  line-height: 1em;
}

/* line 673, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-classify .tankPlugin-aside--fl .tankPlugin-main__bd .classify-group li p em {
  color: #a7a18c;
}

/* line 677, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-classify .tankPlugin-aside--fl .tankPlugin-main__bd .classify-group li:hover {
  background-color: #242121;
}

/*  分类页面 end */
/* 搜索结构 start */
/* line 690, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .main-con {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 694, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .tankPlugin-search {
  margin-bottom: 10px;
}

/* line 696, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .tankPlugin-search input {
  width: 265px !important;
}

/* line 699, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .tankPlugin-search span {
  float: left;
  height: 24px;
  line-height: 24px;
  color: #9e9c8d;
  padding-left: 20px;
}

/* line 705, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .tankPlugin-search span em {
  padding: 0 7px;
}

/* line 710, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .search-result {
  padding-left: 10px;
}

/* line 712, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .search-result li {
  vertical-align: middle;
  position: relative;
  border-bottom: 1px solid #424040;
  height: 76px;
  padding-top: 10px;
}

/* line 718, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .search-result li img {
  border: 1px solid #433F3F;
  float: left;
}

/* line 722, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .search-result li h6, .new-plugin-searchResult .search-result li p {
  margin-left: 76px;
  line-height: 1em;
}

/* line 726, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .search-result li h6 {
  color: #cbc8b6;
  padding-top: 5px;
  padding-bottom: 10px;
}

/* line 731, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .search-result li .style-download {
  padding-bottom: 10px;
  color: #747060;
}

/* line 734, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .search-result li .style-download em {
  color: #a7a18c;
}

/* line 738, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .search-result li .des {
  color: #a7a18c;
  width: 380px;
}

/* line 742, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .search-result li .score {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 58px;
  padding-top: 6px;
  *padding-top: 2px;
  *height: 62px;
  text-align: center;
  font-size: 30px;
  font-family: "Microsoft YaHei",sans-serif;
  background-image: url("../slice/score.png");
  color: #d7d5c6;
  line-height: 32px;
  font-weight: bold;
}

/* line 759, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-searchResult .search-result li:hover {
  background-color: #242121;
}

/* 搜索结构 end */
/* 插件推荐  start */
/* line 769, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .share-bar, .new-plugin-zuixin .share-bar {
  right: 12px;
}

/* line 773, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fl li, .new-plugin-zuixin .tankPlugin-aside--fl li {
  height: 65px;
  vertical-align: middle;
  padding: 15px 15px 0;
  border-bottom: 1px solid #373833;
}

/* line 778, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fl li img, .new-plugin-zuixin .tankPlugin-aside--fl li img {
  float: left;
  border: 1px solid #433f3f;
}

/* line 782, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fl li h6, .new-plugin-zuixin .tankPlugin-aside--fl li h6 {
  margin-left: 60px;
  line-height: 1em;
  padding-top: 8px;
  padding-bottom: 10px;
  color: #cbc8b6;
}

/* line 789, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fl li p, .new-plugin-zuixin .tankPlugin-aside--fl li p {
  margin-left: 60px;
  line-height: 1em;
  color: #747060;
}

/* line 793, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fl li p em, .new-plugin-zuixin .tankPlugin-aside--fl li p em {
  color: #a7a18c;
}

/* line 799, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr, .new-plugin-zuixin .tankPlugin-aside--fr {
  border-left: 1px solid #424040;
}

/* line 801, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd li, .new-plugin-zuixin .tankPlugin-aside--fr .tankPlugin-aside__bd li {
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

/* line 806, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd li:hover, .new-plugin-zuixin .tankPlugin-aside--fr .tankPlugin-aside__bd li:hover {
  background-color: #1e1c1c;
}

/* line 810, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd .aside-main, .new-plugin-zuixin .tankPlugin-aside--fr .tankPlugin-aside__bd .aside-main {
  width: auto;
}

/* line 813, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd .aside-main h6, .new-plugin-zuixin .tankPlugin-aside--fr .tankPlugin-aside__bd .aside-main h6 {
  width: 160px;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
}

/* line 819, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd .aside-main p, .new-plugin-zuixin .tankPlugin-aside--fr .tankPlugin-aside__bd .aside-main p {
  width: auto;
  color: #5d5a54;
  line-height: 1em;
}

/* line 823, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-tuijian .tankPlugin-aside--fr .tankPlugin-aside__bd .aside-main p em, .new-plugin-zuixin .tankPlugin-aside--fr .tankPlugin-aside__bd .aside-main p em {
  color: #928f87;
}

/* 插件推荐  end */
/* 收藏列表 start */
/* line 834, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con {
  padding: 12px 15px 0;
}

/* line 836, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .hd {
  font-size: 0px;
  border-bottom: 1px solid #424040;
}

/* line 839, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .hd label, .new-plugin-shoucang .main-con .hd a, .new-plugin-shoucang .main-con .hd input, .new-plugin-shoucang .main-con .hd span {
  vertical-align: middle;
  font-size: 12px;
  line-height: 32px;
  display: inline-block;
}

/* line 845, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .hd input {
  margin-left: 10px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

/* line 851, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .hd label {
  color: #f8f6ea;
}

/* line 854, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .hd span {
  color: #424040;
  padding: 0 8px;
}

/* line 858, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .hd a {
  color: #cbc8b6;
}

/* line 861, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .hd .cancel {
  margin-left: 34px;
  position: relative;
}

/* line 868, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .hd .version {
  float: right;
  font-size: 12px;
}

/* line 871, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .hd .version span {
  color: #646363;
}

/* line 874, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .hd .version select {
  width: 97px;
  padding-left: 9px;
  color: #a7a18c;
  background-color: #252222;
  border: 1px solid #424040;
  height: 22px;
}

/* line 881, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .hd .version select option {
  width: 97px;
}

/* line 888, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .bd li {
  vertical-align: middle;
  position: relative;
  border-bottom: 1px solid #424040;
  height: 76px;
  padding-top: 10px;
  padding-left: 33px;
}

/* line 895, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .bd li input {
  position: absolute;
  left: 10px;
  top: 35px;
}

/* line 900, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .bd li img {
  border: 1px solid #433F3F;
  float: left;
}

/* line 904, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .bd li h6, .new-plugin-shoucang .main-con .bd li p {
  margin-left: 76px;
  line-height: 1em;
}

/* line 908, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .bd li h6 {
  color: #cbc8b6;
  padding-top: 5px;
  padding-bottom: 10px;
}

/* line 913, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .bd li .style-download {
  padding-bottom: 10px;
  color: #747060;
}

/* line 916, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .bd li .style-download em {
  color: #999999;
}

/* line 920, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .bd li .des {
  color: #a7a18c;
  width: 380px;
}

/* line 924, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .bd li .download-btn {
  position: absolute;
  right: 10px;
  top: 28px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-image: url("../slice/download1.png");
}

/* line 934, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .bd li .download-btn:hover {
  background-image: url("../slice/download1-hover.png");
  text-decoration: none;
}

/* line 939, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/20150128style/_global.scss */
.new-plugin-shoucang .main-con .bd li:hover, .new-plugin-shoucang .main-con .bd li.active {
  background-color: #242121;
}

/* 收藏列表 end */
/* line 17, E:/design-work/盒子/坦克世界盒子/坦克世界盒子客户端/src/sass/global.scss */
body {
  SCROLLBAR-ARROW-COLOR: #FFFFFF;
  SCROLLBAR-FACE-COLOR: #666666;
  SCROLLBAR-DARKSHADOW-COLOR: #666666;
  SCROLLBAR-HIGHLIGHT-COLOR: #666666;
  SCROLLBAR-3DLIGHT-COLOR: #666666;
  SCROLLBAR-SHADOW-COLOR: #666666;
  SCROLLBAR-TRACK-COLOR: #333333;
}
