﻿body {
  background-color: #f5f5f5;
}
.banner {
  position: relative;
}
.banner .bg {
  width: 100%;
}
.banner .btnBox {
  position: absolute;
  bottom: 27%;
  text-align: center;
  width: 100%;
}
.banner .btnBox .btn {
  font-size: 24px;
  font-weight: bold;
  margin: 0 20px;
  color: white;
  background-image: url(/Content/imgs/shopmm/btnBg.png);
  background-repeat: no-repeat;
  padding: 22px 55px;
  display: inline-block;
}
.category {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.category > .th {
  font-size: 30px;
  font-weight: bold;
  color: #040303;
}
.category > .txt {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #888888;
}
.category > ul {
  width: 100%;
  margin-top: 20px;
}
.category > ul li {
  float: left;
  height: 120px;
  box-sizing: border-box;
  width: 11.11%;
  color: #5b5b5b;
  position: relative;
}
.category > ul li > img {
  margin: auto;
  position: absolute;
  top: -35px;
  bottom: 0;
  left: 0;
  right: 0;
}
.category > ul li:hover {
  background-color: #f8efdc;
  border-radius: 12px;
}
.category > ul li > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: auto;
}
.questionOne {
  background-color: #1d1919;
  padding-top: 90px;
  text-align: center;
}
.questionOne .layui-main > .th {
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.questionOne .layui-main > .txt {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #888888;
}
.questionOne .layui-main > ul {
  width: 100%;
  position: relative;
  bottom: -60px;
}
.questionOne .layui-main > ul .item {
  float: left;
  width: 23.47%;
  height: 350px;
  text-align: left;
  background-color: #d3b16a;
  padding: 0 30px;
  box-sizing: border-box;
  color: white;
  position: relative;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.questionOne .layui-main > ul .item:hover {
  margin-top: -35px;
}
.questionOne .layui-main > ul .item:not(:last-of-type) {
  margin-right: 25px;
}
.questionOne .layui-main > ul .item > img {
  position: absolute;
  left: 45px;
  top: 0;
  bottom: 110px;
  margin: auto;
}
.questionOne .layui-main > ul .item > .th {
  font-size: 20px;
  margin-top: 165px;
  opacity: 0.9;
  margin-bottom: 20px;
}
.questionOne .layui-main > ul .item .text {
  opacity: 0.9;
  line-height: 180%;
}
.questionTwo {
  padding-top: 180px;
  text-align: center;
}
.questionTwo .layui-main > .th {
  font-size: 30px;
  font-weight: bold;
  color: #040303;
}
.questionTwo .layui-main > .txt {
  margin-top: 10px;
  margin-bottom: 115px;
  color: #888888;
}
.formData {
  padding-top: 140px;
  text-align: center;
}
.formData .layui-main > .th {
  font-size: 30px;
  font-weight: bold;
  color: #040303;
}
.formData .layui-main > .txt {
  margin-top: 10px;
  margin-bottom: 55px;
  color: #888888;
}
.formData .layui-main .layui-form-item {
  float: left;
  width: 49%;
  clear: none;
}
.formData .layui-main .layui-form-item:nth-child(2n+1) {
  margin-right: 24px;
}
.formData .layui-main .layui-form-item .layui-input {
  height: 45px;
  line-height: 45px;
}
.formData .layui-main .demandBox {
  width: 100%;
}
.formData .layui-main .demandBox .demand {
  width: 100%;
}
.formData .layui-main .btnData {
  width: 255px;
  background-color: #1a1b1f;
  font-size: 16px;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 85px;
}