/**
 * GitHub Gist Theme
 * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
 */

.hljs {
  display: block;
  background: white;
  padding: 0.5em;
  color: #333333;
  overflow-x: auto;
}

.hljs-comment,
.hljs-meta {
  color: #969896;
}

.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
  color: #df5000;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
  color: #a71d5d;
}

.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
  color: #0086b3;
}

.hljs-section,
.hljs-name {
  color: #63a35c;
}

.hljs-tag {
  color: #333333;
}

.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #795da3;
}

.hljs-addition {
  color: #55a532;
  background-color: #eaffea;
}

.hljs-deletion {
  color: #bd2c00;
  background-color: #ffecec;
}

.hljs-link {
  text-decoration: underline;
}

.ask-header {
  margin-bottom: 0;
}
.ask-header .am-text-ir {
  display: block;
  margin-right: 10px;
  height: 50px;
  width: 125px;
  background: url(../i/logo.png) no-repeat left center;
  background-size: 125px 24px;
}
.ask-banner {
  background-color: #f8f8f8;
}
pre {
  padding: 0;
}

/*jeff add*/
.nav-list li i{
  width: 30px;
  height: 30px;
  position: relative;
  top: -5px;
  background-size:cover;
}
.nav-list li i::before{
  content:'';
}
.nav-list li span {
  position: relative;
  top:-11px;
  left: 10px;
}
.sidebar.menu-min .nav-list > li > a > .menu-icon {
  width:30px;
  height:30px;
  top:4px;
  left:2px;
}
.fa-tachometer {
  background: url(../img/junjun.jpg);
}
.fa-directory {
  background: url(../img/iconHistory.png);
}
.fa-history {
  background: url(../img/iconHistory.png);
}
.fa-pay {
  background: url(../img/iconPay.png);
}
.fa-about {
  background: url(../img/iconAbout.png);
}

/*Login page*/
.fa-junjun::before {
  content:'';
}
.fa-junjun {
  background: url(../img/junjun.jpg);
  background-size: cover;
  width:35px;
  height:35px;
  position:relative;
  top:5px;
}
.phome-yzm {
    position: absolute;
    right: 3px;
    top: 2px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 4px;
    color: #333;
    z-index: 99;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

 /*左右箭头*/
.am-header .am-header-title {
    font-size: 1.8rem;
}
.am-selected {width: 70px;}
.am-slider-default .am-direction-nav a.am-next::before {
    content: " ";
    display: block;
    background: url('../img/sliderRight.png') no-repeat;
    width: 40px;
    height: 40px;
    top:50%;
}
.am-slider-default .am-direction-nav a.am-prev::before {
    content: " ";
    display: block;
    background: url('../img/sliderLeft.png') no-repeat;
    width: 40px;
    height: 40px;
    top:50%;
}
.row {
  margin:0;
}
.am-slider-default {
    margin: 0 0 20px;
    background-color: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: none;
}
#txt-title {
  font-weight:bold;
}
/*badge小标*/
span.span-serial,span.span-serial-video {display:block;position:absolute;z-index:1008;top:5px;left:5px;background: #5fb9ea;}
span.span-keyword {display:block;z-index:1008;top:5px;position:absolute;background-color:transparent;border:#5fb9ea solid 1px;}
span.span-a-serial {display:block;position:absolute;z-index:1020;top:5px;left:5px;background: #5fb9ea;}
span.span-a-keyword {display:block;z-index:1020;top:5px;position:absolute;background-color:transparent;border:#5fb9ea solid 1px;}

/*评论*/
#wrapper {
  position: absolute;
  top: 0px;
  bottom: 0;
  overflow: hidden;
  margin: 0;
  width: 100%;
  padding: 0 8px;
  background-color: #343230;
  color: white;
  left:0;
  padding:0;
}
.am-list {
  margin: 0;
}
.am-list > li {
  background: none;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);*/
  border: none;
}
.am-list li .am-u-sm-9, .am-list li .am-u-sm-3, .am-list li .am-u-sm-6, .am-list li .am-u-sm-5, .am-list li .am-u-sm-7, .am-list li .am-u-sm-g {
    padding: 0;
}
.pull-action {
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #999;
}
.pull-action .am-icon-spin {
  display: none;
}
.pull-action.loading .am-icon-spin {
  display: block;
}
.pull-action.loading .pull-label {
  display: none;
}
.center{
  text-align: center;
}
.dialogs{
  overflow: hidden;
  height:300px;
}