input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

body {
  background-color: #fff;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#comHead {
  height: initial;
}

.commonDiv > .title {
  font-size: 1.125rem;
  color: #121212;
  text-align: center;
  margin-top: 1.875rem;
}

.concatDiv {
  padding: 0.8rem;
  margin: 0 auto;
  background: url(/images/56.png) center top no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.concatDiv input {
  border: none;
  outline: none;
}

.concatDiv .site1 {
  width: 100%;
  margin-bottom: 0.4rem;
}

.concatDiv .site1 textarea {
  width: 100%;
  font-size: .7rem;
  height: 1.875rem;
  line-height: 1.875rem;
  padding-left: .625rem;
  background: #fff;
  border-radius: .25rem;
  outline: none;
  resize: none;
  border: none;
}

.concatDiv .site2 {
  width: 25%;
  margin-right: 5%;
}

.concatDiv .site2 input {
  width: 100% !important;
  display: block;
  background: #fff;
  border-radius: .25rem;
  text-align: center;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: .5rem;
  width: 5rem;
  outline: none;
}

.concatDiv .site3 {
  width: 35%;
  margin-right: 5%;
}

.concatDiv .site3 input {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: .25rem;
  text-align: center;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: .5rem;
  outline: none;
}

.concatDiv .site4 {
  width: 30%;
}

.concatDiv .site4 .btn {
  width: 100%;
  user-select: none;
  cursor: pointer;
  display: block;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: .25rem;
  text-align: center;
  font-size: .5rem;
  font-weight: bold;
  color: #572109;
  background-image: linear-gradient(to right, #ffdf5d, #ffe785);
}

.navSwiper img {
  width: 100%;
}

.navSwiper .swiperPoints {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .625rem;
  margin: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.navSwiper .swiperPoints .item {
  width: .9375rem;
  background-color: #fff;
  height: .125rem;
  margin-right: .3125rem;
}

.navSwiper .swiperPoints .item .bar {
  background-color: #333;
  width: 0 !important;
  height: 100%;
}

.navSwiper .swiperPoints .item:last-child {
  margin-right: 0;
}

.navSwiper .swiperPoints .active .bar {
  transition: all 0.4s;
  width: 100% !important;
}

.area1 {
  padding-bottom: 1.25rem;
}

.area1 .laybom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .625rem;
}

.area1 .laybom .item {
  display: block;
  padding: 0 0.4rem;
  white-space: nowrap;
  height: 1.1875rem;
  line-height: 1.1875rem;
  text-align: center;
  font-size: .5rem;
  color: #555555;
  border-radius: .125rem;
  border: .0313rem solid #cbd7f3;
  margin-right: .625rem;
}

.area1 .laybom .item:last-child {
  margin-right: 0;
}

.area1 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 1.25rem;
  width: 100%;
}

.area1 .list .item {
  padding: 0 0.75rem .75rem;
  width: 10rem;
  border-radius: .1875rem;
  border: .0313rem solid #dddfe8;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: .2s all;
}

.area1 .list .item .item1 {
  display: block;
  height: 1.1875rem;
  width: 1.4063rem;
  overflow: hidden;
  background-image: url(/images/55.png);
  background-size: 15.8438rem;
  background-position: 0 0;
  margin: .875rem 0 .625rem;
}

.area1 .list .item .item2 {
  display: block;
  font-size: .6875rem;
  color: #121212;
}

.area1 .list .item .item3 {
  display: block;
  font-size: .5rem;
  color: #333333;
  line-height: .8125rem;
  padding: .625rem 0;
}

.area1 .list .item .item4 {
  font-size: .4375rem;
  color: #666666;
}

.area1 .list .item:nth-of-type(2) .item1 {
  background-position: -1.5rem 0;
}

.area1 .list .item:nth-of-type(3) .item1 {
  background-position: -3.3438rem 0;
}

.area1 .list .item:nth-of-type(4) .item1 {
  background-position: -5rem 0;
  width: 1.25rem;
}

.area1 .list .item:nth-of-type(5) .item1 {
  background-position: -6.375rem 0;
}

.area1 .list .item:nth-of-type(6) .item1 {
  background-position: -8rem 0;
}

.area1 .list .item:hover {
  border: .0313rem solid #ff5252;
}

.area1 .list .item:nth-of-type(3n) {
  margin-right: 0;
}

.area2 {
  padding: 1.875rem 0 0.875rem;
}

.area2 .title {
  font-size: 1.125rem;
  color: #121212;
}

.area2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5625rem;
}

.area2 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 10rem;
  margin-bottom: 1rem;
}

.area2 .list .item .item1 {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto .625rem;
  background-image: url(/images/58.png);
  background-size: 15.8438rem;
  background-position: 0 -1.4375rem;
}

.area2 .list .item .item2 {
  font-size: .6875rem;
  color: #121212;
}

.area2 .list .item .item3 {
  display: block;
  font-size: .5rem;
  color: #ff6600;
  font-weight: bold;
  border-radius: .125rem;
  border: .0313rem solid #ff8900;
  height: .9375rem;
  padding: 0 0.2rem;
  line-height: .9375rem;
  text-align: center;
  margin: .5625rem auto .625rem;
}

.area2 .list .item .item4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .4375rem;
  color: #555;
  line-height: .8125rem;
}

.area2 .list .item:nth-of-type(2) .item1 {
  background-position: -4.0313rem -1.4375rem;
}

.area2 .list .item:nth-of-type(3) .item1 {
  background-position: -8.0625rem -1.4375rem;
}

.area2 .list .item:nth-of-type(4) .item1 {
  background-position: -12.0938rem -1.4375rem;
}

.area2 .list .item:nth-of-type(4n) {
  margin-right: 0;
}

.area2 .customization {
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: .5rem;
  color: #fff;
  font-weight: bold;
  width: 6.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: .1875rem;
  background-image: linear-gradient(to right, #ff8000, #ffa906);
  margin: 1.5625rem auto 0;
}

.butt {
  padding-bottom: 1.875rem;
}

.butt .area3 .list {
  background: url(/images/57.png) center top no-repeat;
  margin: 0 auto;
  height: 5.625rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5625rem;
}

.butt .area3 .list .item {
  width: 4.375rem;
  text-align: center;
  font-size: .5625rem;
  color: #ff3c3c;
  padding-top: 3.375rem;
}

.butt .area4 .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 1.5625rem;
}

.butt .area4 .list .item {
  width: 10rem;
  padding-bottom: 1rem;
  background: #f8f8fe;
  box-shadow: 0 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  margin-bottom: .9375rem;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  margin-right: 1rem;
}

.butt .area4 .list .item .item1 i {
  display: block;
  height: .875rem;
  width: 1rem;
  overflow: hidden;
  background-image: url(/images/58.png);
  background-size: 15.8438rem;
  background-position: 0 -5.75rem;
  margin: .6875rem 0 .4375rem;
}

.butt .area4 .list .item .item2 {
  display: block;
  font-size: .5625rem;
  color: #121212;
  padding-bottom: .625rem;
}

.butt .area4 .list .item .item3 {
  font-size: .4375rem;
  color: #555;
}

.butt .area4 .list .item:nth-of-type(2) .item1 i {
  background-position: -1.0313rem -5.75rem;
}

.butt .area4 .list .item:nth-of-type(3) .item1 i {
  background-position: -2.25rem -5.75rem;
}

.butt .area4 .list .item:nth-of-type(4) .item1 i {
  background-position: -3.2813rem -5.75rem;
}

.butt .area4 .list .item:nth-of-type(5) .item1 i {
  background-position: -4.4375rem -5.75rem;
}

.butt .area4 .list .item:nth-of-type(6) .item1 i {
  background-position: -5.5313rem -5.75rem;
}

.butt .area4 .list .item:nth-of-type(7) .item1 i {
  background-position: -6.8125rem -5.75rem;
}

.butt .area4 .list .item:nth-of-type(8) .item1 i {
  background-position: -7.9688rem -5.75rem;
}

.butt .area4 .list .item:nth-of-type(2n) {
  margin-right: 0;
}

.butt .customization {
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: .5rem;
  color: #fff;
  font-weight: bold;
  width: 6.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: .1875rem;
  background-image: linear-gradient(to right, #ff8000, #ffa906);
  margin: 1.5625rem auto 0;
}

.client {
  padding-top: .0313rem;
  padding-bottom: 1.875rem;
}

.client .list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5625rem;
}

.client .list .item {
  font-size: .4375rem;
  color: #333333;
  text-align: center;
  width: 10rem;
  border: 1px solid #faf8fe;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  margin-right: 1rem;
}

.client .list .item .item1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client .list .item .item1 img {
  width: 100%;
}

.client .list .item .item2 {
  margin-top: .5125rem;
}

.client .list .item:nth-of-type(2n) {
  margin-right: 0;
}

.submitBox {
  background: url(/images/55.jpg) center top no-repeat;
  height: 6.25rem;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submitBox .concatDiv {
  background-image: none;
}

.submitBox .concatDiv .site4 .btn {
  user-select: none;
  cursor: pointer;
  color: #fff;
  background-image: linear-gradient(to right, #ff8200, #ffa806);
}
