/* 默认样式 */
.text-white {
  color: #fff!important;
}
.bg-white {
  background-color: #fff;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.d-block {
  display: block;
}
.d-inblock {
  display: inline-block;
}
.v-hide {
  display: none;
}
.text-center {
  text-align: center;
}
/* .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
} */
.clear {
  clear: both;
}
