/* === 自定义页面样式 === */
html {
  font-size: 100%;
  color: #666;
}
body {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5;
  color: #666;
  background: #fff;
  min-width: 1200px;
}
a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
/*a:hover, a:active {*/
/*color: #f50000;*/
/*text-decoration: underline;*/
/*}*/
input:focus {
  outline: none;
}
/* === 公用样式 === */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*翻页样式
.customPage {
  padding-left: 0;
  text-align: center;
  li {
    float: left;
    border: 1px #948e73 solid;
    padding: 3px 10px;
    margin: 5px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 20px;
    &:hover {
      background: #948e73;
      color: #ffffff;
    }
  }
  .pre {
    background: #948e73;
    color:  #ffffff;
  }
}*/
/* 位置样式 */
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.wrapper {
  overflow: hidden;
  width: 100%;
}
.mt15 {
  margin-top: 15px;
}
.border_ccc {
  border: 1px solid #ccc;
}
/*最底部新增*/
#_ideConac {
  width: 80px;
  display: block;
  margin: 0 auto;
}

