* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "SimSun", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  outline: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul {
  *zoom: 1;
}
ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
body {
  color: #333;
  height: 100%;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.row {
  *zoom: 1;
  width: 100%;
}
.row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #D62727;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-muted {
  color: #777;
}
.bg {
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .lg-visible {
    display: block !important;
  }
}
@media screen and (max-width: 1199px) {
  .lg-visible {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .lg-hidden {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .lg-hidden {
    display: none !important;
  }
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 2px;
  width: auto;
  transition: all 0.3s;
}
.btn.btn-primary {
  color: #fff;
  background-color: #D62727;
  border-color: #D62727;
}
.btn.btn-primary:focus {
  background: #c31515;
  border-color: #c31515;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #c31515;
  border-color: #c31515;
  color: #fff;
}
.btn.btn-danger {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
}
.btn.btn-danger:hover {
  background: #f78989;
  border-color: #f78989;
  color: #fff;
}
.btn.btn-danger:focus {
  background: #f78989;
  border-color: #f78989;
  color: #fff;
}
.btn.btn-danger.plain {
  color: #f56c6c !important;
  background: #fef0f0 !important;
  border-color: #fbc4c4 !important;
}
.btn.btn-danger.plain:hover {
  background: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}
.btn.btn-danger.plain.active {
  background: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}
.btn.btn-danger.plain.focus {
  background: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}
.btn.btn-md {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.btn.btn-sm {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}
.btn.btn-mini {
  padding: 5px 8px;
  font-size: 12px !important;
  border-radius: 4px;
}
.btn.btn-block {
  width: 100%;
  display: block;
}
.text-hide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-primary {
  color: #D62727;
}
.list-inline {
  list-style: outside none none;
  margin-left: 0;
  padding-left: 0;
  font-size: 0;
}
.list-inline li {
  display: inline-block !important;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.hide {
  display: none;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
@media screen and (max-width: 1199px) {
  .container {
    width: 1000px;
  }
  .container .sidebar-main {
    width: 795px;
  }
  .container .sidebar-right {
    width: 205px;
  }
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.footer {
  background-color: #fff;
  margin: 0 auto;
  font-size: 14px;
  width: 100%;
  color: #555;
  min-width: 1200px;
}
.footer .container {
  padding-top: 10px;
}
.footer .left {
  float: left;
  margin-top: 20px;
}
.footer .left img {
  width: 93px;
  height: 93px;
  display: inline-block;
  margin: 0 5px;
}
.footer .list {
  color: #4F4F4F;
  padding-left: 30px;
  float: left;
}
.footer .list li {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.footer .statement {
  float: left;
  margin-top: 40px;
  margin-left: 10px;
}
.footer .statement a {
  width: 70px;
  height: 90px;
  color: #3A3838;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
.footer .statement a img {
  width: 30px;
  height: 30px;
  margin: 20px auto 10px;
  display: block;
}
.footer .right {
  margin-top: 40px;
  float: left;
}
.footer .right img {
  width: 80px;
  height: 80px;
  margin-left: 10px;
}
/*# sourceMappingURL=./wrapper-footer.css.map */