@charset "utf-8";
/* CSS Document */
@import url('public/reset.css');
@import url('public/bootstrap.min.css');
@import url('public/font-awesome.min.css');
@import url('public/nprogress.css');
/*LESS SET*/
/*LESS SET*/
/* S Reset */
a {
  background: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #333;
}
a:hover {
  color: #1eb2a6;
  text-decoration: underline;
  /*-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;*/
}
::selection {
  background: #1eb2a6;
  color: #fff;
}
::-moz-selection {
  background: #1eb2a6;
  color: #fff;
}
.clearBoth {
  clear: both;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  _zoom: 1;
}
* + html .clearfix {
  overflow: auto;
}
ol,
ul,
li {
  list-style: none;
}
/* E Reset */
.none {
  display: none;
}
/* 滚动条 */
::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #f8f8f8;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #1eb2a6;
}
::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #aeaeae;
}
::-webkit-scrollbar-thumb:hover {
  width: 10px;
  background-color: #1eb2a6;
}
body {
  color: #333;
  line-height: 20px;
  font: 14px 'Microsoft YaHei', "hiragino sans gb", '黑体', '宋体', Arial, Lucida Grande, Tahoma, sans-serif;
  background: #F6F6F6;
}
* {
  font-family: 'Microsoft YaHei', "hiragino sans gb", '黑体', '宋体', Arial, Lucida Grande, Tahoma, sans-serif;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.thewidth_full {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.thewidth_center {
  width: 100%;
  margin: 0 auto;
}
.container-fluid {
  padding: 0;
  margin: 0;
}
/*flexbox*/
.jc_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.jc_flex_1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.jc_horbox {
  box-orient: horizontal;
  display: box;
}
.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb80 {
  margin-bottom: 80px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.pa10 {
  padding: 10px;
}
.pa20 {
  padding: 20px;
}
.pa30 {
  padding: 30px;
}
.pa40 {
  padding: 40px;
}
.pa50 {
  padding: 50px;
}
.icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon.icon_home {
  background-image: url(../images/icon_home.png);
}
.icon.icon_search {
  background-image: url(../images/icon_search.png);
}
.icon.icon_more {
  background-image: url(../images/icon_more.png);
  width: 9px;
  height: 14px;
  overflow: hidden;
}
a.dddddd_btn {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  padding: 0 5px;
  border-radius: 2px;
  background: #1eb2a6;
  color: #FFF;
  opacity: 1;
  text-align: center;
  min-width: 60px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.dddddd_btn._disable {
  background: #DDD;
}
a.dddddd_btn:hover {
  opacity: 0.86;
}
/**
 * Header
 */
header.header {
  background: #1eb2a6;
}
header.header .header_left a,
header.header .header_right a {
  display: block;
  text-decoration: none;
  padding: 15px;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .header_left a:hover,
header.header .header_right a:hover {
  opacity: 0.86;
}
header.header .header_center {
  text-align: center;
}
header.header .header_center h2 {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 50px;
}
/**
 * search_box
 */
.search_box {
  background: #FFF;
  padding: 10px 15px;
}
.search_box #s {
  border: 1px #DDD solid;
  line-height: 20px;
  padding: 10px 10px;
}
.search_box #searchsubmit {
  border: 1px #1eb2a6 solid;
  background: #1eb2a6;
  color: #FFF;
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  margin: 0;
}
/**
 * header_menu
 */
.header_menu .menu_center {
  padding: 10px 0;
}
.header_menu .menu_center .menu_nav {
  text-align: center;
}
.header_menu .menu_center .menu_nav a {
  display: block;
  text-decoration: none;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_menu .menu_center .menu_nav a:hover {
  opacity: 0.86;
}
.header_menu .menu_center .menu_nav a .__micon .menu_icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 23px;
}
.header_menu .menu_center .menu_nav a .__micon .menu_icon.menu_icon_home {
  background-image: url(../images/menu_home.png);
  background-color: #5175D9;
}
.header_menu .menu_center .menu_nav a .__micon .menu_icon.menu_icon_soft1 {
  background-image: url(../images/menu_soft1.png);
  background-color: #FF6533;
}
.header_menu .menu_center .menu_nav a .__micon .menu_icon.menu_icon_soft2 {
  background-image: url(../images/menu_soft2.png);
  background-color: #41BDA7;
}
.header_menu .menu_center .menu_nav a .__micon .menu_icon.menu_icon_game1 {
  background-image: url(../images/menu_game1.png);
  background-color: #F99F03;
}
.header_menu .menu_center .menu_nav a .__micon .menu_icon.menu_icon_game2 {
  background-image: url(../images/menu_game2.png);
  background-color: #45C701;
}
.header_menu .menu_center .menu_nav a .__mtext {
  font-size: 14px;
  line-height: 25px;
}
/**
 * owl_banner
 */
#owl_banner {
  background: #EFEFEF;
  position: relative;
}
#owl_banner .item a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#owl_banner .item a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#owl_banner .owl-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 20;
  text-align: center;
  width: 200px;
  margin-left: -100px;
}
#owl_banner .owl-pagination .owl-page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 2px;
  margin: 0 3px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#owl_banner .owl-pagination .owl-page.active {
  background: #1eb2a6;
  width: 16px;
}
/**
 * mobule_box
 */
.mobule_box {
  background: #FFF;
}
.mobule_box .mobule_head {
  border-bottom: 1px #E4E4E4 solid;
  padding: 10px 10px;
}
.mobule_box .mobule_head .__title {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #333;
}
.mobule_box .mobule_head .__title:after {
  display: block;
  content: '';
  width: 3px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: #1eb2a6;
}
.mobule_box .mobule_head .__link {
  padding: 2px 0;
}
.mobule_box .mobule_head .__link a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-right: 12px;
  color: #999;
}
.mobule_box .mobule_head .__link a span {
  display: inline-block;
  line-height: 18px;
}
.mobule_box .mobule_head .__link a i.icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.mobule_box .mobule_head .__tnav {
  padding: 2px 0;
}
.mobule_box .mobule_head .__tnav a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #999;
  line-height: 26px;
  margin-left: 6px;
  float: left;
}
.mobule_box .mobule_head .__tnav a.checked {
  color: #1eb2a6;
}
.mobule_box .mobule_head .__tnav .__li {
  display: block;
  float: left;
  margin-left: 6px;
  color: #999;
  line-height: 26px;
  font-size: 12px;
}
.mobule_box .mobule_head .__breadcrumbs {
  font-size: 12px;
  color: #888;
}
.mobule_box .mobule_head .__breadcrumbs a {
  color: #888;
}
.mobule_box .mobule_head .__breadcrumbs .current {
  color: #333;
}
.mobule_box .mobule_head_tab {
  border-bottom: 1px #E4E4E4 solid;
}
.mobule_box .mobule_head_tab .tab_menu {
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  color: 333;
  line-height: 30px;
}
.mobule_box .mobule_head_tab .tab_menu:hover {
  color: #1eb2a6;
}
.mobule_box .mobule_head_tab .tab_menu:after {
  display: block;
  content: '';
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  background: none;
}
.mobule_box .mobule_head_tab .tab_menu._checked {
  color: #1eb2a6;
}
.mobule_box .mobule_head_tab .tab_menu._checked:after {
  background: #1eb2a6;
}
.mobule_box .mobule_body {
  padding: 15px 15px;
}
.post_list2 {
  margin: -10px -10px;
}
/**
 * ploop
 */
.ploop {
  padding: 15px 0;
  border-top: 1px #EFEFEF solid;
}
.ploop._first {
  padding-top: 0;
  border-top: 0 none;
}
.ploop a.ploop_link {
  text-decoration: none;
  color: #333;
}
.ploop a.ploop_link .ploop_icon {
  width: 70px;
  margin-right: 10px;
}
.ploop a.ploop_link .ploop_icon img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.ploop a.ploop_link .ploop_right .plr__title {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
}
.ploop a.ploop_link .ploop_right .plr__star {
  margin-bottom: 3px;
}
.ploop a.ploop_link .ploop_right .plr__star img {
  display: block;
  height: 18px;
  width: auto;
}
.ploop a.ploop_link .ploop_right .plr__meta {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.ploop a.ploop_link .ploop_right .plr__meta span {
  display: inline-block;
}
.ploop a.ploop_link .ploop_right .plr__meta span.__li {
  margin: 0 3px;
}
.ploop .ploop_dddddd {
  margin-left: 20px;
  padding-top: 17px;
  width: 60px;
}
/**
 * ploop2
 */
.ploop2 {
  float: left;
  width: 25%;
}
.ploop2 a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 5px;
}
.ploop2 a .ploop_icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px;
}
.ploop2 a .ploop_title {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/**
 * topic_banner
 */
.topic_mobule_box {
  margin: -5px -10px;
  overflow: hidden;
}
.topic_banner .topic_box {
  padding: 5px;
}
.topic_banner .topic_box a {
  display: block;
  text-decoration: none;
}
.topic_banner .topic_box a .topic_loop_pic {
  height: 100px;
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px;
}
.topic_banner .topic_box a .topic_loop_title {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
/**
 * topic_loop
 */
.topic_loop {
  padding: 15px 0;
}
.topic_loop._first {
  padding-top: 0;
  border-top: 0 none;
}
.topic_loop a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.topic_loop a .topic_loop_pic {
  height: 160px;
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}
.topic_loop a .topic_loop_title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.flink_box {
  margin: -3px;
}
.flink_box a {
  display: block;
  float: left;
  margin: 3px;
  font-size: 12px;
  line-height: 16px;
}
/**
 * 内容公共样式
 */
.Con {
  font-size: 14px;
  line-height: 180%;
  color: #4D4D4D;
  font-weight: 400;
  word-break: break-all;
}
.Con img {
  max-width: 100%;
  height: auto;
}
.Con img.aligncenter {
  margin-bottom: 10px;
}
.Con p {
  margin: 10px 0;
}
.Con p.ti2 {
  text-indent: 2em;
}
.Con a {
  color: #1eb2a6;
}
.Con a:hover {
  text-decoration: underline;
}
.Con ul {
  list-style-type: disc;
  margin: 0;
  margin-left: 20px;
}
.Con ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.Con ol {
  list-style-type: decimal;
  margin: 0;
  margin-left: 20px;
}
.Con ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.Con blockquote {
  padding: 0px 15px;
  padding-left: 20px;
  border-left: 3px #DDD solid;
  font-size: 15px;
}
.Con blockquote p {
  margin: 5px 0;
}
.Con .alignleft {
  text-align: left;
}
.Con .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.Con .alignright {
  text-align: right;
}
.Con .panel-title a {
  display: block;
  text-decoration: none;
  color: #666;
}
.Con.__table table {
  border-left: 1px #DDD solid;
  border-top: 1px #DDD solid;
}
.Con.__table table td {
  border-right: 1px #DDD solid;
  border-bottom: 1px #DDD solid;
  padding: 5px 5px;
}
/**
 * single_head
 */
.single_head {
  margin-bottom: 20px;
}
.single_head ._icon {
  width: 70px;
  margin-right: 10px;
}
.single_head ._icon img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.single_head ._right h3.__title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-bottom: 5px;
}
.single_head ._right .__star {
  margin-bottom: 5px;
}
.single_head ._right .__star img {
  display: block;
  height: 13px;
  width: auto;
}
.single_head ._right .__meta ul {
  margin: 0;
  padding: 0;
}
.single_head ._right .__meta ul li {
  float: left;
  width: 50%;
  font-size: 12px;
  line-height: 22px;
  color: #999;
}
/**
 * single_btn
 */
.single_btn {
  height: 40px;
}
.single_btn .dddddd_btn {
  line-height: 40px;
  height: 40px;
}
.downbtn._fixed {
  padding: 15px;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  box-shadow: 0 3px 16px 0 rgba(200, 200, 200, 0.7);
}
.single_thumbnail {
  background: #EFEFEF;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 10px;
}
.single_thumbnail .__loop {
  padding: 0 5px;
}
.single_thumbnail .__loop img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
/**
 * topic_pic
 */
.topic_pic {
  margin: -15px;
  margin-bottom: 10px;
}
.topic_pic img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.topic_tags,
.single_tags {
  color: #999;
}
/**
 * single_comments
 */
.single_comments .comment_content .hasnoComment {
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
.single_comments .comment_content .commentlist ol {
  margin: 0;
  padding: 0;
}
.single_comments .comment_content .commentlist ol li {
  margin: 0;
  border-top: 1px #F9F9F9 solid;
  padding: 10px 0;
}
.single_comments .comment_content .commentlist ol li ul.children {
  margin-left: 40px;
  margin-top: 10px;
}
.single_comments .cancel-comment-reply a {
  display: block;
  text-decoration: none;
  background: #DDD;
  color: #FFF;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0;
}
.single_comments .respond_form_mustlogin {
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  font-weight: 300;
  color: #F00;
}
.single_comments .respond_form {
  font-size: 14px;
}
.single_comments .respond_form .resp_box .form-control {
  border-color: #DDD;
}
.single_comments .respond_form .resp_box .btn {
  background: #1eb2a6;
  border: 0 none;
  height: 40px;
  padding: 0;
}
.b-r0 {
  border-radius: 0;
}
.comment_loop .comment_face {
  float: left;
}
.comment_loop .comment_face img {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
}
.comment_loop .comment_right {
  margin-left: 40px;
}
.comment_loop .comment_right .comment_author {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.comment_loop .comment_right .comment_text {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  margin-bottom: 5px;
}
.comment_loop .comment_right .comment_text p {
  margin: 0;
  padding: 0;
}
.comment_loop .comment_right .comment_bottom .comment_time {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
.comment_loop .comment_right .comment_bottom .comment_time a {
  color: #666;
}
.comment_loop .comment_right .comment_bottom .comment_reply {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
.comment_loop .comment_right .comment_bottom .comment_reply a {
  display: block;
  background: #DDD;
  color: #FFF;
  padding: 0 5px;
}
/**
 * footer
 */
footer.footer {
  background: #FFF;
  padding: 15px 15px;
  border-top: 1px #efefef solid;
}
footer.footer .footer_menu {
  border-bottom: 1px #efefef solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
footer.footer .footer_menu ._menu {
  text-align: center;
}
footer.footer .footer_menu ._menu ul {
  margin: 0;
  padding: 0;
}
footer.footer .footer_menu ._menu ul li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}
footer.footer .footer_menu ._menu ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 12px;
  line-height: 24px;
}
footer.footer .footer_menu ._menu ul li a:hover {
  color: #1eb2a6;
}
footer.footer .footer_copy {
  font-size: 12px;
  line-height: 22px;
  color: #999;
  text-align: center;
}
footer.footer .footer_copy:hover {
  color: #1eb2a6;
}
/*分页*/
#Pagenavis {
  text-align: center;
  border-top: 1px #efefef solid;
}
#Pagenavis .wp-pagenavi {
  padding: 20px 0;
}
#Pagenavis .wp-pagenavi span,
#Pagenavis .wp-pagenavi a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 12px;
  color: #666;
  margin: 0 3px;
  border-radius: 2px;
  font-weight: 300;
}
#Pagenavis .wp-pagenavi span {
  color: #999;
}
#Pagenavis .wp-pagenavi span.current {
  background: #1eb2a6;
  color: #FFF;
  font-weight: 600;
}
#Pagenavis .wp-pagenavi span.pages {
  display: block;
  line-height: 30px;
  height: 30px;
  margin-bottom: 5px;
}
#Pagenavis .wp-pagenavi a {
  display: inline-block;
  border: 1px #DDD solid;
  text-decoration: none;
  background: #FFF;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  float: inherit;
}
#Pagenavis .wp-pagenavi a:hover {
  color: #1eb2a6;
  background: #EFEFEF;
}
/*404*/
#Page_404 {
  text-align: center;
  padding: 80px 0 120px;
}
#Page_404 .page404 p.logo404 {
  text-align: center;
  font-size: 180px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 5px;
  color: #fff;
}
#Page_404 .page404 p.logo404 span {
  z-index: 99999999999;
  cursor: pointer;
  text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#Page_404 .page404 p.logo404 span:hover {
  text-shadow: 0px 0px 2px #686868, 0px 1px 1px #fff, 0px 2px 1px #fff, 0px 3px 1px #fff, 0px 4px 1px #fff, 0px 5px 1px #fff, 0px 6px 1px #fff, 0px 7px 1px #777, 0px 8px 3px #fff, 0px 9px 5px #fff, 0px 10px 7px #fff, 0px 11px 9px #fff, 0px 12px 11px #fff, 0px 13px 15px #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#Page_404 h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: 'Microsoft YaHei', "hiragino sans gb", '黑体', '宋体', Arial, Lucida Grande, Tahoma, sans-serif;
  color: #1eb2a6;
}
#Page_404 #post_404_link {
  text-align: center;
}
#Page_404 #post_404_link table {
  width: auto;
  margin: 0 auto;
}
#Page_404 #post_404_link table td {
  padding: 0 10px;
}
#Page_404 #post_404_link table td a {
  font-family: 'Microsoft YaHei', "hiragino sans gb", '黑体', '宋体', Arial, Lucida Grande, Tahoma, sans-serif;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  background: #DDD;
  color: #FFF;
  font-weight: 300;
  width: 200px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
}
#Page_404 #post_404_link table td a:hover {
  opacity: 0.86;
}
#Page_404 #post_404_link table td a.the_404_link1 {
  background: #666;
}
#Page_404 #post_404_link table td a.the_404_link2 {
  background: #1eb2a6;
}
.gg_code img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
/* Top */
#to_top {
  cursor: pointer;
  background: url(../images/top.png) #666 center no-repeat;
  position: fixed;
  bottom: 60px;
  right: 2px;
  width: 40px;
  height: 40px;
  display: none;
}
#to_top:hover {
  background: url(../images/top.png) #1eb2a6 center no-repeat;
}
/*公共Style*/
.nopatop {
  padding-top: 0;
}
.aligncenter {
  text-align: center;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 99999;
}
/*公共Style*/
/*# sourceMappingURL=theme.css.map */