/* ------------------------------ Theme Project --------------------------*/
.seo-theme .our-project .row {
  margin: 0 -10px;
}
.seo-theme .our-project .row .mix {
  padding: 0 10px;
  width: 20%;
  height: 400px;
  float: left;
}
.mix {
  display: none;
}
.seo-theme .our-project .single-project {
  padding: 22px 22px 0 22px;
  position: relative;
}
.seo-theme .our-project .single-project .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transform: scale(0.4);
}
.seo-theme .our-project .single-project .hover div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.seo-theme .our-project .single-project:hover .hover {
  opacity: 1;
  transform: scale(1);
}
.seo-theme .our-project .single-project .hover p {
  font-size: 18px;
}
.seo-theme .our-project .single-project .hover h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.seo-theme .our-project .single-project .hover a {
  width: 35px;
  line-height: 31px;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.seo-theme .our-project .single-project img {
  width: 100%;
  -webkit-box-shadow: 0px -1px 20px -3px rgba(54, 54, 54, 0.52);
  -moz-box-shadow: 0px -1px 20px -3px rgba(54, 54, 54, 0.52);
  box-shadow: 0px -1px 20px -3px rgba(54, 54, 54, 0.52);
}
.seo-theme .our-project .single-project:hover img {
  opacity: 0.05;
}
.seo-theme .our-project .single-project.color1 {
  background: #f6cdcd;
}
.seo-theme .our-project .single-project.color2 {
  background: #d0fbff;
}
.seo-theme .our-project .single-project.color3 {
  background: #f1d5ff;
}
.seo-theme .our-project .single-project.color4 {
  background: #aaf0ae;
}
.seo-theme .our-project .single-project.color5 {
  background: #fbe8b6;
}
.seo-theme .our-project .single-project.color6 {
  background: #1fd2bc;
}
.seo-theme .our-project .single-project.color7 {
  background: #e74b3b;
}
.seo-theme .our-project .single-project.color8 {
  background: #f6861c;
}
.seo-theme .our-project .single-project.color9 {
  background: #00be90;
}
.seo-theme .our-project .single-project.color10 {
  background: #e19e6e;
}
.seo-theme .our-project .single-project.color11 {
  background: #256490;
}
.seo-theme .our-project .single-project.color12 {
  background: #18b6db;
}
.seo-theme .our-project .single-project.color13 {
  background: #ec7666;
}
.seo-theme .our-project.project-v1 #mixitUp-item .single-project img,
.seo-theme .our-project.project-v2 #mixitUp-item .single-project img {
  box-shadow: none;
}
.seo-theme .our-project.project-v1 #mixitUp-item .single-project:hover img {
  opacity: 0.1;
}
.seo-theme .our-project.project-v1 #mixitUp-item .mix {
  width: 25%;
  float: left;
}
.seo-theme .our-project.project-v1 #mixitUp-item .single-project {
  padding: 0;
}
.seo-theme .our-project.project-v1 #mixitUp-item .single-project .hover p,
.seo-theme .our-project.project-v1 #mixitUp-item .single-project .hover h5 {
  color: #fff;
}
.seo-theme .our-project.project-v1 .mixitUp-menu,
.seo-theme .our-project.project-v2 .mixitUp-menu {
  margin-top: 0;
}
.seo-theme .our-project.project-v2 .row {
  margin: 0 -15px;
}
.seo-theme .our-project.project-v2 #mixitUp-item .single-project {
  margin-bottom: 30px;
}
.seo-theme .our-project.project-v2 .row .mix {
  width: 33.33333333%;
  padding: 0 15px;
}
.seo-theme .our-project.project-v2 {
  margin-bottom: 80px;
}
/* 用法用量 */
.usage h5,
.usage h6 {
  margin: 12px 0;
}
.usage table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
  width: 100%;
}
.usage td,
th {
  padding: 0;
}
.usage caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.usage td,
.usage th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}
.usage thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.usage td {
  background-color: transparent;
}
.usage td,
.usage th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
}

.usage tbody > tr:last-child > td {
  border-bottom-width: 0;
}

.usage_wrap {
  min-height: 800px;
}
.seo-theme .theme-inner-banner {
  background-image: url(../images/usage/bg.png);
}
.usage-tips {
  font-size: 12px;
  color: #999999;
}
