body {
  color: #666;
  background: #555;
  line-height: 1;
  /*font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans","Microsoft YaHei" ,  Tahoma, "Hiragino Sans GB", STHeiti !important;*/
  font-family: 'Helvetica Neue',Helvetica,"Microsoft YaHei",Arial,sans-serif!important;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6,ul,li{
  list-style: none;
  margin:0;
  padding: 0;
}


h1 {
  font-size: 22px;
  font-weight: 600;
}

h2{
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4{
  font-size: 15px;
}

h5 {
  font-size: 15px;
}

a {
  color:#777;
}

a:hover{
  text-decoration: none;
}


a.avatar{
  position: relative;
  display: inline-block;
}

a.header-btn{
  background: rgba(0,0,0,0.1);
  padding: 0 20px;
  margin-left: 10px;
  margin-right: -10px;
  overflow: hidden;
  float: left;
  display: block;
}

a.header-btn:hover{
  background: rgba(0,0,0,0.3);
}

img{
  height: auto;
}

p {
  margin: 0;
}



table.border {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.table {
  margin: 0;
}

table th {
  background: rgba(48,56,65,0.05);
}

span.lv{
  color: #FFA200;
  font-weight: bold;
  font-size: 11px;
}

table p.earned {
  color: #61bf19;
  width: 100px;
  font-weight: bold;
  text-align: center;
}

span.input-group-btn {
  line-height: 1;
}

input, input:focus, button, button:focus{
outline:none;
outline:1px !important;
}

.bc-ve{
  background-color: #669933;
}
.bc-e{
  background-color: #0066cc;
}
.bc-n{
  background-color: #6600cc;
}
.bc-h{
  background-color: #F49D00;
}
.bc-vh{
  background-color: #cc0000;
}
.bc-hell{
  background-color: #A00000;
}


.radio-inline input[type=radio] {
 position: inherit;
}
.container {
  padding: 0 10px;
  position:relative;
}

.main {
  padding: 20px 0;
}



.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,
.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,
.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,
.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,
.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,
.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,
.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,
.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,
.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,
.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,
.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,
.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
  padding:0 10px;
}

.row{
  margin:0 -10px;
}

.breadcrumb {
  margin-bottom: 10px;
}

.pagination {
  padding: 15px;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  display: inherit;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  border-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-radius: 0;
}

.btn .caret {
  margin-left: 5px;
}

.btn {
  font-size: 13px;
  padding: 5px 12px;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  border:none;
}

.btn-lg {
  padding: 10px ;
  width: 200px;
}

.btn-default{
  background:#f8f8f8;
  color: #777;
}

.btn-default:hover {
  background: #EEE;
}

.btn-blue {
  color: #265D80;
  background: #A7DDFF;
}

.btn-blue:hover {
  color: #265D80;
  background: #94CCEF;
}

.btn-min {
  padding: 2px 5px;
  line-height: 12px;
  font-size:12px;
  background: #F1F1F1;
}
.btn-min:hover{
  background: #e5e5e5;
}

.form-control {
  border: 1px #DDD solid;
  font-size: 13px;
  height: 30px;
  padding: 6px;
  border-radius: 0;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 1px solid #EEE;
  border-top: none;
}

.btn-group,
.btn-group-vertical {
  display: block;
  float: left;
}

.btn-group>.btn,
.btn-group-vertical>.btn{
  display: block;
  float: none;
}

/*
============================================

COMMON

============================================
*/


.gray12 {
  font-size: 12px;
  color: #999;
}

.mt10{
  margin-top: 10px;
}

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

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

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

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

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

.m10{
  margin: 10px;
}

.mb10{
  margin-bottom: 10px;
}

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

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

.mb15{
  margin-bottom: 15px;
}

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

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

.mg10{
  margin: 10px;
}

.m-10{
  margin: 10px;
}

.mg-15{
  margin: 15px;
}

.mg-auto{
  margin: auto;
}

.pd-10{
  padding: 10px;
}


.pd-15{
  padding: 15px;
}

.pd15{
  padding: 15px;
}

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

.w25{
  width: 25px;
}

.w40{
  width: 40px;
}

.w50{
  width: 50px;
}
img.w50{
  height: 50px;
}

.w75{
  width: 75px;
}

.w100{
  width: 100px;
}
img.w100{
  height: 100px;
}

.w120{
  width: 120px;
}
img.w120{
  height: 120px;
}

.w150{
  width: 150px;
}

img.w150{
  height: 150px;
}

.w175{
  width: 175px;
}
img.w175{
  width: 175px;
}

.maxw100{
  max-width: 100%;
}

.h10 {
  height: 10px;
}

.radius{
  -moz-border-radius: 4px;      /* Gecko browsers */
  -webkit-border-radius: 4px;   /* Webkit browsers */
  border-radius: 4px;            /* W3C syntax */
}

.radius-top{
  -moz-border-top-left-radius: 4px;     /* Gecko browsers */
  -moz-border-top-right-radius: 4px;    /* Gecko browsers */
  -webkit-border-top-left-radius: 4px;  /* Webkit browsers */ 
  -webkit-border-top-right-radius: 4px; /* Webkit browsers */
  border-top-left-radius: 4px;          /* W3C syntax */
  border-top-right-radius: 4px;          /* W3C syntax */
}

.oh{
  overflow: hidden;

}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}
.tags{
  padding: 3px 5px;
  background: #EEE;
  color: #777;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
}

.filter{
  padding: 10px;
  background: rgba(48,56,65,0.9);
}


.fl{
  float: left;
}

.fr{
  float: right;
}

.green{
  color: #61bf19;
}

.right {
  float: right;
}

.tline {
  border-top: 1px #e6eaed solid;
}

.tline {
  border-top: 1px #e6eaed solid;
}


textarea{
  margin-bottom: 10px;
}

#cke_editor{
  margin-bottom: 10px;
}

#fileupload{
  margin-top: 10px;
}

.wrap-white{
  overflow: hidden;
  background: rgb(255,255,255);
}

.wrap-white-op{
  overflow: hidden;
  background: rgb(240,240,240);
}

.wrap-shadow {
  -webkit-box-shadow: 0 2px 3px #555;
  box-shadow: 0 2px 3px #555;
}

.wrap-gray{
  overflow: hidden;
  background: #222;
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
  margin-bottom: 15px;
}

.wrap-destiny{
  background: rgba(40,40,40,0.8);
  overflow: hidden;
}

.wrap-inner-5 {
  overflow: hidden;
  padding: 5px;
}

.wrap-inner-10 {
  overflow: hidden;
  padding: 10px;
}

.wrap-inner-15 {
  overflow: hidden;
  padding: 15px;
}

.wrap-inner-20 {
  overflow: hidden;
  padding: 20px;
}

.wrap-inner {
  overflow: hidden;
  padding: 10px;
}

.wrap-header {
  font-size: 14px;
  padding:0 10px; 
  background: rgb(60, 60, 60);
  line-height: 40px;
  font-weight: bold;
  color: #888;
}

.wrap-blue{
  background: rgb(35, 108, 190);
  color: #CBE9FF;
}

.wrap-green{
  background: rgb(22, 129, 5);
  color: #D4F5B5;
}

.wrap-title{
  font-weight: bold;
  margin-left: 10px;
}

.wrap-header.big{
  line-height: 50px;
}

.topic-view .wrap-header.big{
  overflow: hidden;
}

.wrap-header a{
  color: #FFF;
  font-weight: bold;
}


.newpsngame-list .wrap-inner {
  padding: 5px;
  overflow: hidden;
}



.wiki-view h1 {
  font-size: 36px;
  color: #222;
}

.wiki-view .wrap-inner {
  padding: 25px;
}

.wrap-radius {
  -moz-border-radius: 4px;      /* Gecko browsers */
  -webkit-border-radius: 4px;   /* Webkit browsers */
  border-radius: 4px;            /* W3C syntax */
}


.panel {
  overflow: hidden;
}



.thumbnail {
  margin: 0;
  padding:0;
  border:none;
}

.alias {
  color: #BBB;
  font-size: 12px;
}


.border {
  border: 1px #EEE solid;
}

.colpadding{
  padding: 5px;
}


/*
============================================
列表类
图文并排列表、图片列表
默认带线框
============================================
*/
.list-box {
  margin-right: -1px;
  margin-bottom: -1px;
  overflow: hidden;
}
.list-box li{
  padding: 10px;
  line-height: 1.7;
  border-right:1px solid #EEE;
  border-bottom:1px solid #EEE;
}

.list-box li:hover  {
  background: #F8F8F8;
}
.list-box li img {
  max-width: 100%;
}


/* 视频图文列表 */

.video-list li .title{
  height: 40px;
  line-height: 1.7;
}

.video-list li img {
  width: 100%;
}

.filter-big {
  font-size: 12px;
  line-height: 18px;
}

.filter-big a{
  float: left;
  display: block;
  padding: 0 10px;
  text-align: center;
  background: #F5F5F5; 
  margin-right: 10px;
  -moz-border-radius: 2px;      /* Gecko browsers */
  -webkit-border-radius: 2px;   /* Webkit browsers */
  border-radius: 2px;            /* W3C syntax */
}

.filter-big a:hover {
  background: #EEE;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

/*
============================================

NAVBAR

============================================
*/


.navbar-header {
  padding: 0 10px;
}

.navbar-right {
  padding-right: 10px;
}
.navbar {
  margin-bottom: 0;
  min-height: 40px;
}

.navbar>.container .navbar-brand{
  margin-top: 5px;
  margin-left: 0px;
  padding: 0;
  padding-right: 25px;
  height: 40px;
}

.navbar-default {
  background: rgb(40,40,40);
  border-bottom: 1px solid rgba(22, 24, 28, 0.5);
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.05);
  box-shadow: 0 0px 5px rgba(0,0,0,0.05);
}

.navbar-toggle {
  background-color:#333;
  border: #666 1px;
  margin:10px 0;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background: #444;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form{
  border-color: transparent;
  box-shadow: none;
}

.navbar-default .navbar-nav>li>a{
  color: #BBB;
  font-size: 15px;
  line-height: 50px;
  padding: 0 15px;
  margin: 0;
}


.navbar-default .navbar-nav>li>a:hover{
  color: #FFF;
  background-color: #333;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
  background: #333;
  color: #FFF;
}

.navbar-form {
  padding: 0;
  margin-right: -15px;
}

.dropdown-menu>li>a{
  line-height: 38px;
}
img.ra3{
  border-radius:3px
}


img.avatar.psn{
  background: #222;
}
img.avatar.large{
  width: 100px;
}

img.title {
  width: 70px;
  border: 2px #EEE solid;
  margin-right: 10px;
}

.info{
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
}

.info li{
  color: #777;
  border-bottom: 1px #EEE dashed;
  line-height: 2.2;
}

.info li:last-child{
  border-bottom: none;
}
.info li span{
  color: #333;
}


.time{
  color:#CCC;
}

a.gate {
  background: rgb(240,240,240);
  color: #777;
  padding: 3px 5px;
  display: inline-block;
  -moz-border-radius: 3px;      /* Gecko browsers */
  -webkit-border-radius: 3px;   /* Webkit browsers */
  border-radius: 3px;            /* W3C syntax */
  font-size: 12px;
}
a.gate:hover{
  background: #415A90;
  text-decoration: none;
  color: #FFF;
}

a.name {
  color: #666;
  font-weight: bolder;
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
}

a.name:hover{
  color: #51aded;
}


.path {
  margin-bottom: 15px;
}

.rank {
  font-size: 16px;
  font-weight: bold;
  color: #AAA;
  text-align: center;
}

.my-avatar img {
  width: 50px;
  display: block;
}
.navbar-default .navbar-nav>li.my-avatar>a{
  border-right:none;
  padding: 0;
}

.banner {
  overflow: hidden;
  height: 420px;
}

.hotfunc{
  overflow: hidden;
  
}
.hotfunc li{
  margin-bottom: 10px;
}

h2.blueline{
  border-top:2px solid #3399CC;
}

.test {
  background: #555;
  height: 110px;
  overflow: hidden;
}

.test2 {
  background: #555;
  height: 160px;
  overflow: hidden;
}

.specialarea li {
  margin-bottom: 15px;
}

.specialarea h3 a{
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  color: #3399CC;
}
.specialarea p {
  font-size: 12px;
  color: #999;
}

.dropdown-toggle {
  background: rgba(0,0,0,0.1);
  padding: 0 10px;
  border:none;
  color: #FFF;
  font-weight: bold;
  border-radius: 0;
  display: inline-block;
}

.wrap-header.big .dropdown-toggle{
  height: 30px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:active {
  background: rgba(0,0,0,0.1);
  border:none;
  color: #FFF;
}

.btn-group.open .dropdown-toggle {
  background: rgba(0,0,0,0.1);
  padding: 0 10px;
  border:none;
  color: #FFF;
}


.hover-visible{
  visibility: hidden;
}

.game-title:hover .hover-visible,
.cell:hover .hover-visible{
  visibility: visible;
}


/*
========================================================================

@Index

========================================================================
*/



.main-banner {
  height: 400px;
  box-shadow: 0 0px 5px rgba(0,0,0,0.3) inset;
}

.main-banner img {
  width: 100%;
  min-width: 1280px;
}
.main-banner h1 {
  margin-top: 60px;
  display: block;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.5;
  font-size: 3.2rem;
  text-shadow: 0 1px 2px #000000;
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans",'Microsoft YaHei', Tahoma, "Hiragino Sans GB", STHeiti !important;
}



.index .psn-stat {
  margin: -80px -10px 0 -10px;
}


/*------------------game-info----------------*/
.game-info{
  overflow: hidden;
}

.psngame-list table {
  border-top: 1px solid #ddd;
}



img.cover-psngame{
  background: #626262;
  background: -moz-linear-gradient(top, #626262 0%, #202020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626262), color-stop(100%,#202020));
  background: -webkit-linear-gradient(top, #626262 0%,#202020 100%);
  background: -o-linear-gradient(top, #626262 0%,#202020 100%);
  background: -ms-linear-gradient(top, #626262 0%,#202020 100%);
  background: linear-gradient(to bottom, #626262 0%,#202020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#404040',GradientType=0 );
}

.media-score-list li {
  float: left;
}
 
.media-score-list td.name {
  width: 1%;
}
.media-score-list .table>tbody>tr>td {
  padding: 10px 5px;
}

.game-list {
  overflow: hidden;
}

.game-list li {
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px dashed #EEE;
}

.game-list .alias{
  margin-bottom: 5px;
}
.game-list .cover {
  float: left;
  margin-right: 15px;
}

/*--------------rank-list--------------*/
.rank-list table td{
  line-height: 24px;
}
.rank-list .name{
  font-size: 12px;
  padding-left: 0px;
  font-weight: normal;
}
.rank-list .rank{
  width: 40px;
}


/*
============================================

post-list

============================================
*/

.post-list button{
  float: right;
}

.post-list li {
  overflow: hidden;
  border-bottom: 1px #EEE solid;
  padding: 10px 15px;
}

.post-list li:hover{
  background-color: #F8F8F8;
}

.menu {
  padding: 15px;
  margin: 0 -5px;
}

.menu a {
  margin:0 5px;
  line-height: 28px;
  padding: 2px 5px;
}

a.gray{
  color:#AAA;
  -moz-border-radius: 3px;      /* Gecko browsers */
  -webkit-border-radius: 3px;   /* Webkit browsers */
  border-radius: 3px;            /* W3C syntax */
}
a.gray:hover{
  background: #F5F5F5;
  color: #666;
}

a.active {
  background:#666;
  color: #FFFFFF;
}

a.active:hover {
  background: #415A90;
}

.score{
  padding: 3px 10px;
  min-width: 30px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  -moz-border-radius: 3px;      /* Gecko browsers */
  -webkit-border-radius: 3px;   /* Webkit browsers */
  border-radius: 3px;            /* W3C syntax */
}

span.score {
  display: inline-block;
}

.progress-bar.max,
.score.max{
  background: #663399;
}
.progress-bar.high,
.score.high{
  background: #CC0000;
}
.progress-bar.mid,
.score.mid{
  background: #FF9900;
}
.progress-bar.low,
.score.low{
  background: #66CC00;
}
.progress-bar.one,
.score.one{
  background: #999999;
}
.score.zero{
  background: #ddd;
}

.score.rank{
  color: #336699;
}


.progress {
  margin: 0;
  background: rgba(0,0,0,0.3);
  position: relative;
  border-radius: 3px;
}
.progress-bar {
  border-radius: 0;
  background-color: #4E8FE5;
}

.progress span {
  font-size: 11px;
  line-height: 20px;
  width: 100%;
  color: #FFF;
  font-weight: bold;
  display: block;
  text-align: center;
  position: absolute;
}


.modal-dialog-login{
  width: 500px;
}





.game-view h2{
  margin-top: 12px;
}


.game-view .alias {
  margin-bottom: 15px;
  color: #999;
}

.game-view .cover {
  float: left;
  margin:15px;
}

.game-view .game-info .score {
  margin: 5px auto 10px auto;
  font-size: 14px;
  padding: 5px;
}

.game-view h3{
  font-size: 16px;
}


.shortreview li {
  border-bottom: 1px #EEE solid;
  padding: 15px;
}

.shortreview img.avatar{
  float: left;
}

.shortreview p {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0;
}

.poster h2{
  margin-bottom: 25px;
  font-size: 32px;
}


/*---------topic-view---------*/

.topic-view .entry{
  min-height:320px;
  overflow: hidden;
}

.topic-view-poster {

  float: left;
  width: 200px;
  text-align: center;
}

.topic-view-poster a.avatar{
  padding: 15px;
  display: block;
}
.topic-view-poster a.name{
  display: block;
  padding-bottom: 5px;
  font-size: 17px;
}


.topic-view-poster ul {
  margin-top: 10px;
}

.topic-view-poster li {
  font-size: 11px;
  text-align: left;
  padding: 8px 20px;
  border-top: 1px #ddd dashed;
  overflow: hidden;
}

.topic-view-poster li span {
  color: #999;
  display: block;
  float: left;
  width: 35px;
}

.topic-view-content {
  background: #FFF;
  overflow: hidden;
}

.topic-view-title h1 {
  color: #555;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  
}
.topic-view-title .info {
  color: #AAA
}

.topic-view-text h1{
  overflow: hidden;
}

.topic-view .avatar img  {
  width: 50px;
}




 




.share {
  border: 1px #EEE solid;
  text-align: left;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.bdsharebuttonbox {
  overflow: hidden;
}

.topic-game-view{
  overflow: hidden;
  border: 1px solid #EEE;
  padding: 15px;
  background: #f8f8f8;
}

.topic-game-view img.cover{
  float: left;
  margin-right: 15px;
}

.topic-game-view li {
  width: 180px;
  float: left;
  margin-right: 15px;
  border-bottom: solid; 1px #DDD;
}

.game-info{
  font-size:13px;
  line-height: 26px;
  color: #999;
}

.game-info h2 {
  color: #333;
}

.game-info li {
  font-size: 12px;
}

.game-info span{
  color: #666;
}

span.alias {
  display: block;
  margin-bottom: 5px;
}




.user-info {
  text-align: center;
}

.user-info .info {
  text-align: left;
}

.user-info .title h1{
  font-size: 27px;
  color: #555;
  margin: 10px 0;
}

.user-info .title img.avatar {
  margin-right: 15px;
}

.user-info .title span.info{
  color: #CCC;
}

.user-list li{
  text-align: center;
  font-size: 12px;
}
.user-list img.avatar{
  display: block;
  float: none;
  margin: auto;
  margin-bottom: 5px;
}




/*
============================================

entry

============================================
*/
.mce-content-body{
  background: #FFF;
}


.entry {
  letter-spacing: 0.5px;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  line-height: 1.8;
  font-size: 14px;
  color: #222;
}


.entry p {
  display: block;
  margin: 10px 0;
  overflow: hidden;
}

.entry p:first-child {
    margin-top: 0;
}

.entry.topic {
  min-height: 200px;
}

.entry.article{
  letter-spacing: 0.5px;
  max-width: 740px;
  margin: auto;
  line-height: 2.2;
  font-size: 16px;
  color: #555;
}

.entry.article p{
  margin: 20px 0;
}

.entry.article table tbody tr td {
  padding: 10px;
}
.entry.article table tbody tr td p {
  margin: 0;
}
.entry table tbody tr td img{
  margin: 0;
}

.entry img,
.entry div,
.entry table{
  max-width: 100%;
  height: auto; 
}

.entry img {
  margin: 10px 0;
}

.entry table {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}

.entry table td{
  padding: 4px;
  border: 1px solid #EEE;
}

.entry table td.bl {
    border-left: 1px solid #E5E5E5;
}


.entry table.tdnob td{
  border:none;
}

.entry table h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}


.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6{
  font-weight: bold;
  line-height: 2;
}

.entry h1 {
  font-size: 30px;
  margin: 40px 0 10px 0;
  border-bottom: 1px #EEE solid;
}

.entry h2 {
  font-size: 24px;
  margin: 30px 0 10px 0;
  border-bottom: 1px #EEE solid;
}

.entry h3{
  font-size: 22px;
    margin-bottom: 40px;
    margin-top: 30px;
    /* padding-top: 15px; */
    border-top: 2px solid #EEEEEE;
    font-weight: bold;
    clear: left;
}

.entry h4 {
  font-size: 16px;
  margin: 25px 0 10px 0;
}

.entry h5 {
  font-size: 14px;
}


.entry h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #AAA;
}




.entry li {
  list-style: disc;
  line-height: 1.714285714;
}

.entry ul{
  margin:5px 0;
}

.entry ul li {
  margin: 0 0 0 30px;
}

.entry ul ol{
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
  padding: 0;
}

.entry blockquote {
  overflow: hidden;
  margin: 10px 0;
  padding: 10px;
  font-size: 14px;
}

.entry pre, 

.entry pre {
  font-family: 'Consolas', 'Panic Sans', 'Consolas', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Menlo', monospace;
  padding: 9.5px !important;
  border: 1px solid #dee6ed !important;
}

.entry code{
  font-family: 'Consolas', 'Panic Sans', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Menlo', monospace;
}

.entry pre code {
background-color: transparent !important;
}
.entry pre code, pre .subst, pre .tag .title, pre .lisp .title, pre .clojure .built_in, pre .nginx .title {
color: black;
}
.entry pre code {
display: block;
padding: 0.5em;
background: #F0F0F0;
}
.entry pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}

.entry blockquote {
  border-left-width: 10px;
  background-color: rgba(102,128,153,0.05);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
}

.entry code,pre{
  font-size: 12px !important;
}

.entry code {
  padding: 2px 4px;
  font-size: 90%;
  color: #162029;
  background-color: rgba(102,128,153,0.05);
  white-space: nowrap;
  border-radius: 4px;
}


.entry .footnote {
vertical-align: top;
position: relative;
top: -0.5em;
font-size: 0.8em;
}



.entry dt, dd {
margin-top: 5px;
margin-bottom: 5px;
}

.entry dd {
margin-left: 40px;
margin-left: 0;
display: block;
-webkit-margin-start: 40px;
}

.entry iframe{
  border:none;
}

.entry a {
  color:#4083a9;
}

.entry .pagelist a.btn{
  color: #666;
  border-radius: 2px;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}

.entry .pagelist a.btn.current{
  background-color: #13aff0;
    border-color: #0faaea;
    color: #fff;
}




.entry td.trophy-num p {
  margin-bottom: 0;
}

.entry .psngame-list {
  margin: 10px 0;
}

.entry .psngame-list table td {
  border:none;
}

.entry .psngame-list{
  border: 1px solid #ddd;
}

.entry .psngame-list table{

  border:none;
  background: #F9F9F9;
}

.entry .psngame-list table td.br {
  border-right: 1px solid #F2F2F2;
}

.entry .psngame-list table .platform span {
  margin-right: 5px;
}

.entry .game-title h3{
  line-height: 1.4;
  margin-bottom: 5px;
}

.entry .box-list-psngame table td {
  border: none;
}

.entry .pnomg p{
  margin: 0;
}


.entry-comment {
  font-size: 14px;
  line-height: 2;
  color: #111;
}


#author-avatar {
  display: block;
}

#topic-title {
  
}
#topic-title h1{
  font-size: 16px;
}

.article #topic-title h1{
  font-size: 26px;
  max-width: 780px;
  text-align: center;
  margin: 0 auto 20px auto;
}



.article .info {
  text-align: center;
}

.article #author-avatar {
  display: none;
}

.entry th {
  background-color: #E5E5E5;
  border: none;
    border: 1px solid #EEE;
}



/*
============================================

PSN

============================================
*/

.psngame-box{
  margin-bottom: 10px;
}

.psngame-box .progress{
  margin-top: 10px;
}

.psngame-box td.image {
  width: 120px;
}

.psngame-box td.image img {
width: 120px;
border: 5px solid #E5E5E5;
background: #333;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.psngame-box td.platform{
  width: 100px;
  text-align: center;
}
.psngame-box td.trophy{
  width: 140px;
}
.trophy-box td.image {
  width: 70px;
}

.trophy-box td.image img {
border: 5px solid #E5E5E5;
background: #333;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.trophy-box tr.earned td.image img{
  border: 5px solid #61bf19;
}

.trophy-box td.time {
  width: 120px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.trophy-box td.time div{
  padding-left: 10px;
  border-left: 1px #EEE solid;
}

.trophy-box td.type {
  width: 90px;
}
.trophy-box td.type img {
  padding:0 15px 0 20px;
  border-left: 1px #EEE solid;
}
td.describe a{
  font-weight: bold;
  font-size: 14px;
  color:#336699;
}
td.describe h3 {
  margin:0;
  padding: 0;
  margin-bottom: 2px;
}
td.describe h3 span{
  color: #999;
}
td.describe p {
  line-height: 18px;
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
}

td.describe p.zh{
  color: #333;
}
.trophy-topic-view .post-info{
  line-height: 40px;
  border-top: 1px #EFEFEF solid;
}

.trophy-box .content{
  background: #F8F8F8;
}

a.frame{
  background: #FFF;
  font-size: 12px;
  padding: 4px 10px;
  border: 1px #DDD solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

a.fold{
  margin-top: 10px;
}

.tips-list ul{
  font-size: 12px;
  overflow: hidden;
}
.tips-list li{
  line-height: 22px;
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px #EEE solid;
}
.tips-list li .name {
  font-size: 14px;
}

.tips-list .topic-info {
  margin-top: 2px;
}

.tips-list img{
  float: left;
  height: 50px;
  background: #222;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.tiper-list td{
  text-align: center;
}

.tiper-list img.avatar {
  float: none;
  margin: 0;
  width: 30px;
}

.gate-list a{
  padding: 5px;
  display: inline-block;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}


.gate-list a.active:hover {
  background: #415A90;
  color: #FFF;
}

.gate-list-cover{
  text-align: center;
}

.gate-list-cover h5 {
  margin: 10px 0 0 0;
}

.gate-list-cover li img {
  max-width: 100%;
  background-color: #222;
}
/*
============================================

INDEX

============================================
*/

/*--------------game-list-cover--------------*/



.game-list-cover {
  overflow: hidden;
  text-align: center;
}

.game-list-cover h5{
  color: #222;
  height: 12px;
  margin:10px 0;
}

.game-list-cover .releasedate{
  margin-bottom: 5px;
  color: #CCC;
}




.game-list-cover.live-index img.cover {
  width: 150px;
  height: 205px;
}

.game-list-cover.live-index .gamerscore img {
  margin-right: 5px;
  margin-bottom: 3px;
}


.user-view {
  min-height: 500px;
}
.user-view .user-info a{
  font-weight: bold;
}

.user-view-menu a{
  display: block;
  line-height: 1;
  padding: 20px;
  border: 1px #e6eaed solid;
}

.user-view-menu a:hover{
  background: #415A90;
  color: #FFF;
  border:1px #415A90 solid;
}

img.plusgame{
  width: 100px;
}

a.user {
  color: #369;
}

.bline {
  border-bottom: 1px #e6eaed solid;
}

.bline-dashed {
  border-bottom:1px #e6eaed dashed;
}


/*

FontColor

*/
.fc-w {
  color: #FFF;
}
.fc-b {
  color: #222;
}
.fc-gray {
  color: #ddd;
}



.box-title {
  padding: 10px;
  font-size: 13px;
  background: rgba(0,0,0,0.3);
  color: #fff;
}

/*

Circle

*/

.circle-list{
  overflow: hidden;
}

.circle-list li{
  height: 130px;
  padding: 15px;
  border-bottom: 1px #EEE solid
}


.circle-list li h3 {
  margin-bottom: 10px;
}


.circle-list img{
  width: 100px;
  float: left;
  margin-right: 15px;
}

.circle-list li .status {
  margin-top: 15px;
}

.circle-info {
  overflow: hidden;
}

.circle-info h1 {
  font-size: 23px;
  line-height: 50px;
}

/*

Psn

*/

img.plus {
  position:absolute; 
  top:-5px; 
  left:-8px; 
  width:15px;
}

.psn-rank tr{
  height: 79px;
}

.psn-rank tr.title{
  height: 35px
}

.psn-rank td,
.psn-rank th {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}


.psn-rank td.trophy {
	padding: 0 5px;
}

.psn-rank td.country {
	padding: 0 3px;
}

.psn-rank .bronze{
  color:#C46438;
}
.psn-rank .silver{
  color:#777777;
}

.psn-rank .gold{
  color:#c2903e;
}
.psn-rank .platinum{
  color:#667FB2
}

.psn-rank td.psnid{
  font-weight: 700;
}

.psn-rank td span{
  font-size: 13px;
}


.psn-rank td.psnid span{
  font-size: 11px;
  color: rgba(48,56,65,0.6);
}

.psn-rank td.avatar{
  width: 66px;
}

.psn-rank td.country{
  width: 8%;
  text-align: center;
}

.psn-rank td.rank{
  text-align: center;
  font-size: 18px;
  width: 8%;
}

.psn-rank td.perfecttime {
  text-align: center;
  width: 16%;
  font-weight: bold;
}

.psngame-list .search{
  width: 400px;
  float: left;
}



.psngame-list td{
  text-align: center;
}


.psngame-list td.cover{
  padding: 10px;
  text-align: left;
  width: 130px;
}

.psngame-list td.cover img{
  background: #111;
  max-height: 60px;
}

.psngame-list .game-title {
  padding-left: 0;
  text-align: left;
}
.psngame-list .game-title h3 {
  line-height: 1.8;
  font-weight: 500;
}
.psngame-list .difficulty {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.psngame-list .difficulty span {
  display: block;
  font-weight: 700;
}

.psngame-list .difficulty span.a {
  color: #666666;
}
.psngame-list .difficulty span.b{
  color: #669933;
}
.psngame-list .difficulty span.c{
  color: #0066cc;
}
.psngame-list .difficulty span.d{
  color: #6600cc;
}
.psngame-list .difficulty span.e{
  color: #ff6633;
}
.psngame-list .difficulty span.f{
  color: #cc0000;
}
.psngame-list .difficulty span.g{
  color: #CCC;
}
.psngame-list .difficulty span.gray12{
  margin-top: 12px;
  font-weight: normal;
}

.psngame-list .user-num{
  font-size: 21px;
  line-height: 1;
  
}
.psngame-list .average-num{
  font-size: 21px;
  line-height: 1;
  
}
.psngame-list .trophy-num{
  width: 160px;
  margin: auto;
}
.psngame-list .trophy-num.tl{
  margin: 0;
}

.psngame-list .trophy-num p {
  margin-top: 10px;
}

.psngame-list .game-title span{
  font-size: 11px;
  color:rgb(162, 165, 169);
  line-height: 1;
}

.psngame-list .game-title span.green{
  color: #61bf19;
  font-weight: bold;
}

a.more-list{
  font-size: 14px;
  color: #999;
  text-align: center;
  background-color: FFF;
  display: block;
  line-height: 50px;
}
a.more-list:hover{
  text-align: center;
  text-decoration: none;
  color: #666;
  background-color: #EFEFEF;
}

.sidebar-game-info{
  text-align: center;
}

.sidebar-game-info h2 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
}
.sidebar-game-info span.alias {
  color: #ccc;
  font-size: 12px;
  line-height: 20px;
}
.sidebar-game-info hr {
  margin:0;
}
.sidebar-game-info li{
  font-size: 12px;
  line-height: 2.4;
  color: #999;
  border-top:1px dashed #EFEFEF;
}

.sidebar-game-info .game-score {
  margin: 5px 0 10px 0;
}

.sidebar-game-info h2 {
  margin: 5px 0 0 0;
}

.sidebar-game-info .platform{
  padding: 10px;
  border-top:1px dashed #EFEFEF;
}

.sidebar-game-info .platform img{
  margin: 0 5px;
}

.sidebar-game-info .trophy-num {
  padding: 0px 0 10px 0;

}


.sidebar-game-info img.cover{
  width: 100%;
  background-color: #000;
}
/*---------------new------------------*/

.list-header {
  color: #747f8c;
  font-size: 16px;
  font-weight: bold;
}
.list-header span{
  margin-left: 5px;
  font-size: 14px;
}

.topic-header{
  line-height: 30px;
  float: left;
}

.clear {
  clear: both;
}



img.wp-post-image{
  width: 180px;
  height: 100%;
  float: left;
  margin-right: 15px;
}




.entry-header {
margin-top: 10px;
margin-bottom: 10px;
border-bottom: 1px #e6eaed solid;
}

.entry-header .entry-title {
  -webkit-font-smoothing: antialiased;
  font-size: 27px;
  color: #38485a;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 30px;
}

.entry-meta{
  color: #999;
  font-size: 13px;
  text-align: center;
}

.entry-header.wrap-inner,
.entry-content.wrap-inner,
.entry-comments.wrap-inner{
  padding: 10px;
}

.entry-content {
  line-height: 1.714285714;
  padding-bottom: 100px;
  color: #333;
}

.entry-content h6 {
  margin-top: 15px;
  margin-bottom: 50px;
  font-size: 12px;
  color: #999;
}

.entry-content p{
  margin: 0 0 30px;
  line-height: 1.714285714;
  font-size: 120%;
}

.entry-content img {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  vertical-align:baseline;
}

/* Images */
.entry-content .alignleft {
  float: left;
}
.entry-content .alignright {
  float: right;
}
.entry-content .aligncenter {
  margin: 10px auto;
  display: block;
}

.entry-content img.half{
  width: 48%;
  margin: 0 1%;
  height: 100%;
}
.entry-content img.third{
  width: 31%;
  margin: 0 1%;
  height: 100%;
}

.entry-content img.five{
  width: 18%;
  margin: 0 1%;
  height: 100%;
}


.entry-content blockquote{
  background:#EFEFEF;
  padding: 20px;
  border: 1px #DEDEDE solid;
  font-size: 14px;
}

.entry-content .wp-caption-text{
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  margin-bottom: 40px;
  margin-top: 5px;
}


.newuser {
  font-size: 12px;
}

.widget {
  background: #fff;
  margin-bottom: 15px;
  -moz-box-shadow: 0 0px 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  overflow: hidden;
}

.widget h3{
  border-bottom: 1px #e6eaed solid;
  overflow: hidden;
  padding: 15px;
  color: #747f8c;
  font-size: 16px;
  font-weight: bold;
}

.widget ul{
  padding: 15px;
}

.widget_search{
  padding: 15px;
}

.widget_recent_entries li,
.widget_recent_comments li,
.widget_categories li{
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.7;
  border-bottom: 1px #efefef solid;
}




.page-numbers>li>a, .page-numbers>li>span {

position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #428bca;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;

}

.page-numbers>li>a:hover{
color: #2a6496;
background-color: #eee;
border-color: #ddd;
}

.page-numbers>li>span, .page-numbers>li>span:hover, .page-numbers>li>a:focus, .page-numbers>li>span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #428bca;
border-color: #428bca;
}

.page-numbers>li:first-child>a, .page-numbers>li:first-child>span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.page-numbers>li:last-child>a, .page-numbers>li:last-child>span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}


.tablepress-table-name {
  color: #999;
  margin-bottom: 10px;
}




.sidebar .game-list li{
  padding: 5px 15px;
  line-height: 1.7;
  border-bottom: 1px #EEE solid;
}

.sidebar .game-list li:hover{
  background-color: #F8F8F8;
}


#footer {
  overflow: hidden;
  background-color: #222;
  background-image: url('/images/bg-noise-dark.png');
  
}

#footer h2 {
  margin-top: 40px;
  color: #999;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
}
#footer .links{
  height: 250px;
}

#footer li ,
#footer li a{
  color: #DDD;
  font-size: 12px;
  line-height: 30px;
}

.copyright{
  font-size: 12px;
  color: #666;
  line-height: 40px;
}

.qrcode {
  text-align: center;
  width: 100px;
  height: 100px;
}



* {
  
  -webkit-font-smoothing: antialiased;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #bfa57c;
  color: #fff;
}


.banner {
  position: relative;
  width: 100%;
  overflow: auto;
  
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  
  color: rgba(255,255,255,.6);
  text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
  
  background: #5b4d3d;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
  .banner ul {
    list-style: none;
    width: 300%;
  }
  .banner ul li {
    display: block;
    float: left;
    width: 33%;
    padding: 240px 0 0 0;
    
    min-height: 340px;
    
/*    -webkit-background-size: 100% 100%;*/
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
/*    background-size: 100% 100%;*/
    
    box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
  }

  .banner-info{
    background-color: rgba(0,0,0,0.75);
  }

  .banner-info p {
    padding:0 10px 10px 10px;
    color: #CCC;
  }
  
  .banner h1 a, .banner h2 {
    font-size: 20px;
    line-height: 52px;
    color: #fff;
  }
  
  .banner .btn {
    display: inline-block;
    margin: 25px 0 0;
    padding: 9px 22px 7px;
    clear: both;
    
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    
    border: 2px solid rgba(255,255,255,.4);
    border-radius: 5px;
  }
    .banner .btn:hover {
      background: rgba(255,255,255,.05);
    }
    .banner .btn:active {
      -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
      -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
      -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
      -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
      filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    }
    
  .banner .btn, .banner .dot {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
  }
  
  .banner .dots {
    position: absolute;
    left: -30px;
    top: 10px;
  }
    .banner .dots li {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 4px;
      
      text-indent: -999em;
      
      border: 2px solid #fff;
      border-radius: 6px;
      
      cursor: pointer;
      opacity: .4;
      
      -webkit-transition: background .5s, opacity .5s;
      -moz-transition: background .5s, opacity .5s;
      transition: background .5s, opacity .5s;
    }
      .banner .dots li.active {
        background: #fff;
        opacity: 1;
      }
    



.wrap-fever{
  padding:10px;
  height: 30px; 
}

/* 某NB按钮 */
a.fever {
  display: block;
  width:80%;
  margin: 10px auto;
  background-color:#3bb3e0;
  padding:10px;
  position:relative;
  font-size:12px;
  text-decoration:none;
  color:#fff;
  background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0, rgb(44,160,202)),
  color-stop(1, rgb(62,184,229))
  );
  -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
  -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
  -o-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
  box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

a.fever::before {
  background-color:#072239;
  content:"";
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:4px;
  left:-2px;
  top:5px;
  z-index:-1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 0px #fff;
  -moz-box-shadow: 0px 1px 0px #fff;
  -o-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
}

a.fever:active {
  color:#156785;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
  background:rgb(44,160,202);
  -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  -moz-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  -o-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  top:7px;
}

a.fever:active::before {
  top:-2px;
}

.fever-list{
  overflow: hidden;
  text-align: center;
}

.fever-list li {
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.fever-list li:hover{
  background-color: #F8F8F8;
}

.fever-list span {
  display: block;
}

.fever-list span.name {
  margin: 5px 0;
}

.fever-list span.fever_num {
  background: url('/images/fire.png') no-repeat;
  padding-left: 18px;
  color: #444;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  float: left;
  margin-left: 40%;
}

.fever-list-user img {
  width: 75px;
}

.fever-num{
  padding: 10px 0;
  overflow: hidden;
  border-top: 1px dashed #EFEFEF;
}


.newuser {
  overflow: hidden;
  text-align: center;
}
 
.newuser li {
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.newuser li img{
  max-width: 100%;
}

.newuser li span {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  font-size: 12px;
}


.li-border li {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.li-border li:hover{
  background-color: #F8F8F8;
}

.psncard-list li{
  text-align: center;
  margin-bottom: 15px;
}

.psncard-list li img {
  max-width: 100%;
  margin-bottom: 10px;
}

.fever-list-game span.name{
  height: 40px;
  line-height: 20px;
}

.fever-list-game img {
  max-width: 100%;
}

#ds-reset .ds-avatar img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
}

#ds-thread #ds-reset .ds-post-self{
  padding: 20px 0;
}

#ds-thread #ds-reset .ds-comment-body, #ds-thread #ds-reset ul.ds-children .ds-comment-body{
  padding-left:70px;
}

.sidecard-header img{
  margin: auto;
  display: block;
}

.sidecard-header h1 {
  text-align: center;
  line-height: 1.7;
  margin-top: 15px;
}

.sidecard li {
  padding: 15px;
  border-top: 1px solid #F3F3F3;
  line-height: 1.7;
  text-align: center;
  color: #999;
}

.sidecard li span {
  color: #333;
}


/*===============TOPIC==================*/

a.btn-rect {
  border:1px #DDD solid;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}

a.btn-rect:hover{
  color: #FFF;
  background: 
}

.topic-list .cell{
  border-bottom: 1px solid #e5e6e6;
  padding: 10px;
}

.topic-list .cell table {
  width: 100%;
}
.topic-list .cell:hover {
  background-color: rgba(240,240,240,0.5);
}
.topic-list .cell td.avatar {
  width: 50px;
}

.topic-list .cell td.avatar img{
  width: 50px;
  margin-right: 10px;
}

.topic-list .cell td.trophy {
  width: 60px;
}

.topic-list .cell td.trophy img{
  width: 50px;
}

.topic-list .cell td.user-rate-score {
  text-align: right;
}

.topic-list .cell .title a{
  color: #444;
  font-size: 14px;
  line-height: 1.7;
  text-shadow: 0px 1px 0px #fff;
  word-wrap: break-word;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.topic-list .cell .title a:hover{
  color: #51aded;
}

.topic-list .cell .title.small a{
  font-size: 14px;
}

.topic-cell-header{
  overflow: hidden;
  margin-bottom: 15px;
}

.topic-list .cell .cate {
  text-transform: capitalize;
  font-size:14px;
  line-height: 14px;
  color: #747f8c;
}

.topic-list .cell .cate a{
  margin-right: 2px;
  font-weight: bold;
}

.topic-list .cell a.author{
  font-weight: bold;
}

.topic-cell-info{
  font-size: 12px;
  color: #CCC;
}

td.comments-num{
  text-align: center;
  width: 50px;
}

.comments-num a{
  line-height: 14px;
  padding: 0 10px;
  background: rgba(0,0,0,0.3);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.comments-num a:hover {
  color: #fff;
  background: #e5e5e5;
}

.excerpt p{
  color: #747f8c;
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 10px;
}

.mce-tabs{
  display: none;
}


/*---------------PSN-----------------*/

.psn-view {
  color: #FFF;
}

.psn-view-avatar {
  margin: 10px;
  text-align: center;
  float: left;
  min-width: 120px;
}

.live-view-avatar {
  margin: 10px;
  text-align: center;
  float: left;
  min-width: 100px;
}

.psn-view-avatar img,
.live-view-avatar img{
  max-width: 120px;
  margin: auto;
  background: rgba(0,0,0,0.1);
  border-radius: 3px;
}

.psn-view-avatar img.plus {
  top: 5px;
  left: 10px;
  width: 40px;
  background: transparent;
}






.psn-view-rank li {
  padding: 8px;
  text-align: center;
}

.psn-view-rank li span{
  margin-top: 10px;
  color: rgba(255,255,255,1);
  font-size: 2.5rem;
  text-shadow: 0 1px 2px #000000;
}

.psn-view-rank li img {
  margin-bottom: 7px;
  margin-right: 10px;
}


.psn-view-level{
  padding: 10px 0;
  max-width: 500px;
}

.live-view-level{
  padding: 10px 0;
  max-width: 615px;
}

.psn-view-trophy {
  overflow: hidden;
  padding: 10px;
  background: rgba(0,0,0,0.1);
  height: 140px;
  float: right;
  max-width: 350px;
}

.psn-view-level .id,
.live-view-level .id{
  display: inline-block;
  font-size: 28px;
  margin-bottom: 12px;
  text-shadow: 0 1px 2px #000000;
}

.psn-view-level .level,
.live-view-level .level {
  font-size: 26px;
  text-shadow: 0 1px 2px #000000;
}
.psn-view-level .progress{
}

.psn-view-trophy li {
  padding: 0 0 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 1px 2px #000000;
}

.psn-view-trophy li img {
  width: 60px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.psn-view-trophy li span {
  line-height: 40px;
  background: rgba(0,0,0,0.05);
  border-radius: 4px;
  padding: 5px 10px;
  min-width: 70px;
  display: inline-block;
}

.psn-info{
  color: #FFF;
}

.psn-view-menu li {
  margin: 10px;
  text-align: center;
}

.psn-view-menu li a {
  color: rgba(255,255,255,0.8);
  border: 1px rgba(0,0,0,0.2) solid;
  background: rgba(0,0,0,0.15);
  display: block;
  padding: 10px;
}
.psn-view-menu li a:hover{
  border: 1px rgba(0,0,0,0.15) solid;
  background: rgba(0,0,0,0.05);
}

.my-psn li a {
  color: rgba(255,255,255,0.8);
  border: 1px rgba(0,0,0,0.2) solid;
  background: rgba(0,0,0,0.15);
  display: block;
  padding: 10px;
  margin: 10px;
  text-align: center;
}

.my-psn li a:hover{
  border: 1px rgba(0,0,0,0.15) solid;
  background: rgba(0,0,0,0.05);
}

.psn-info .aboutme{
  font-size: 22px;
  opacity: 0.75;
  text-shadow: 0 1px 2px #000000;
}

.psn-info .rank li span{
  color:#fff;
}

.psn-info{
}





.aboutme {
  text-align: center;
  border-radius: 3px;
  padding: 4px;
  color: rgba(255,255,255,0.5);
  font-size: 18px;
  background: rgba(0,0,0,0.1);
  border-radius: 3px;
}

.aboutme blockquote{
  border-left: 0;
  line-height: 42px;
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
  font-size: 1.8rem;
}

.aboutme blockquote::before{
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: bold;
  color: rgba(0,0,0,0.2);
  position: absolute;
  top: -4px;
  left: -29px;
  
}

.aboutme blockquote::after{
  content: "\201D";
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: bold;
  color: rgba(0,0,0,0.2);
  top: -3px;
  right: -28px;
  position: absolute;
}


.psn-stat {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  color: rgba(255,255,255,0.5);
}

.psn-stat li {
  height: 60px;
  padding: 10px;
  border-right: 1px rgba(255,255,255,0.1) solid;
}
.psn-stat li:last-child{
  border-right: none;
}

.psn-stat span {
  margin-top: 5px;
  display: block;
  color: rgba(255,255,255,1);
  font-size: 2.5rem;
  text-shadow: 0 1px 2px #000000;
}

.psn-rank li {
  text-align: center;
}

.psn-rank li img {
  vertical-align:baseline;
  margin-right: 10px;
  margin-bottom: 2px;
}

.psn-rank span {
font-weight: 500;
font-size: 2.5rem;
}

.psn-game-list{
}
.psn-game-list .table{
  margin-bottom: 0;
}

.psn-game-list .table>tbody>tr>td {
  color: #1e242b;
  border-bottom: 1px solid rgba(230,230,230,1);
}
.psn-game-list .cover {
  width: 170px;
}

.psn-game-list .cover img{
  background: #111;
  width: 150px;
}


.psn-game-list .platform img {
  display: block;
  margin: 10px auto;
}


.psngame-list .game-title a{
  color:#0C4D91;
  font-weight: 500;
  font-size: 13px;
}

.psngame-list .game-title .platform {
  margin-bottom: 5px;
}




.platform span{
  font-size: 12px;
  text-transform: uppercase;
  min-width: 30px;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-weight: bold;
  color: #fff;
  padding: 2px 2px;
  display: inline-block;
}

.platform span.ps4,
a.ps4.active{
  background-color:#7547A5;
  color: #fff;
}

.platform span.psvita,
a.psvita.active{
  background-color:#2396E6;
  color: #fff;
}

.platform span.psone,
a.psone.active{
  background-color:#8E8E8E;
  color: #fff;
}


.platform span.ps3,
a.ps3.active{
  background-color:#CC3333;
  color: #fff;
}

.platform span.xboxone,
a.xboxone.active{
  background-color:#13803A;
  color: #fff;
}

.platform span.xbox360,
a.xbox360.active{
  background-color:#58A398;
  color: #fff;
}
.platform span.wiiu,
a.wiiu.active{
  background-color: #02ACCC;
  color: #fff;
}

.trophy-details{
  text-align: center;
  width: 180px;
}

.trophy-details span.total {
  color: #AAA;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.psn-game-list .avatar{
  width: 50px;
}
.psn-game-list .country{
  width: 50px;
  text-align: center;
}

.psn-game-list img {
  max-width: none;
}



/* my filter */

.psn-game-header{
  background: rgba(48,56,65,0.9);
  padding: 10px;
}

.my-filter {
  padding: 10px 0;
}

.my-filter .dropdown{
  background: rgba(0,0,0,0.1);
  padding: 0 10px;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

.my-filter .dropdown a span{
  font-size: 12px;
  line-height: 28px;
}

.my-filter .dropdown a img {
  display:inline;
}

.my-filter .dropdown a,
.my-filter .dropdown a:visited { 
  color:#EEE; 
  text-decoration:none; 
  outline:none; 
}
.my-filter .dropdown a:hover { color:#FFF; }

.my-filter .dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }

.my-filter .btn{
  background: #333;
}

.my-filter .btn:hover{
  background: #2E2E2E;
}


.my-filter .input-group-btn .btn {
  background: #EEE;
  border: 1px #DDD solid;
}

.psn-game-view .psn-game-list{
  min-height: 0;

}

.dropdown-menu.languages {
  left: -50%;
  font-size: 12px;
}
.dropdown-menu.languages>li>a {
  line-height: 2;
  border-bottom: 1px solid #EEE;
}

.trophy-list .psn-game-header{
  line-height: 30px;
  color: rgba(255,255,255,0.5);
}

.trophy-list .psn-game-header span{
  float: right;
}

.trophy-list .psn-game-header a{
  font-weight: bold;
  color: #FFF;
}


.trophy-list .table>tbody>tr>td {
  border-bottom: 1px solid rgba(230,230,230,1);
}

.trophy-list table tr.earned {
  background: #f9fff4;
}

.trophy-list table td.cover{
  width: 118px;
  padding-right: 0;
}

.trophy-list table td.cover img{
  height:64px;
  border: 5px solid #E5E5E5;
  background: #111;
}


.trophy-list table td.image {
  width:85px;
}

.trophy-list table td.image img{
  width: 64px;
  height: 64px;
  border: 5px solid #E5E5E5;
  background: #111;
}

.trophy-list table tr.earned td.image img{
  border: 5px solid #61bf19;
}

.trophy-list table td.earned {
  width: 90px;
  text-align: center;
}

.trophy-list table p.earned {
  color: #61bf19;
  width: 100px;
  font-weight: bold;
}

.trophy-list .trophy-info{
  padding: 15px 0;
}

.trophy-list .trophy-info h3{
  font-weight: 500;
  margin-bottom: 5px;
}

.trophy-list .trophy-info h3 a {
  color:#446486;
}

.trophy-list .trophy-info span{
  font-size: 12px;
  color: rgba(0,0,0,0.3);
  display: block;
}

.trophy-list .trophy-info span.zh {
  font-size: 14px;
  margin-top: 5px;
  color: rgba(0,0,0,0.8);
}
.trophy-list .trophy-info span.target{
  margin-top: 5px;
  font-size: 11px;
  color: rgba(30,36,43,0.8);
}

.trophy-list .trophy-info h3 span {
  display: inline;
  margin-left: 10px;
}

.trophy-list .trophy-type{
  width: 40px;
  padding: 15px;
}
.trophy-rate {
  font-weight: bold;
  color: #666;
  font-size: 18px;
  width: 80px;
}

.trophy {
  height: 40px;
  margin-bottom: 0;
  overflow: hidden;
}

.trophy td{
  padding: 2px 8px 2px 0;
}

.trophy td.plat{
  text-align: center;
  height: 47px;
}

.trophy-num span{

  font-size: 14px;
  padding-left: 16px;
  line-height: 14px;
  font-weight: bold;
  background-origin:content-box;
}
.trophy-num span.bronze{
  background: url('/images/small_trophy.png')  no-repeat ;
  background-position:0 -46px;
  color:#C46438;
}
.trophy-num span.silver{
  background: url('/images/small_trophy.png') no-repeat ;
  background-position:0 -30px;
  color:#777777;
}

.trophy-num span.gold{
  background: url('/images/small_trophy.png') no-repeat ;
  background-position:0 -14px;
  color:#c2903e;
}
.trophy-num span.platinum{
  background: url('/images/small_trophy.png') no-repeat ;
  background-position:0 2px;
  color:#667FB2
}

.br {
  border-right: 1px solid rgba(0,0,0,0.1);
}


td.bl {
  border-left: 1px solid rgba(0,0,0,0.01);
}


td.br {
  border-right: 1px solid rgba(0,0,0,0.01);
}



a.tips-num{
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
  font-weight: bold;
  background: rgba(48,56,65,0.6);
  color: rgba(255,255,255,0.8);
  border-radius: 2px;
  padding: 2px 5px;
  display: inline-block;
}

a.tips-num:hover{
  background: rgba(48,56,65,0.7);
}
a.follow{
  font-size: 14px;
  display: inline-block;
  padding: 8px 25px;
  margin: auto;
  border:1px #EEE solid;
  margin-top: 10px;
  border-radius: 3px;
}
a.follow:hover{
  background: #415A90;
  color: #FFF;
  border:1px #415A90 solid;
}
a.follow.un{

}


.trophy-group table {
  margin: 0;
  border-bottom: 1px solid #d5d5d5;
}

.trophy-group .table>tbody>tr>td {
  padding: 0;
}

.trophy-group img{
  float: left;
  margin: 10px;
  border: 5px solid #E5E5E5;
  height: 64px;
  background: #333;
  background: #626262;
  background: -moz-linear-gradient(top, #626262 0%, #404040 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626262), color-stop(100%,#404040));
  background: -webkit-linear-gradient(top, #626262 0%,#404040 100%);
  background: -o-linear-gradient(top, #626262 0%,#404040 100%);
  background: -ms-linear-gradient(top, #626262 0%,#404040 100%);
  background: linear-gradient(to bottom, #626262 0%,#404040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#404040',GradientType=0 );
}

.trophy-group td.group-image{
  width: 138px;
}

.trophy-group h2{
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}

.trophy-group .table>tbody>tr>td.trophy-details{
  padding: 15px;
  text-align: right;
}

.trophy-group-header{
  padding: 10px;
  color: #fff;
  background: rgba(48,56,65,0.9);
  font-weight: bold;
}

.live-rank,
.live-rank th{
  text-align: center;
}

.live-rank td.avatar img{
  width: 45px;
  height: 45px;
}






.achievement-info h3{
  font-weight: bold;
  margin-bottom: 5px;
}

.achievement-info span{
  font-size: 12px;
  color: rgba(0,0,0,0.4);
  display: block;
}

.achievement-list table td.image{
  text-align: center;
}

.achievement-list table tr.earned td.image img {
  border: 5px solid #61bf19;
}



td.achievement-gamerscore {
  width: 100px;
}

td.achievement-gamerscore span{
  font-weight: bold;
  padding-left: 20px;
  background: url('/images/gamerscoreicon_small.png') no-repeat;
  line-height: 1;
  display: inline-block;
}


.qrcode img{
  max-width: 100%;
}

td.cover img{
  max-width: 100%;
  min-width: 50px;
}


#ranklist img.avatarimg{
  max-width: 50px;
}


img.psngamecover{
  background-color: #222;
  max-width: 100%;
}


.step-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 20px;
}


/*
========================================================================

@Comment

========================================================================
*/


.comment-list .cell {
  padding: 10px;
  border-bottom: 1px rgba(0,0,0,0.05) solid;
}

.comment-list .cell table {
  width: 100%;
}

.comment-list .cell td {
  vertical-align: top;
}

.comment-list .cell td.avatar {
  width: 50px;
}

.comment-list .cell td.avatar img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 50px;
  margin-right: 10px;
}

.comment-info {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 5px;
  color:#CCC;
}

.comment-info a.name{
  margin-right: 5px;
}

.comment {
  width: 100%;
}



.entry.comment-entry {
  color: rgb(10,10,10);
  line-height: 1.7;
  font-size: 14px;
}

.entry.comment-entry p {
  margin-bottom: 0;
}



.infobar{
  font-size: 12px;
  padding: 10px;
  background: #EEE;
}

.comment-rate{
  font-weight: bold;
  font-size: 14px;
  margin: 15px 0 15px 0;
}
.user-rate-score{
  margin-right: 15px;
}

.user-rate-score span,
.user-rate-difficulty span {
  padding: 2px 5px;
  text-align: center;
  width: 30px;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  border-radius: 3px;
}

.mycomment-list .entry.comment-entry{
  font-size: 12px;
}

span.max{
  background: #663399;
}
span.high{
  background: #CC0000;
}
span.mid{
  background: #FF9900;
}
span.low{
  background: #66CC00;
}
span.one{
  background: #999999;
}
span.zero{
  background: #ddd;
}

a.at{ 
  color: #FF7400;
  font-weight: bold;
}



.follow-list .cell{
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.block {
  display: block;
}

.f12{
  font-size: 12px;
}

.f13{
  font-size: 13px;
}

.f14{
  font-size: 14px;
}
.f16{
  font-size: 16px;
}

.f24{
  font-size: 24px;
}

.b{
  font-weight: bold;
}

.follow-name a{
  color: #333;
}

.follow-stat {
  text-align: center;
  font-size: 18px;
}
.follow-stat {
  font-weight: bold;
}
.follow-stat span{
  font-weight: normal;
  color: #AAA;
  margin-top:8px;
  display: block;
  font-size: 12px;
}


.trophy-guide .cell {
  border: 1px solid rgb(230,230,230);
  margin: 10px;
}

.table-trophy-guide {
  background: #f9f9f9;
}

.trophy-list.trophy-guide .cell .table>tbody>tr>td{
  border-bottom: 1px #e6eaed solid;
}
span.guide-type-tag{
  display: inline-block;
}

span.guide-type-tag.story,
span.guide-type-tag.unmiss{
  color: #fff;
  background-color:#25B051;
}
span.guide-type-tag.stack{
  color: #fff;
  background-color:#1576C7;
}
span.guide-type-tag.collect{
  color: #fff;
  background-color:#FF9115;
}
span.guide-type-tag.grind,
span.guide-type-tag.miss,
span.guide-type-tag.timelimit,
span.guide-type-tag.diff-spec{
  color: #fff;
  background-color:#D8320B;
}

span.guide-type-tag.coop,
span.guide-type-tag.multi,
span.guide-type-tag.coop-solo{
  color: #fff;
  background-color:#416E89;
}

span.guide-type-tag.bug{
  color: #fff;
  background-color:#9425CA;
}

span.guide-type-tag.online,
span.guide-type-tag.online-coop{
  color: #fff;
  background-color:#4D90DD;
}

/* font color */

.topic-list .cell .title-recommend a{
  color: #1466AD;
  font-weight: bold;
}


a.fc-bronze{
  color: #C46438;
}

a.fc-silver{
  color: #777777;
}

a.fc-gold{
  color: #c2903e;
}

a.fc-platinum{
  color: #667FB2;
}

.icon-trophy-bronze {
  background: url('/images/small_trophy.png') no-repeat;
  background-position: 0 -49px;
  padding-left: 18px;
}

.icon-trophy-silver {
  background: url('/images/small_trophy.png') no-repeat;
  background-position: 0 -33px;
  padding-left: 18px;
}

.icon-trophy-gold {
  background: url('/images/small_trophy.png') no-repeat;
  background-position: 0 -17px;
  padding-left: 18px;
}

.icon-trophy-platinum {
  background: url('/images/small_trophy.png') no-repeat;
  background-position: 0 0px;
  padding-left: 18px;
}


.guide-type-list span.guide-type-tag{
  display: block;
}
.guide-type-list a{
  display: inline-block;
}

.guide-overview .cell{
  padding: 5px;
  width: 100px;
  display: inline-block;
  font-size: 22px;
  border: none;
  color: #FFF;
  margin: 10px 5px;
}

.guide-overview .cell span{
  margin-top: 5px;
  display: block;
  font-size: 12px;
}

.userinfo-bg {
  height: 100px;
  overflow: hidden;
}

.userinfo-bar img.icon-psn {
  background: rgb(35, 108, 190);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
  float: left;
}

.userinfo-bar img.icon-xbox {
  background: rgb(22, 129, 5);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
  float: left;
}

.userinfo-bar {
  padding: 5px;
  margin-left: 10px;
  width: 220px;
  line-height: 30px;
  border-radius: 30px;
  background: rgb(240, 240, 240);
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.userinfo-bar:hover{
  background: rgb(230, 230, 230);
}

.userinfo-bar a {
  color: #666;
  display: block;
}

.userinfo-avatar {
  margin-top: -80px;
}
.userinfo-avatar img {
  border: 3px rgba(0,0,0,0.2) solid;
}

.userinfo-login .btn{
  font-weight: bold;
}

.cockpit-form li{
  margin: 15px 0;
}

.cockpit-form li label {
  width: 80px;
  text-align: right;
}

.topic-view-content.article .entry{
  max-width: 720px;
  margin: auto;
}
.topic-view-content.article .entry img{
  margin-top: 15px;
  margin-bottom: 15px;
}

.topic-view-content.article .topic-view-text{
  margin-top: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.topic-view-content.article .topic-view-text h1{
  font-size: 26px;
  margin-bottom: 20px;
}

.topic-view-content.article .topic-view-avatar{
  display: none;
}

.topic-view-content.article .editinfo{
  text-align: center;
}



.topic-view-content.wide .entry{
  max-width: 100%;
  margin: auto;
}

.topic-view-content.wide .topic-view-text{
  margin-top: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.topic-view-content.wide .topic-view-text h1{
  font-size: 26px;
  margin-bottom: 20px;
}

.topic-view-content.wide .topic-view-avatar{
  display: none;
}

.topic-view-content.wide .editinfo{
  text-align: center;
}

.mce-toolbar-grp{
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}

.blur {
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    -webkit-filter: blur(15px); /* Chrome, Opera */
       -moz-filter: blur(15px);
        -ms-filter: blur(15px);    
            filter: blur(15px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=15, MakeShadow=false); /* IE6~IE9 */
}

.big-bg{
  position: absolute;
}



@media (min-width: 700px) {
  .container {
    width: 1000px;
  }

  .mainleft {
    width: 740px;
  }

  .sidebar {
    width: 280px;
  }
}


@media only screen and (max-width:700px) {

  .container {
    padding: 0;
    position:relative;
  }

  .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,
  .col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,
  .col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,
  .col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,
  .col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,
  .col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,
  .col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,
  .col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,
  .col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,
  .col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,
  .col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,
  .col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    padding:10px 0;
  }

  .col-xs-4,.col-xs-6{
    padding: 0 10px;
  }

  .wrap-radius,
  .radius-top,
  .radius-bottom{
    -moz-border-radius: 0px;      /* Gecko browsers */
    -webkit-border-radius: 0px;   /* Webkit browsers */
    border-radius: 0px;            /* W3C syntax */
  }

  .row{
    margin:0;
  }
  .topic-view .entry{
    min-height: 0;
  }
  .hidden-sm {
    display: none !important;
  }

  .main-banner{
    height: 150px;
  }
  .col-xs-12{
    max-width: 100%;
  }
  .psn-view-avatar {
    float: none;
  }

  .trophy-details{
    width: 100%;
  }
  .psn-view-level {
    padding: 10px;
  }

  {

  }

}