/* base style */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft YaHei", "\u5FAE\u8F6F\u96C5\u9ED1", "Arial", "SimSun", "\u5B8B\u4F53", "Arial Narrow", "HELVETICA";
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
input,
textarea {
  outline-style: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button,
a,
span,
em,
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  font: 12px/20px "Microsoft YaHei", "\u5FAE\u8F6F\u96C5\u9ED1", "Arial", "SimSun", "\u5B8B\u4F53", "Arial Narrow", "HELVETICA";
  font-size: 1.2rem;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
::selection {
  background: #00a1f1;
  color: white;
}
::-moz-selection {
  background: #00a1f1;
  color: white;
}
input::-ms-clear {
  display: none;
}
/* function */
.inlineBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* variable */
.mr20 {
  margin-right: 20px;
}
html,
body {
  width: 100%;
}
.mod_head {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #4d4d4d;
  background-color: #333;
}
.mod_head .ctn {
  width: 1000px;
  margin: 0 auto;
}
.mod_head .logo {
  float: left;
  margin-top: 20px;
  width: 114px;
  height: 59px;
  background: url("/n/tech/150428/shiqu/pics/logo.png") 0px 0px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/logo-ie.png") 0px 0px no-repeat;
}
.mod_head .slogan {
  float: left;
  margin-top: 28px;
  margin-left: 20px;
  padding-left: 20px;
  width: 310px;
  height: 52px;
  line-height: 52px;
  border-left: 1px solid #4d4d4d;
  font-size: 20px;
  font-size: 2rem;
  color: #999;
}
.mod_head .search {
  float: left;
  margin-top: 35px;
  width: 400px;
  height: 42px;
  background-color: #eee;
  font-size: 0px;
  font-size: 0rem;
}
.mod_head .ipt,
.mod_head .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: none;
  background-color: #eee;
}
.mod_head .ipt {
  width: 340px;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
}
.mod_head .btn {
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  cursor: pointer;
  background: url("/n/tech/150428/shiqu/pics/sprite.png") -80px -160px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") -80px -160px no-repeat;
}
.mod_head .btn:hover {
  background-position: -120px -160px;
}
.mod_head .count {
  float: right;
  visibility: hidden;
  margin-top: 35px;
  text-align: right;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
}
.mod_head .num {
  color: #fff;
  padding-right: 5px;
}
.mod_nav {
  position: relative;
  _z-index: 99;
  width: 100%;
  height: 50px;
}
.mod_nav .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333333;
  background-color: #333333 \9;
  filter: alpha(opacity=100);
  left: 0;
  top: 0;
}
.mod_nav .ctn {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.mod_nav .clm {
  float: left;
}
.mod_nav .link {
  float: left;
  height: 46px;
  line-height: 46px;
  _height: 36px;
  _padding-top: 10px;
  margin-right: 52px;
  border-bottom: 4px solid transparent;
  _border-color: #333333;
  -webkit-transition: border-color 0.6s ease 0s;
  -moz-transition: border-color 0.6s ease 0s;
  -o-transition: border-color 0.6s ease 0s;
  transition: border-color 0.6s ease 0s;
  color: #b2b2b2;
  font-size: 20px;
  font-size: 2rem;
}
.mod_nav .link .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 28px;
  height: 21px;
  _margin-top: 8px;
}
.mod_nav .link:hover {
  color: #fff;
}
.mod_nav #navSelected {
  border-color: #00a1f1;
  color: #fff;
}
.mod_nav .lk1 .icon {
  background: url("/n/tech/150428/shiqu/pics/sprite.png") 0px 0px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") 0px 0px no-repeat;
}
.mod_nav .lk1:hover .icon {
  background-position: -40px 0;
}
.mod_nav .lk1#navSelected .icon {
  background-position: -40px 0;
}
.mod_nav .lk2 .icon {
  background: url("/n/tech/150428/shiqu/pics/sprite.png") 0px -40px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") 0px -40px no-repeat;
}
.mod_nav .lk2:hover .icon {
  background-position: -40px -40px;
}
.mod_nav .lk2#navSelected .icon {
  background-position: -40px -40px;
}
.mod_nav .lk3 .icon {
  background: url("/n/tech/150428/shiqu/pics/sprite.png") 0px -82px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") 0px -82px no-repeat;
}
.mod_nav .lk3:hover .icon {
  background-position: -40px -82px;
}
.mod_nav .lk3#navSelected .icon {
  background-position: -40px -82px;
}
.mod_nav .lk4 .icon {
  background: url("/n/tech/150428/shiqu/pics/sprite.png") 0px -120px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") 0px -120px no-repeat;
}
.mod_nav .lk4:hover .icon {
  background-position: -40px -120px;
}
.mod_nav .lk4#navSelected .icon {
  background-position: -40px -120px;
}
.mod_nav .lk5 .icon {
  background: url("/n/tech/150428/shiqu/pics/sprite.png") 0px -160px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") 0px -160px no-repeat;
}
.mod_nav .lk5:hover .icon {
  background-position: -40px -160px;
}
.mod_nav .lk5#navSelected .icon {
  background-position: -40px -160px;
}
.mod_nav .lk6 .icon {
  background: url("/n/tech/150428/shiqu/pics/sprite.png") 0px -199px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") 0px -199px no-repeat;
}
.mod_nav .lk6:hover .icon {
  background-position: -40px -199px;
}
.mod_nav .lk6#navSelected .icon {
  background-position: 0 -199px;
}
.mod_nav .user {
  float: right;
  line-height: 50px;
}
.mod_nav .user .avatar {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _float: left;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.mod_nav .user .img_wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 36px;
  height: 36px;
  margin: 7px;
}
.mod_nav .user .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/n/tech/150428/shiqu/pics/sprite.png") -80px -200px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") -80px -200px no-repeat;
  _background: none;
}
.mod_nav .user .cover:first-of-type {
  background: none;
}
.mod_nav .user img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mod_nav .user .login,
.mod_nav .user .register,
.mod_nav .user .logout,
.mod_nav .user .name {
  _float: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #b2b2b2;
}
.mod_nav .user .login:hover,
.mod_nav .user .register:hover,
.mod_nav .user .logout:hover,
.mod_nav .user .name:hover {
  color: #fff;
}
.mod_nav .user .login,
.mod_nav .user .name {
  padding: 0 30px 0 10px;
}
.mod_nav .user .name {
  max-width: 150px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.mod_nav .user.notlogin .login,
.mod_nav .user.notlogin .register {
  display: inline;
}
.mod_nav .user.notlogin .logout,
.mod_nav .user.notlogin .name {
  display: none;
}
.mod_nav .user.islogin .login,
.mod_nav .user.islogin .register {
  display: none;
}
.mod_nav .user.islogin .logout.name {
  display: inline;
}
.mod_nav .user.islogin .avatar {
  cursor: pointer;
}
.mod_nav .user.islogin .avatar:hover {
  background-color: #484848;
}
.mod_nav .user.islogin .avatar:hover .cover {
  background-position: -120px -200px;
}
.mod_nav .user_s {
  float: right;
  position: relative;
  display: none;
}
.mod_nav .user_s .avatar {
  width: 50px;
  height: 50px;
}
.mod_nav .user_s .img_wrapper {
  display: block;
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 36px;
  margin: 7px;
}
.mod_nav .user_s .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/n/tech/150428/shiqu/pics/sprite.png") -80px -200px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") -80px -200px no-repeat;
}
.mod_nav .user_s .cover:first-of-type {
  background: none;
}
.mod_nav .user_s img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mod_nav .user_s .box {
  position: absolute;
  visibility: hidden;
  top: 50px;
  right: 0;
  width: 100px;
  padding: 10px 0;
  background-color: #484848;
}
.mod_nav .user_s .login,
.mod_nav .user_s .register,
.mod_nav .user_s .logout {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #b2b2b2;
}
.mod_nav .user_s .login:hover,
.mod_nav .user_s .register:hover,
.mod_nav .user_s .logout:hover {
  background-color: #252525;
  color: #fff;
}
.mod_nav .user_s:hover .avatar {
  background-color: #484848;
}
.mod_nav .user_s:hover .cover {
  background-position: -120px -200px;
}
.mod_nav .user_s:hover .box {
  visibility: visible;
}
.mod_nav .user_s.notlogin .login,
.mod_nav .user_s.notlogin .register {
  display: block;
}
.mod_nav .user_s.notlogin .logout {
  display: none;
}
.mod_nav .user_s.islogin .login,
.mod_nav .user_s.islogin .register {
  display: none;
}
.mod_nav .user_s.islogin .logout {
  display: block;
}
.mod_nav .search {
  float: right;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.mod_nav .search:hover {
  background-color: #484848;
}
.mod_nav .search:hover .search_icon {
  background-position: -120px -160px;
}
.mod_nav .search_icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 11px 0 0 11px;
  width: 28px;
  height: 28px;
  background: url("/n/tech/150428/shiqu/pics/sprite.png") -80px -160px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") -80px -160px no-repeat;
}
.mod_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.mod_nav.fixed .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-color: #000000 \9;
  filter: alpha(opacity=80);
}
.mod_nav.fixed .user {
  display: none;
}
.mod_nav.fixed .user_s {
  display: block;
}
.mod_nav.fixed .user_s .cover {
  background: none;
}
.mod_nav.fixed .search {
  display: block;
}
.mod_focus {
  position: relative;
  width: 1000px;
  height: 562px;
  margin: 30px auto 0;
}
.mod_focus .img {
  display: block;
  width: 100%;
  height: 100%;
}
.mod_focus .card {
  position: absolute;
  width: 796px;
  height: 177px;
  left: 102px;
  bottom: 20px;
}
.mod_focus .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-color: #000000 \9;
  filter: alpha(opacity=60);
}
.mod_focus .tit {
  position: relative;
  width: 100%;
  height: 73px;
  line-height: 80px;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
}
.mod_focus .tit a {
  color: #fff;
  font-weight: bold;
}
.mod_focus .tit a:hover {
  color: #00a1f1;
}
.mod_focus .desc {
  position: relative;
  width: 665px;
  margin: 0 auto;
  padding: 7px 0;
  border-top: 1px solid #8c8c8c;
  color: #ccc;
  line-height: 23px;
  font-size: 14px;
  font-size: 1.4rem;
  word-wrap: break-word;
  word-break: break-all;
}
.mod_focus .desc a {
  color: #ccc;
}
.mod_focus .handler {
  position: relative;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}
.mod_focus .comments,
.mod_focus .bds_more,
.mod_focus .collect {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 12px;
  vertical-align: top;
  color: #ccc;
  font-size: 15px;
  font-size: 1.5rem;
}
.mod_focus .bds_more,
.mod_focus .collect {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25px;
  height: 22px;
}
.mod_focus .card .comments .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25px;
  height: 22px;
  background: url("/n/tech/150428/shiqu/pics/sprite.png") -80px -40px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") -80px -40px no-repeat;
  _background-position: -200px -40px;
}
.mod_focus .card .comments .num {
  vertical-align: top;
  margin-left: 7px;
  line-height: 16px;
}
.mod_focus .card .comments:hover {
  color: #00a1f1;
}
.mod_focus .card .comments:hover .icon {
  background-position: -80px -120px;
  _background-position: -200px -120px;
}
.mod_focus .card .bdsharebuttonbox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mod_focus .card .bdsharebuttonbox .bds_more {
  cursor: pointer;
  line-height: inherit;
  padding: 0;
  float: none;
  background: url("/n/tech/150428/shiqu/pics/sprite.png") -120px -40px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") -120px -40px no-repeat;
  _background-position: -240px -40px;
}
.mod_focus .card .bdsharebuttonbox .bds_more:hover {
  background-position: -120px -120px;
  _background-position: -240px -120px;
}
.mod_focus .card .collect {
  cursor: pointer;
  background: url("/n/tech/150428/shiqu/pics/sprite.png") -160px -40px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") -160px -40px no-repeat;
  _background-position: -280px -40px;
}
.mod_focus .card .collect.collected {
  background-position: -160px -120px !important;
}
.mod_focus .card .collect:hover {
  background-position: -160px -120px;
  _background-position: -280px -120px;
}
.mod_focus .card .collected {
  _background-position: -280px -120px !important;
}
.mod_focus .hover .comments {
  color: #fff;
}
.mod_focus .hover .comments .icon {
  background-position: -80px 0px;
  _background-position: -200px -40px;
}
.mod_focus .hover .bdsharebuttonbox .bds_more {
  background-position: -120px 0px;
  _background-position: -240px -40px;
}
.mod_focus .hover .collect {
  background-position: -160px 0px;
  _background-position: -280px -40px;
}
.mod_feed {
  width: 1000px;
  margin: 30px auto 0;
  padding-bottom: 60px;
  /* fix style of bd_share */
}
.mod_feed .row {
  margin-bottom: 20px;
}
.mod_feed .item {
  float: left;
  width: 490px;
}
.mod_feed .img {
  display: block;
  position: relative;
  width: 100%;
  height: 326px;
  overflow: hidden;
}
.mod_feed .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.mod_feed .img .img_cover {
  position: absolute;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 100px 40px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 0 100px 40px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 100px 40px rgba(0, 0, 0, 0.06);
}
.mod_feed .img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.mod_feed .card {
  border: 1px solid #c7c7c7;
  border-top: none;
}
.mod_feed .tit {
  height: 30px;
  padding: 24px 15px 10px;
  font-size: 0px;
  font-size: 0rem;
}
.mod_feed .tag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 2px 10px 0 0;
  vertical-align: middle;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mod_feed .tag:hover {
  background-color: #00a1f1;
}
.mod_feed .words {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 455px;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.mod_feed .words:hover {
  color: #00a1f1;
}
.mod_feed .home_words {
  width: 408px;
  _width: 400px;
}
.mod_feed .desc {
  position: relative;
  display: block;
  height: 78px;
  overflow: hidden;
  padding: 0 15px;
  line-height: 26px;
  text-indent: 2em;
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
  word-wrap: break-word;
  break-word: break-all;
  -webkit-transition: height 0.6s ease 0s;
  -moz-transition: height 0.6s ease 0s;
  -o-transition: height 0.6s ease 0s;
  transition: height 0.6s ease 0s;
}
.mod_feed .cover {
  position: absolute;
  visibility: visible;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url('/n/tech/150428/shiqu/pics/text-cover.png') repeat-x;
}
.mod_feed .handler {
  position: relative;
  height: 35px;
  margin: 13px 0 0 3px;
  font-size: 0px;
  font-size: 0rem;
}
.mod_feed .comments,
.mod_feed .bds_more,
.mod_feed .collect {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 12px;
  vertical-align: top;
  color: #999;
  font-size: 15px;
  font-size: 1.5rem;
}
.mod_feed .bds_more,
.mod_feed .collect {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25px;
  height: 22px;
}
.mod_feed .comments .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25px;
  height: 22px;
  background: url("/n/tech/150428/shiqu/pics/sprite.png") -80px -40px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") -80px -40px no-repeat;
}
.mod_feed .comments .num {
  vertical-align: top;
  line-height: 16px;
}
.mod_feed .collect {
  cursor: pointer;
  background: url("/n/tech/150428/shiqu/pics/sprite.png") -160px -40px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") -160px -40px no-repeat;
}
.mod_feed .collect.collected {
  background-position: -160px -120px !important;
}
.mod_feed .collected {
  _background-position: -160px -120px !important;
}
.mod_feed .item .comments:hover {
  color: #00a1f1;
}
.mod_feed .item .comments:hover .icon {
  background-position: -80px -120px;
}
.mod_feed .item .collect:hover {
  background-position: -160px -120px;
}
.mod_feed .hover .comments {
  color: #666;
}
.mod_feed .hover .comments .icon {
  background-position: -80px -80px;
}
.mod_feed .hover .bdsharebuttonbox .bds_more {
  background-position: -120px -80px;
}
.mod_feed .hover .collect {
  background-position: -160px -80px;
}
.mod_feed .loading {
  display: none;
  width: 80px;
  height: 80px;
  margin: 20px auto;
  background: url("/n/tech/150428/shiqu/pics/loading.gif") no-repeat;
}
.mod_feed .failed_load {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  color: #656d78;
}
.mod_feed .failed_load .reload {
  color: #00a1f1;
  padding: 0 1px 0 5px;
}
.mod_feed .failed_load .reload:hover {
  color: #e84c3d;
}
.mod_feed .bdsharebuttonbox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mod_feed .bdsharebuttonbox .bds_more {
  cursor: pointer;
  line-height: inherit;
  padding: 0;
  float: none;
  background: url("/n/tech/150428/shiqu/pics/sprite.png") -120px -40px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") -120px -40px no-repeat;
}
.mod_feed .bdsharebuttonbox .bds_more:hover {
  background-position: -120px -120px;
}
.mod_feed .bdsharebuttonbox .bds_more:hover {
  color: #00a1f1;
}
.mod_footer {
  width: 100%;
  height: 87px;
  line-height: 30px;
  padding: 30px 0 60px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  color: #999;
  background-color: #ebeced;
  font-size: 14px;
  font-size: 1.4rem;
}
.mod_footer span {
  color: #333;
}
.mod_footer a {
  color: #333;
  padding: 0 13px;
}
.mod_footer .mail {
  padding: 0;
}
.mod_footer .sp {
  padding-left: 13px;
}
.mod_footer a:link,
.mod_footer a:visited {
  color: #333;
}
.mod_footer a:hover,
.mod_footer a:focus,
.mod_footer a:active {
  color: #00a1f1;
}
#pageWrapper {
  text-align: center;
  margin-top: 30px;
}
.pagebox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}
.pagebox span,
.pagebox a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 13px;
  margin-left: 4px;
  height: 33px;
  line-height: 33px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
}
.pagebox_num,
.pagebox_pre,
.pagebox_next {
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
  color: #333;
  cursor: pointer;
}
.pagebox_num#pbHover,
.pagebox_pre#pbHover,
.pagebox_next#pbHover,
.pagebox_num:active,
.pagebox_pre:active,
.pagebox_next:active {
  background-color: #00a1f1;
  color: #fff;
  border-color: #00a1f1;
}
.pagebox_pre_nolink,
.pagebox_next_nolink {
  _margin-top: -1px;
  _position: relative;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  cursor: default;
  color: #ccc;
}
.pagebox_num_nonce {
  border: 1px solid #00a1f1;
  color: #fff;
  background-color: #00a1f1;
  cursor: default;
}
.back_to_top {
  display: none;
  _display: none;
  position: fixed;
  cursor: pointer;
  width: 70px;
  height: 70px;
  right: 50%;
  bottom: 60px;
  margin-right: -590px;
  background: url("/n/tech/150428/shiqu/pics/sprite.png") 0px -240px no-repeat;
  _background: url("/n/tech/150428/shiqu/pics/sprite-ie.png") 0px -240px no-repeat;
}
.back_to_top:hover {
  background-position: -80px -240px;
}
.mod_mail {
  _display: none;
  position: fixed;
  cursor: pointer;
  width: 70px;
  height: 70px;
  right: 50%;
  bottom: 140px;
  margin-right: -590px;
  background: url('/n/tech/150428/shiqu/pics/contribute.gif') no-repeat;
}
.mod_mail:hover {
  background: url('#') no-repeat;
}
.mail_notice {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 400px;
  margin-left: -254px;
  width: 508px;
  height: 158px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  background-color: #fffef1;
  box-shadow: 0 2px 15px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 15px 6px rgba(0, 0, 0, 0.1);
}
.mail_notice .mn_words {
  line-height: 30px;
  margin-top: 25px;
}
.mail_notice .mn_close {
  width: 135px;
  height: 40px;
  margin: 18px auto 0;
  line-height: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  background-color: #00a1f1;
  cursor: pointer;
}
.mail_notice .mn_close:hover {
  background-color: #0090db;
}
