* {
  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;
  min-height: 100%;
}
html {
  font-size: 10px;
  font-family: "寰蒋闆呴粦";
  min-height: 100%;
}
@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;
  filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D9534F,endcolorstr=blue,gradientType=0);
      -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D9534F,endcolorstr=blue,gradientType=0);/*IE8*/
      background:#D9534F; /* 一些不支持背景渐变的浏览器 */
      background:-moz-linear-gradient(top, #D9534F, #000066);
      background:-webkit-gradient(linear, 0 0, 0 bottom, from(#D9534F), to(#000066));
      background:-o-linear-gradient(top, #D9534F, #000066);
}
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;
}
