form .input-group{
    position: relative;
}
form .input-group em{
    font-style: inherit;
    color: #ff3636;
    font-size: 14px;
    position: absolute;
  	bottom: -24px;
    left: 20px;
    right: 0;
}
.cont {
  width: 100%;
  overflow: hidden;
}
.cont .title {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.cont .title .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cont .title p {
  font-family: 'Bank';
  color: #634f44;
  display: block;
  text-align: center;
  line-height: 1;
}
.cont .title p::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #bc9480;
  margin: 18px auto 10px;
}
.cont .title span {
  color: #231815;
  display: block;
  text-align: center;
}
.cont .title .bg {
  width: 13.9%;
}
.cont .page1 {
  padding: 6% 0 10%;
  background: url('https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/a0875410-a272-4dfb-a4eb-0370db03b820.jpg?d=1719482302071') center bottom;
  background-size: cover;
}
.cont .page1 .item_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6%;
  padding-bottom: 5%;
}
.cont .page1 .item_box .img {
  width: 50%;
  position: relative;
}
.cont .page1 .item_box .img .pic {
  overflow: hidden;
}
.cont .page1 .item_box .img img {
  transition: all 0.5s;
}
.cont .page1 .item_box .img:hover img {
  transform: scale(1.05);
}
.cont .page1 .item_box .img img {
  position: relative;
  z-index: 2;
}
.cont .page1 .item_box .img::after {
  content: '';
  display: block;
  width: 20%;
  padding-top: 20%;
  background: #bc9480;
  position: absolute;
  right: -7%;
  bottom: -12%;
}
.cont .page1 .item_box .txt {
  width: 45%;
  margin-bottom: 6%;
}
.cont .page1 .item_box .txt p {
  color: #231815;
  display: block;
  width: 100%;
  letter-spacing: 0.1em;
}
.cont .page1 .item_box .txt p::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #bc9480;
  margin: 2% 0;
}
.cont .page1 .item_box .txt span {
  display: block;
  color: #231815;
  line-height: 2.2;
}
.cont .page2 {
  padding: 6% 0 3%;
  background: url('https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/f5b33989-83b2-4f20-b099-4a418d45bca2.jpg?d=1719482331998') center bottom;
  background-size: cover;
}
.cont .page2 .title p {
  color: #fff;
}
.cont .page2 .title p::after {
  background: #fff;
}
.cont .page2 .title span {
  color: #fff;
}
.cont .page2 .title .bg {
  width: 9.9%;
  opacity: 0.2;
}
.cont .page2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.cont .page2 ul li {
  width: 32.83%;
  margin-right: 0.75%;
  padding: 0px 25px 30px;
  background: #fff;
  margin-bottom: 90px;
}
.cont .page2 ul li .item-qr{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50px;
    right: 38px;
}
.cont .page2 ul li .item-qr .img{
    width: 100%;
    background: #efe7e3;
    border-radius: 100%;
}
.cont .page2 ul li .item-qr .qr{
    position: absolute;
	bottom: 50%;
    left: 50%;
    width: 110px;
    transform: translateX(-50%);
  	opacity: 0;
  transition: all .3s;
}
.cont .page2 ul li .item-qr .qr .pic{
	background: #fff;
    border-radius: 20px;
      overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.cont .page2 ul li .item-qr .qr::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
.cont .page2 ul li .item-qr:hover .qr{
bottom: 123%;
  opacity: 1;
}
.cont .page2 ul li:nth-child(3n) {
  margin-right: 0;
}
.cont .page2 ul li .ic {
  margin: -60px auto 0;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 120px;
  box-shadow: 0 20px 30px rgba(191, 178, 172, 0.2);
}
.cont .page2 ul li .ic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  transform: translate(-50%, -50%);
}
.cont .page2 ul li p {
  display: block;
  text-align: center;
  color: #bc9480;
  margin-top: 20px;
}
.cont .page2 ul li i{
  display: block;
  text-align: center;
  color: #bc9480;
}
.cont .page2 ul li .line {
  width: 100%;
  height: 1px;
  background: #e9e7e7;
  position: relative;
  margin: 15px 0;
}
.cont .page2 ul li .line::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #bc9480;
  transform: translate(-50%, -50%);
}
.cont .page2 ul li span {
  width: 100%;
  text-align: center;
  color: #999;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.75;
  height: 3.5em;
}
.cont .page2 ul li:hover .ic img {
  transform: translate(-50%, -50%) scale(1.2);
}

.cont .page7 {
  padding: 5% 0 10%;
  background: url('https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/1d686962-661e-43c0-a109-3bb87f46b00f.jpg?d=1698997817766') center center no-repeat;
  background-size: cover;
}
.cont .page7 .title .text p,
.cont .page7 .title .text span {
  color: #fff;
}
.cont .page7 .title .text p::after {
  background: #fff;
}
.cont .page7 .title .bg {
  opacity: 0.2;
}
.cont .page7 form {
  width: 100%;
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont .page7 form .input-group {
  width: 32%;
  border-radius: 100px;
  border: 1px solid rgba(188, 148, 128, 0.4);
  padding: 8px 30px;
  background: rgba(35, 24, 21, 0.4);
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cont .page7 form .input-group svg {
  width: 20px;
  height: 20px;
  margin: 0!important;
}
.cont .page7 form .input-group input {
  width: calc(100% - 20px);
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
}
.cont .page7 form .input-group input:focus {
  outline: none;
  box-shadow: none;
}
.cont .page7 form .input-group input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.cont .page7 form .input-group:hover {
  background: #bc9480;
}
.cont .page7 form .textarea-group {
  margin-top: 2%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(188, 148, 128, 0.4);
  padding: 8px 30px;
  background: rgba(35, 24, 21, 0.4);
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.cont .page7 form .textarea-group:hover {
  background: #bc9480;
}
.cont .page7 form .textarea-group svg {
  width: 20px;
  height: 20px;
  margin: 0!important;
  margin-top: 5px!important;
}
.cont .page7 form .textarea-group textarea {
  width: calc(100% - 30px);
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  height: 16em;
}
.cont .page7 form .textarea-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.cont .page7 form .submit {
  cursor: pointer;
  width: 200px;
  border-radius: 100px;
  background: #bc9480;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 3% auto 0;
  transition: all 0.3s;
}
.cont .page7 form .submit:hover {
  background: rgba(188, 148, 128, 0.8);
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page2 ul li .ic {
    width: 100px;
    height: 100px;
    margin: -50px auto 0;
  }
  .cont .page2 ul li .ic img {
    width: 45px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 .item_box {
    flex-wrap: wrap;
  }
  .cont .page1 .item_box .img {
    width: 100%;
  }
  .cont .page1 .item_box .img::after {
    display: none;
  }
  .cont .page1 .item_box .txt {
    width: 100%;
    margin-top: 25px;
  }
  .cont .title .bg {
    width: 30.16%;
  }
  .cont .page2 .title .bg {
    width: 30.16%;
  }
  .cont .page2 ul {
    justify-content: space-between;
    margin-top: 50px;
  }
  .cont .page2 ul li {
    width: 49%;
    margin-right: 0!important;
    padding: 0 10px 10px;
    margin-bottom: 50px;
  }
  .cont .page2 ul li p {
    margin-top: 10px;
  }
  .cont .page2 ul li span {
    display: block;
    height: auto;
    line-height: 1.5;
  }
  .cont .page2 ul li .ic {
    width: 60px;
    height: 60px;
    margin: -30px auto 0;
  }
  .cont .page2 ul li .ic img {
    width: 30px;
  }
  .cont .page2 {
    padding: 40px 0 0;
  }
  
  .cont .page7 form .input-group {
    width: 100%;
    margin-bottom: 15px;
    padding: 3px 30px;
  }
  .cont .page7 form .textarea-group {
    margin-top: 0;
  }
  
  .cont .page2 ul li .item-qr{
    width: 30px;
    height: 30px;
      top: 20px;
    right: 10px;
    z-index: 10;
  }
  .cont .page2 ul li .item-qr .qr{
      width: 80px;
        transform: translateX(0%);
        left: auto;
    right: -10px;
  }
  .cont .page2 ul li .item-qr .qr .pic{
  border-radius: 10px;
  }
  .cont .page2 ul li .item-qr .qr::before{
  transform: translateX(0%);
        left: auto;
            right: 20px;
  }
}
/*# sourceMappingURL=./BusinessModel.css.map */