/*
Theme Name: Movie 2.0
Theme URI: http://www.shejiwo.net/
Description: <a href="http://www.shejiwo.net/" target="_blank"><strong>设计窝工作室</strong></a>是一支专注于WordPress原创主题设计开发工作室，我们拥有多年的WordPress企业网站建设经验, 精通WordPress主题定制，WordPress仿站以及WordPress手机主题制作, 可以为您设计开发功能强大、符合语义、注重搜索优化、跨浏览器的各种类型WordPress网站程序。
Author: <a href="http://www.shejiwo.net/" target="_blank"><strong>SheJiWo.Net</strong></a>
Version: 2.0

License: GNU General Public License
Tags: SheJiWo,Movie
*/

@import url('css/public/reset.css');
@import url('css/public/bootstrap.min.css');
@import url('css/public/font-awesome.min.css');
@import url('css/public/nprogress.css');

/* S Reset */
a{background:transparent;text-decoration:none;margin:0;padding:0;color:#333;}
a:hover{color:#2689FF; text-decoration:underline;/*-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;*/}
::selection{background:#2689FF;color:#fff;}
::-moz-selection{background:#2689FF;color:#fff;}
.clearBoth {clear: both;}
.clearfix:after {content: "\0020";display: block;height: 0;clear: both;}
.clearfix {_zoom: 1;}
*+html .clearfix {overflow:auto;}
/* E Reset */

body{color: #333;line-height:20px;font: 14px 'Microsoft YaHei', "hiragino sans gb",'黑体','宋体', Arial, Lucida Grande, Tahoma, sans-serif;}
*{font-family: 'Microsoft YaHei', "hiragino sans gb",'黑体','宋体', Arial, Lucida Grande, Tahoma, sans-serif;word-break:break-all;}
.f_l{ float:left;}
.f_r{ float:right;}

.none{display: none;}
.hidden{visibility: hidden;}
/*ta*/
.ta_l{text-align: left;}
.ta_c{text-align: center;}
.ta_r{text-align: right;}

/*b-r*/
.b-r0{border-radius:0;}
.b-r2{border-radius:2px;}
.b-r3{border-radius:3px;}
.b-r4{border-radius:5px;}

/* ==========================================
   Mobile Responsive Overrides
   ========================================== */
@media (max-width: 768px) {

  /* 整体容器上下留白 */
  #Central {
    padding: 10px;
  }

  /* 左右两栏各占 100%，取消浮动 */
  .left_body,
  .right_body {
    width: 100% !important;
    float: none !important;
    margin: 0 0 20px;
  }

  /* .left_body 内部结构展开 */
  .left_body #Left {
    width: 100% !important;
  }

  /* 首页 tabs 横排改 flex */
  .index_tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .index_tab ul li {
    flex: 1 1 auto;
    text-align: center;
    margin: 5px 0;
  }

  /* 文章列表全宽 */
  .index_list,
  .index_list > div {
    width: 100% !important;
  }
  .index_list .mob_post_loop,
  .index_list .post_loop {
    width: 100% !important;
    display: block !important;
  }

  /* 缩略图自适应 */
  .mob_post_pic img,
  .post_loop img {
    max-width: 100%;
    height: auto;
  }

  /* 隐藏 PC 侧边栏组件里不必要的固定宽度 */
  .right_body #Right {
    padding: 0;
  }

  /* 如果想要隐藏侧边栏，直接注释掉下面这段 */
  /* .right_body { display: none; } */

  /* 调整页脚友情链接全宽 */
  .foot_link {
    padding: 10px 0;
  }

  /* 其他极端小屏调整 */
  @media (max-width: 480px) {
    .index_tab ul li {
      font-size: 14px;
    }
  }
}





























