.wedding-wrap {
  width: 100%;
  height: auto;
  position: relative;
  min-width: 992px;
}
.wedding-wrap div,
.wedding-wrap p,
.wedding-wrap ul,
.wedding-wrap li,
.wedding-wrap span {
  box-sizing: border-box;
}
html,
body {
  background: #fff;
  height: initial;
  min-width: 992px;
}
.inner-wrap {
  width: 1200px;
  margin: 0 auto;
}
.title-box {
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.title-box .line {
  width: 26px;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 98, 136, 0.3) 0%, #ff3350 100%);
  border-radius: 4px;
}
.title-box .line:last-child {
  background: linear-gradient(270deg, rgba(255, 98, 136, 0.3) 0%, #ff3350 100%);
}
.title-box .gray {
  background: #f5f5f5;
}
.title-box .title {
  height: 42px;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 42px;
  margin: 0 20px;
}
.top {
  overflow: hidden;
  width: 100%;
  height: 462px;
  position: relative;
  background: url('/fe/www/img/wedding/topbac.png') no-repeat;
  background-position: center;
}
.top .top-btn {
  width: 192px;
  height: 75px;
  border-radius: 44px;
  position: relative;
  top: 139px;
  cursor: pointer;
}
.know-wrap {
  width: 100%;
  background: #fff;
  padding: 80px 0 80px 0;
}
.know .know-container {
  margin-top: 60px;
  width: 100%;
  margin-bottom: 144px;
}
.know .know-container .know-item {
  width: 285px;
  height: 198px;
}
.know .know-container .know-item .item-info {
  width: 253px;
  height: 110px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(255, 51, 80, 0.18);
  position: relative;
  left: 16px;
  top: -40px;
}
.know .know-container .know-item .item-info .name {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  margin-bottom: 10px;
}
.know .know-container .know-item .item-info .desc {
  font-size: 16px;
  color: #666;
  line-height: 20px;
}
.know .btn-create {
  width: 238px;
  height: 60px;
  background: linear-gradient(180deg, #ff6288 0%, #ff3350 100%);
  border-radius: 36px;
  cursor: pointer;
  font-size: 26px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 60px;
}
.process-wrap {
  width: 100%;
  background: #fffbfc url('./images/process-bg.png') center center no-repeat;
  padding: 80px 0 80px 0;
}
.process .step {
  display: block;
  margin: 60px auto 0;
}
.process .process-container {
  width: 100%;
  gap: 50px;
  margin-top: 20px;
}
.process .process-container .process-item {
  width: 285px;
  height: 256px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(255, 51, 80, 0.12);
  border-radius: 12px;
  padding: 30px 14px;
}
.process .process-container .process-item .process-name {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
.process .process-container .process-item .process-desc {
  font-size: 16px;
  color: #999;
  line-height: 20px;
  text-align: center;
}
.process .process-container .process-item .process-desc:first-child {
  margin-bottom: 10px;
}
.process .btn-create {
  width: 238px;
  height: 60px;
  background: linear-gradient(180deg, #ff6288 0%, #ff3350 100%);
  border-radius: 36px;
  margin: 60px auto 0;
  line-height: 60px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
}
.functions-wrap {
  width: 100%;
  padding: 80px 0 80px 0;
}
.functions .functions-container {
  margin-top: 30px;
}
.functions .functions-container .functions-item {
  width: 224px;
  height: 180px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(255, 51, 80, 0.18);
  margin-top: 30px;
}
.functions .functions-container .functions-item .img-box .img-ani {
  display: none;
}
.functions .functions-container .functions-item .img-box:hover .img-static {
  display: none;
}
.functions .functions-container .functions-item .img-box:hover .img-ani {
  display: inline;
}
.functions .functions-container .functions-item .functions-name {
  font-size: 18px;
  color: #333;
  line-height: 42px;
  text-align: center;
}
.show-wrap {
  width: 100%;
  background: #fffbfc url('./images/process-bg.png') center center no-repeat;
  padding: 80px 0 80px 0;
}
.show .show-container {
  margin-top: 30px;
}
.show .show-container .item-img {
  margin-top: 30px;
}
