/** 特色描述 start **/
.home-feature {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
.home-feature .home-feature-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home-feature .home-feature-content .home-feature-item {
  width: 385px;
  display: flex;
}
.home-feature .home-feature-content .home-feature-item .home-feature-item-icon {
  width: 60px;
  height: 60px;
  padding: 18px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(136, 136, 136, 0.15);
}
.home-feature .home-feature-content .home-feature-item .home-feature-item-icon .miz-icon {
  width: 24px;
  height: 24px;
}
.home-feature .home-feature-content .home-feature-item .home-feature-item-text {
  margin-left: 30px;
  flex: 1;
}
.home-feature .home-feature-content .home-feature-item .home-feature-item-text .feature-title {
  color: #2a2a2a;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 16px;
}
.home-feature .home-feature-content .home-feature-item .home-feature-item-text .feature-des {
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}
/** 特色描述 end **/
/** 产品列表 start **/
.products {
  padding: 80px 0 0;
  margin-bottom: -20px;
}
.products .miz-overlay-title {
  margin-bottom: 70px;
}
.products .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px 40px;
}
.products .product-list .product-item {
  flex: 1;
  border-radius: 9px;
  overflow: hidden;
  margin: 0 20px;
}
.products .product-list .product-item .product-preview {
  width: 100%;
  height: 288px;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.products .product-list .product-item .product-preview img {
  width: 100%;
  transition: transform 0.3s;
  height: 100%;
  object-fit: cover;
}
.products .product-list .product-item .product-preview .preview-icon {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.products .product-list .product-item .product-preview .preview-icon .iconfont {
  font-size: 24px;
}
.products .product-list .product-item .product-info {
  padding: 16px 20px;
}
.products .product-list .product-item .product-info .product-info-title {
  color: #2a2a2a;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.products .product-list .product-item .product-info .product-info-des {
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  white-space: pre-line;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.products .product-list .product-item:hover .product-preview img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transform: scale(1.1);
}
/** 产品列表 end **/
/** 企业VIP end **/
.business {
  width: 100%;
  background: url(../image/bann.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.business .miz-overlay-title {
  margin-bottom: 70px;
}
.business .miz-overlay-title .title-back {
  color: #fafafa;
}
.business .business-legal-right {
  margin: 0 auto;
  width: 1260px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business .business-legal-right .business-legal-right-item {
  width: 600px;
  height: 250px;
  padding-top: 25px;
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
.business .business-legal-right .business-legal-right-item .legal-right-preview {
  width: 260px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 5%;
}
.business .business-legal-right .business-legal-right-item .legal-right-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business .business-legal-right .business-legal-right-item .legal-right-text {
  flex: 1;
  margin-left: 30px;
  padding-top: 45px;
  padding-right: 30px;
  z-index: 1;
}
.business .business-legal-right .business-legal-right-item .legal-right-text .legal-right-title {
  color: #2a2a2a;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.business .business-legal-right .business-legal-right-item .legal-right-text .legal-right-des {
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.business .business-legal-right .business-legal-right-item .legal-right-background {
  width: 446px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 9px;
  z-index: 0;
}
.business .business-legal-right .business-legal-right-item .legal-right-background.orange {
  background: linear-gradient(180deg, #fffaf5 0%, rgb(255 250 245 / 76%) 100%);
}
.business .business-legal-right .business-legal-right-item .legal-right-background.blue {
  background: linear-gradient(180deg, #fffaf5 0%, rgb(255 250 245 / 76%) 100%);
}
.business .business-legal-right .business-legal-right-item .legal-right-background.purple {
  background: linear-gradient(180deg, #fffaf5 0%, rgb(255 250 245 / 76%) 100%);
}
.business .business-legal-right .business-legal-right-item .legal-right-background.pink {
  border-radius: 9px;
  background: linear-gradient(180deg, #fffaf5 0%, rgb(255 250 245 / 76%) 100%);
}
.business .business-join {
  text-align: center;
  margin-top: -20px;
}
.business .business-join .miz-btn {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
}
/** 企业VIP end **/
/** 企业合作 end **/
.business-cooperate {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fafafa;
}
.business-cooperate .cooperate-title {
  color: #2a2a2a;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 50px;
}
.business-cooperate .cooperate-logos {
  height: 270px;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.business-cooperate .cooperate-logos img {
  height: 100%;
}
.business-cooperate .cooperate-logos .cooperate-logos-right-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background: linear-gradient(270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
.business-cooperate .cooperate-logos .cooperate-logos-left-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  background: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
/** 企业合作 end **/
/** 在线设计 start**/
.online-design {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.online-design .miz-overlay-title {
  margin-bottom: 70px;
}
.online-design .miz-overlay-title .title-back {
  color: #fafafa;
}
.online-design .online-design-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.online-design .online-design-content .online-design-preview {
  width: 556px;
}
.online-design .online-design-content .online-design-preview img {
  width: 100%;
}
.online-design .online-design-content .online-design-info {
  margin-left: 104px;
}
.online-design .online-design-content .online-design-info .online-design-info-item {
  width: 440px;
  display: flex;
  padding: 8px 8px 0 0;
  margin-bottom: 30px;
}
.online-design .online-design-content .online-design-info .online-design-info-item .item-icon {
  width: 60px;
  height: 60px;
  padding: 18px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(136, 136, 136, 0.15);
}
.online-design .online-design-content .online-design-info .online-design-info-item .item-icon .miz-icon {
  width: 24px;
  height: 24px;
}
.online-design .online-design-content .online-design-info .online-design-info-item .item-text {
  margin-left: 30px;
  flex: 1;
}
.online-design .online-design-content .online-design-info .online-design-info-item .item-text .title {
  color: #2a2a2a;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0;
}
.online-design .online-design-content .online-design-info .online-design-info-item .item-text .des {
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.online-design .online-design-experience {
  margin-top: 30px;
  text-align: center;
}
.online-design .online-design-experience .miz-btn {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
}
/** 在线设计 end **/
/** 热门搜索 start **/
.hot-search {
  padding-top: 80px;
  padding-bottom: 40px;
  background: #fafafa;
}
.hot-search .miz-overlay-title {
  margin-bottom: 40px;
}
.hot-search .hot-search-list {
  width: 100%;
  padding: 40px 0 20px;
  overflow: hidden;
  position: relative;
}
.hot-search .hot-search-list .templates {
  display: inline-flex;
  white-space: nowrap;
  transform: translateX(-50%);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 100s;
  font-size: 0;
  margin-bottom: 20px;
}
.hot-search .hot-search-list .templates a {
  margin-right: 20px;
  display: inline-block;
  transition-duration: 0.3s;
}
.hot-search .hot-search-list .templates a:hover {
  transform: translateY(-6px);
}
.hot-search .hot-search-list .templates a:hover img {
  filter: drop-shadow(rgba(136, 136, 136, 0.35) 0px 0px 20px);
}
.hot-search .hot-search-list .templates a:last-child {
  margin-left: 0;
}
.hot-search .hot-search-list .templates a img {
  width: auto;
  height: 268px;
  border-radius: 9px;
}
.hot-search .hot-search-list .templates.left {
  animation-name: scroll-left-infinite;
}
.hot-search .hot-search-list .templates.right {
  animation-name: scroll-right-infinite;
}
.hot-search .hot-search-list .scroll-left-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
.hot-search .hot-search-list .scroll-right-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
/** 循环滚动 **/
@keyframes scroll-right-infinite {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll-left-infinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/** 热门搜索 end **/
