﻿﻿﻿#app {
  width: 100%;
  height: 100%;
  background-color: #f5f7fa;
  display: flex;
  flex-direction: column;
}

/**移动端为主*/

.swipe,
.swipe .van-swipe {
  width: 100%;
  height: auto;
}

.swipe .swipe-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-indicators {
  position: absolute;
  right: 25px;
  bottom: 15px;
  display: flex;
  align-items: center;
}

.custom-indicators .indicator {
  width: 12px;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  margin-right: 4px;
}

.custom-indicators .indicator--active {
  width: 24px;
  background-color: #d71414;
}

.model {
  flex: 1;
  /* background: #fffdf4; */
  background: linear-gradient(180deg, rgba(255, 249, 238, 0) 0%, #e3d2bf 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  padding-top: 25px;
  position: relative;
}

.model .about {
  width: 100%;
  box-shadow: 0px 1px 50px 1px rgba(108, 69, 0, 0.12);
  backdrop-filter: blur(4px) saturate(143%);
  -webkit-backdrop-filter: blur(4px) saturate(143%);
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 8px 18px 12px 20px;
  margin-top: -24px;
  margin-bottom: 20px;
}

.about .first {
  font-weight: 800;
  font-size: 15px;
  color: #333333;
}

.about .first span {
  color: #d71414;
}

.about .second {
  margin-top: 12px;
  font-size: 14px;
  color: #333333;
}

.about .thirdly {
  margin-top: 12px;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}

.about .thirdly span {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.model .title {
  font-weight: 800;
  /* font-size: 12px; */
  color: #333333;
  position: relative;
}

.model .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -21px;
  width: 13px;
  height: 21px;
  background: url("../image/title.svg")
    no-repeat center;
  background-size: 100% 100%;
}

.model .title::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  transform: translateY(-50%);
  right: -21px;
  width: 13px;
  height: 21px;
  background: url("../image/title.svg")
    no-repeat center;
  background-size: 100% 100%;
  transform: rotateY(180deg);
}

.crv-video {
  margin-top: 23px;
  width: 100%;
  border-radius: 24px;
  border: 2px solid #c5a470;
  padding: 2px;
  position: relative;
}

.crv-video video {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.figure .figure-box {
  margin-top: 29px;
  width: 46%;
  display: flex;
  flex-direction: column;
}

.figure-box img {
  width: 100%;
}

.figure-box .items {
  padding: 0 8px;
}

.items .card {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d1baa0;
  border-radius: 10px;
}

.card p {
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  background: #aa886f;
  border-radius: 5px;
}

.card .icons {
  /* height: 54px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons img {
  width: 27px;
  height: 27px;
  margin: 14px 0;
  margin-left: 10px;
}

.icons img:first-child {
  margin-left: 0px;
}

.bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../image/bottom_bg.png")
    no-repeat center;
  background-color: #fffdf4;
  background-size: 100% 100%;
  padding: 0 22px;
  padding-top: 34px;
  padding-bottom: 47px;
}

.bottom-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom .title {
  font-weight: 800;
  font-size: 14px;
  color: #2f1506;
}

.bottom .relation-form {
  margin-top: 23px;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.relation-form .label {
  font-weight: bold;
  font-size: 12px;
  color: #2f1506;
}

.form-box {
  width: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-box input {
  width: calc(100% - 20px);
  margin-top: 14px;
  /* width: 250px; */
  height: 32px;
  background: #f7e7d8;
  border-radius: 5px;
  border: 0;
  text-indent: 20px;
}

.submit {
  margin-top: 17px;
}

.submit button {
  width: 122px;
  height: 37px;
  color: #ffffff;
  background: #d71414;
  border-radius: 10px;
  border: 0;
}

.qr-code {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.qr-code .code-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-code .code-item:first-child {
  margin-right: 30px;
}

.code-item img {
  width: 104px;
  height: 104px;
}

.code-item p {
  margin-top: 9px;
  font-weight: bold;
  font-size: 12px;
  color: #2f1506;
}

footer {
  padding-top: 14px;
  padding-bottom: 18px;
  width: 100%;
  background: #24262b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #9f9f9f;
}

footer a {
  font-size: 12px;
  color: #9f9f9f;
}

.about-footer {
  width: 100%;
  padding: 0 24px;
}

.about-footer h1,
.about-footer .text {
  font-size: 14px;
  color: #d5d5d5;
}

.about-footer .text {
  font-size: 13px;
  line-height: 26px;
}

.about-footer .icp {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  line-height: 24px;
}

.icp .address {
  display: block;
  font-size: 12px;
}

.icp-last {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.icp .wangan {
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #9f9f9f;
}

.wangan img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
