﻿* {
  padding: 0;
  margin: 0;
}
::selection{
  color: #fff;
  background-color: #D9534F;
  /*text-shadow: 2px 2px 2px #fac78b;*/
}
::-moz-selection{
  color: #fff;
  background-color: #D9534F;
}
body {
  background: #f1f2f3;
  color: white !important;
}
html {
  font-size: 10px;
  font-family: "微软雅黑";
}
@media screen and (max-width: sw) {
  html {
    font-size: 7.5px;
  }
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.w100 {
  width: 100%;
}
.w66 {
  width: 66%;
  box-sizing: border-box;
}
.w33 {
  width: 33%;
  box-sizing: border-box;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
.bg-red {
  background: #D9534F;
}
img {
  max-height: 300px;
  width: 100%;
}
.btn {
  display: inline-block;
  cursor: pointer;
  color: white;
  font-weight: 700;
}
.btn-black {
  margin-right: .5rem;
  background: #3D4450;
  padding: .2rem .5rem;
  border-radius: .5rem;
}
.btn-black:hover {
  background: #D9534F;
}
.btn-more {
  background: #D9534F;
  padding: .8rem 1.5rem;
  border-radius: .3rem;
}
.btn-more:hover {
  background: #BF3B37;
}
.btn-read {
  background: #D9534F;
  border-radius: .5rem;
  padding: .2rem .2rem;
}
.btn-left {
  float: left;
}
.btn-right {
  float: right;
}
.border {
  border: 1px solid #FFF;
  border-radius: .5rem;
  background: white;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 2rem;
}
.icon.iconfont {
  font-size: 1.3rem;
  font-weight: 700;
}
/*# sourceMappingURL=common.css.map */

/*footer*/
/*{*/
/*  position: fixed;*/
/*  width: 100%;*/
/*  bottom: 0;*/
/*}*/
main
{
  margin-bottom: 13rem;
  min-height: 632px;
}
.footer-to-low {
  position: absolute;
  bottom: 0;
  width: 100%;
}