/*
 * Base.less
 * Version: 3.4
 * Author: iRuxu
 * Creat: 2014/08
 * Update: 2018/04/14
 * Description: Base function,ie hack,quick layout
 * Manual: https://csslab.cc
 */
/*-------------------------------------
    ├   Font                              ┆
    └------------------------------------*/
/*-------------------------------------
    ├   对齐                              ┆
    └------------------------------------*/
/*-------------------------------------
    ├   Text                              ┆
    └------------------------------------*/
/*-------------------------------------
    ├   Size                              ┆
    └------------------------------------*/
/*-------------------------------------
    ├   Display                            ┆
    └------------------------------------*/
/*-------------------------------------
    ├   Layout                             ┆
    └------------------------------------*/
/*浮动阵列
    --------------------------------------------------------
    1.结构演示：$outer > $inner > $item
    2.函数应用：$outer
    3.参数说明：
        @outer:外层包裹class名,例videobox
        @inner:内层包裹class名,例videolist
        @item:循环单元class命,例videoitem
        @item-spacing:列表项间距
    --------------------------------------------------------*/
/*-------------------------------------
    ├   Position                           ┆
    └------------------------------------*/
/*-------------------------------------
    ├   Image                              ┆
    └------------------------------------*/
/*-------------------------------------
    ├   Effect                             ┆
    └------------------------------------*/
/*-------------------------------------
    ├   Transform                          ┆
    └------------------------------------*/
/*-------------------------------------
    ├   Other                              ┆
    └------------------------------------*/
body {
  margin: 0;
  min-width: 375px;
  width: 100%;
  line-height: 1.8;
  position: relative;
  *zoom: 1;
  background: #fff;
  font-size: 13px;
  color: #444;
  font-family: Consolas, 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}
a {
  color: #259;
  text-decoration: none;
}
a:hover {
  color: #f39;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
table td {
  border: 1px solid #ddd;
  padding: 2px 5px;
}
.c-header {
  background-color: #222;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  height: 38px;
  width: 100%;
  z-index: 100;
  overflow: hidden;
}
.c-logo,
.c-nav,
.c-contact,
.c-nav ul li {
  float: left;
  *display: inline;
}
@keyframes starRotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-logo {
  font-family: Trebuchet MS, Helvetica, Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  line-height: 38px;
  text-shadow: 2px 2px 2px #000000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #eee;
  width: 240px;
  height: 100%;
}
.c-logo i {
  width: 80px;
  height: 80px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: url('https://iruxu.com/img/iruxu.png') no-repeat 0 0;
  background-size: 100% 100%;
  animation: starRotate 5s linear infinite;
  position: relative;
  top: -20px;
  margin-right: 10px;
  margin-left: 10px;
}
.c-logo:hover {
  color: #00ccff;
}
#header,
#footer {
  display: none;
}
.c-nav ul {
  *zoom: 1;
}
.c-nav ul:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.c-nav ul li a {
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  font-family: Trebuchet MS;
  padding: 0 20px;
  display: block;
  color: #eee;
  position: relative;
  *zoom: 1;
}
.c-nav ul li a:hover {
  color: #00ccff;
}
.c-nav ul .on a {
  color: #0cf;
  background: #353535;
}
.c-contact {
  position: absolute;
  right: 8px;
  top: 6px;
  background-color: #fff;
  border-radius: 4px;
}
.c-contact ul {
  padding: 0 2px;
}
.c-contact ul li {
  float: left;
}
.c-contact ul li a {
  padding: 0 5px;
  display: block;
}
.c-footer {
  background-color: #222;
  color: #eee;
  padding: 2px;
  text-align: center;
  display: none;
}
.c-footer a {
  color: #00ccff;
}
.c-footer a:hover {
  color: #00ccff;
}
.c-footer a:hover {
  text-decoration: underline;
}
#sideBar {
  position: fixed;
  left: 0;
  top: 38px;
  bottom: 0;
  width: 200px;
  padding: 20px;
  background-color: #fafafa;
  border-right: 1px solid #eee;
  overflow-y: auto;
}
.catListTitle {
  border-bottom: 2px solid #333;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sidebar-block,
.newsItem {
  margin-bottom: 20px;
}
#profile_block {
  display: none;
}
.catListPostCategory ul li a,
.catListTag ul li a {
  margin-right: 5px;
}
.catListPostCategory ul li a:before,
.catListTag ul li a:before {
  content: '+';
  padding: 0 5px;
  color: #999;
}
#mainContent {
  background-color: #fff;
  margin-left: 240px;
  padding: 58px 20px 20px 20px;
}
.day {
  position: relative;
  margin-bottom: 40px;
}
.day .postDesc {
  color: #666;
}
.dayTitle {
  display: none;
}
.postTitle {
  font-weight: bold;
  font-family: 微软雅黑 !important;
  border-bottom: 2px solid #111;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
}
.c_b_p_desc {
  color: #444;
  line-height: 2.2;
}
.c_b_p_desc_readmore {
  float: right;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #333;
  color: #ccc;
  display: block;
  margin: 10px;
  border-radius: 4px;
  text-align: center;
  padding: 0 !important;
  border: 1px solid #111;
  box-shadow: 0 0 4px #ddd;
}
.c_b_p_desc_readmore:hover {
  color: #fff;
  background-color: #222;
}
#nav_next_page {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 2px 10px;
  font-weight: bold;
}
#nav_next_page a:after {
  content: ">>";
  padding-left: 3px;
}
.entrylistTitle,
h3.myposts_title {
  background: #fafafa;
  padding: 2px 10px;
  margin-bottom: 20px;
  border-left: 2px solid #222;
  margin-top: 0;
}
.entrylistItem {
  margin-bottom: 40px;
  position: relative;
}
.entrylistPosttitle {
  font-weight: bold;
  font-family: 微软雅黑 !important;
  border-bottom: 2px solid #111;
  line-height: 28px;
  margin-bottom: 10px;
}
.entrylistItemPostDesc {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 5px;
  color: #666;
}
.post {
  position: relative;
}
.postTitle {
  margin-top: 0;
}
.postTitle a {
  color: #222;
  font-size: 18px;
  line-height: 2;
}
#topics .postDesc {
  padding: 5px 5px 5px 10px;
  background: #fafafa;
  margin: 10px auto;
  border-left: 5px solid #eee;
}
#blog_post_info_block {
  *zoom: 1;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  color: #666;
}
#blog_post_info_block:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
#BlogPostCategory {
  margin-bottom: 0;
  display: inline;
}
#EntryTag {
  margin-left: 5px;
  display: inline;
}
#blog_post_info {
  float: right;
  *display: inline;
}
#green_channel {
  border: none;
  width: auto;
  padding: 0 !important;
  margin-top: 0;
}
#author_profile,
#div_digg,
#site_nav_under,
#under_post_news,
#under_post_kb,
#ad_under_post_holder,
#google_ad_c2,
#HistoryToday,
#ad_text_under_commentbox,
#site_nav_under,
#opt_under_post {
  display: none;
}
.blogpost-body {
  line-height: 2;
  letter-spacing: 0.2px;
  color: #333;
}
.blogpost-body a {
  padding: 0 2px;
}
.blogpost-body p {
  margin: 0 !important;
}
.blogpost-body img {
  max-width: 90%;
}
.blogpost-body blockquote {
  border: 1px solid #ccc;
  border-left: 5px solid #ccc;
  background: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  color: #666;
  box-shadow: 0 0 2px #ddd inset;
  margin: 10px auto;
  font-family: Trebuchet MS;
}
.blogpost-body .cnblogs_code span {
  font-family: Consolas !important;
}
.blogpost-body .cnblogs_Highlighter {
  border: 1px solid #eee;
  border-radius: 4px;
  font-family: Consolas;
}
.blogpost-body .cnblogs_Highlighter .syntaxhighlighter table td.gutter .line {
  line-height: 25px !important;
  height: 25px !important;
}
.blogpost-body .cnblogs_Highlighter .syntaxhighlighter {
  margin: 0 !important;
}
.blogpost-body .cnblogs_Highlighter .syntaxhighlighter code {
  line-height: 25px !important;
  height: 25px !important;
}
/*评论列表*/
.feedback_area_title,
#commentform_title {
  background: #222;
  color: #ccc;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-weight: bold;
}
.feedbackListSubtitle {
  position: relative;
}
.feedbackManage {
  position: absolute;
  right: 0;
  top: 0;
}
.feedbackItem {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.comment_vote {
  display: none;
}
/*发布评论*/
#comment_nav {
  padding: 10px 0;
}
.commentform textarea {
  width: 100% !important;
}
.c_ad_block,
#ad_t2,
.ad_text_commentbox {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-nav {
    display: none;
  }
  .c-footer {
    display: block;
  }
  #main {
    padding: 0 !important;
  }
  #sideBar {
    position: static;
  }
  #topics .postDesc {
    position: static;
  }
  .topicListFooter {
    margin-right: 0;
  }
  .commentform {
    margin: 0 !important;
    padding: 0 !important;
  }
  .catListPostCategory ul li,
  .catListTag ul li {
    padding: 3px 5px;
    border-bottom: 1px solid #eee;
  }
  #blog_post_info {
    float: none;
  }
}
#MySignature {
  border: 1px dotted #ddd;
  line-height: 2;
  padding: 10px 10px 10px 80px;
  height: 60px;
  background: url('https://ww3.sinaimg.cn/large/bcc700eegw1epnva48cllj201o01o742.jpg') #fafafa no-repeat 10px center;
}