/* 独角兽落地页 */
.unicorn-promotion * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.unicorn-promotion {
  background-color: #fff;
  text-align: center;
}
.unicorn-promotion .layout {
  width: 63%;
  margin: 0 auto;
}
.unicorn-promotion .title {
  margin: 0 auto;
  width: 100%;
  height: 155px;
  background: #f3f4f9;
  line-height: 36px;
  text-align: left;
  padding: 46px 0 0 32px;
  font-size: 30px;
  font-weight: normal;
  color: #4d402e;
}
.unicorn-promotion .fr-con a {
  color: black;
  text-decoration: underline;
}
.unicorn-promotion .title-bottom {
  color: #d6ae7a;
}
.unicorn-promotion .video-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.unicorn-promotion .video-box video {
  width: 100%;
  opacity: 0;
}
.unicorn-promotion .video-box .msk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.unicorn-promotion .video-box .msk img {
  width: 100%;
}
.unicorn-promotion .video-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.unicorn-promotion .video-box .icon:before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 50%;
  background: radial-gradient(
    rgba(0, 0, 0, 0.25) 40%,
    rgba(255, 255, 255, 0.65) 70%,
    rgba(0, 0, 0, 0.25) 100%
  );
  box-shadow: 0 0 8px 4px rgb(136 136 136 / 35%), 0 0 6px 3px rgb(255 255 255);
  animation: fade 2.4s linear 0s infinite;
}
@keyframes fade {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.unicorn-promotion .video-box .icon .iconfont {
  font-size: 120px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.unicorn-promotion .content {
  margin: 48px auto 0;
  width: 100%;
  padding-left: 25%;
  position: relative;
}
.unicorn-promotion .fl-con {
  float: left;
  margin-left: -34%;
  width: 28%;
  height: 100%;
  font-size: 18px;
  color: #000;
  line-height: 36px;
  text-align: left;
}
.unicorn-promotion .bottom {
  position: absolute;
  left: 0;
  bottom: 215px;
  width: 23%;
  text-align: left;
  font-size: 18px;
  color: #000;
  line-height: 36px;
}
.unicorn-promotion .bottom .contact {
  margin-top: 15px;
}
.unicorn-promotion .bottom .contact span {
  color: #0018ff;
}
.unicorn-promotion .div-title {
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
  color: #000;
  text-align: left;
}
.unicorn-promotion .gradient-box {
  display: inline-block;
  width: 18px;
  height: 31px;
  margin: 0 40px 0 0;
  background: linear-gradient(180deg, #d6ae7a 0%, #ffffff 100%);
}
.unicorn-promotion .inline-title {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 34px;
  margin: 35px 0;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
}
.unicorn-promotion .fr-con {
  width: 100%;
}
.unicorn-promotion .fr-con p {
  margin: 0 auto 20px;
  font-size: 18px;
  color: #000;
  text-align: left;
  line-height: 36px;
}
.unicorn-promotion .fr-con .title-color {
  color: #946134;
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
}
.unicorn-promotion .fr-con .bottom-shadow {
  position: relative;
  width: 100%;
  height: 97px;
  margin-bottom: 40px;
  background: #f3f4f9;
  border: 1px solid #f0f0f2;
  box-shadow: 4px 3px 15px 1px rgba(51, 51, 51, 0.09);
  border-radius: 0px 0px 10px 10px;
  text-align: left;
  padding: 0px 34px 0 32px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  font-family: PingFang SC;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unicorn-promotion .fr-con .last-bottom {
  position: relative;
  width: 100%;
  height: 97px;
  margin-bottom: 215px;
  background: #f3f4f9;
  border: 1px solid #f0f0f2;
  box-shadow: 4px 3px 15px 1px rgba(51, 51, 51, 0.09);
  border-radius: 0px 0px 10px 10px;
}
.unicorn-promotion .fr-con .last-right-title {
  font-size: 28px;
  font-family: 784-fuchongqing;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}
.unicorn-promotion img {
  margin-bottom: 26px;
  width: 100%;
}
.unicorn-promotion img.no-bottom {
  margin-bottom: 0px;
  width: 100%;
}
.unicorn-promotion img.shadow {
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
}
.unicorn-promotion .fr-con .title-last-bottom {
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}
.unicorn-promotion .swiper-container {
  width: 100%;
  height: 100%;
}
.unicorn-promotion .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.unicorn-promotion .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 500px;
}
.unicorn-promotion .swiper-wrapper .swiper-slide span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.unicorn-promotion .swiper-slide {
  background-position: center;
  background-size: cover;
}
