/*请使用less修改本文件*/
.bg-contain {
  background-size: contain;
  -webkit-background-size: contain;
}
.bg-cover {
  background-size: cover;
  -webkit-background-size: cover;
}
.flex-h {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
.clearFix {
  *zoom: 1;
}
.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}
.clearFix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
header {
  height: 200px;
  border-bottom: 1px solid #f69;
  line-height: 200px;
  text-align: center;
  font-size: 26px;
}
body {
  background-color: #2f2f2f;
}
footer {
  height: 200px;
  border-top: 1px solid #f69;
}
.container {
  position: relative;
  width: 100%;
  min-width: 1180px;
  background-color: white;
  text-align: center;
  overflow-x: hidden;
}
.container--center {
  position: relative;
  width: 1180px;
  margin: auto;
  text-align: left;
}
.current--position {
  margin-top: 12px;
  margin-bottom: 37px;
}
.theme--list {
  width: 1200px;
}
.theme--list .card--box {
  position: relative;
  width: 380px;
  height: 360px;
  background-color: #ffffff;
  margin-right: 20px;
  margin-bottom: 20px;
}
.theme--list .card--box .theme--list-card {
  position: absolute;
  width: 380px;
  height: 360px;
  background-color: transparent;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.theme--list .card--box .theme--list-card:hover {
  opacity: 0.87;
}
.theme--list .card--box .theme--list-card .card--img {
  width: 100%;
  height: 240px;
  background-color: #666;
  overflow: hidden;
}
.theme--list .card--box .theme--list-card .card--img img {
  width: 380px;
}
.theme--list .card--box .theme--list-card .card--info {
  height: 120px;
  background-color: #4d4b4b;
  padding-top: 30px;
}
.theme--list .card--box .theme--list-card .card--info .card--info-name {
  width: 320px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.theme--list .card--box .theme--list-card .card--info .card--info-num {
  width: 320px;
  margin: 5px auto 0;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.page--block {
  width: 100%;
  height: 127px;
  background-color: #2f2f2f;
}
.page--block .page {
  height: 22px;
  margin: 0 auto;
  text-align: center;
  padding-top: 44px;
}
.page--block .page .list--page {
  font-size: 16px;
  text-align: center;
  letter-spacing: 5px;
  color: #c5c5c5;
}
.page--block .page .list--page.curPage {
  color: #fff;
}
