@charset "UTF-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: none; }

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 设置图片视频等自适应调整 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.video embed, .video object, .video iframe {
  width: 100%;
  height: auto; }

/* 公共库 */
a {
  text-decoration: none;
  cursor: pointer; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #555756; }

a:hover {
  color: #141414;
  text-decoration: none; }

a img {
  border: none; }

a > img {
  vertical-align: bottom; }

.min-height {
  min-height: 0;
  height: auto;
  _height: 0;
  overflow: hidden;
  _overflow: visible; }

.position-absolute {
  position: absolute; }

.position-relative {
  position: relative; }

.position-fixed {
  position: fixed; }

.overflow-hidden {
  overflow: hidden; }

.display-inline-block {
  display: inline-block; }

.plr10p {
  padding: 0 10px; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500; }

.cf{
  *zoom: 1;
}
.cf:after{
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
}

.fl{
  float: left;
}
.fr{
  float: right;
}

/* 页面主代码 */
body {
  font: 400 14px/1.5 Tahoma,"Lucida Grande",Verdana,"Microsoft Yahei",STXihei,hei;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -moz-user-select: none;
  margin: 0 auto;
  background: #fff;
  height: 100%; }

.wxbContainer{
  width:1000px;
  margin:0 auto;
}

em{
  font-style: normal;
}

dfn {
  font-family: Arial; }

.clamp2, .clamp3, .clamp4, .clamp5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.clamp2 {
  -webkit-line-clamp: 2; }

.clamp3 {
  -webkit-line-clamp: 3; }

.clamp4 {
  -webkit-line-clamp: 4; }

.clamp5 {
  -webkit-line-clamp: 5; }

/*
 * -----------------------------------------
 *  320 ~ 480
 * -----------------------------------------
 */
@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*
 * -----------------------------------------
 *  321 ~   宽大于321的设备
 * -----------------------------------------
 */
@media only screen and (min-width: 321px) {
}

/*
 * -----------------------------------------
 *  ~ 320  宽小于320的设备
 * -----------------------------------------
 */
@media only screen and (max-width: 320px) {
}

/*
 * -----------------------------------------
 *  ~ 480  宽小于480的设备
 * -----------------------------------------
 */
@media only screen and (max-width: 480px) {
}

/* medium screens (excludes iPad & iPhone) */
/*
 * -----------------------------------------
 * 481 ~ 767  宽大于480且小于767的iPad和iPhone
 * -----------------------------------------
 */
@media only screen and (min-width: 481px) and (max-width: 767px) {
}

/* ipads (portrait and landscape) */
/*
 * -----------------------------------------
 * 768 ~ 1024  宽大于480且小于1024的iPad和iPhone
 * -----------------------------------------
 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

@media screen and (max-width: 1024px) {
  .wxbContainer{
    width:100%;
    margin-top: 0;
  }
}

/*# sourceMappingURL=common.css.map */
