.resource-recommend {
  padding: 80px 0 120px 0;
  background: #f7f9fc;
}
.resource-recommend-moduleTitle {
  color: #1a1b20;
  font-size: 32px;
  letter-spacing: 0.53px;
  text-align: center;
}
.resource-recommend-container {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
  width: 1184px;
  margin: auto;
}
.resource-recommend-download {
  width: 584px;
  margin-right: 16px;
  background-color: #fff;
  border: 1px solid #eceff2;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.resource-recommend-download-item {
  display: flex;
  justify-content: space-between;
  width: 584px;
  height: 24px;
  margin-top: 16px;
  cursor: pointer;
}
.resource-recommend-download-item #btn {
  width: 48px;
  height: 24px;
  margin-right: 24px;
  color: #0daade;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.12px;
  text-align: center;
  background: none;
  border: 1px solid #0daade;
  outline: none;
}
.resource-recommend-download-item .item-title {
  width: 422px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resource-recommend-download-item .item-title:hover {
  color: #487AFF;
}
.resource-recommend-download-item .item-title span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 16px 3px 24px;
  background: #b3b5bd;
}
.resource-recommend-news {
  width: 584px;
  background-color: #fff;
  border: 1px solid #eceff2;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.resource-recommend-news-date {
  margin-right: 24px;
  color: #9ca1ad;
  line-height: 24px;
  letter-spacing: 0.12px;
  cursor: pointer;
}
.resource-recommend-titleContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfe1e6;
}
.resource-recommend-titleContainer .resource-recommend-title {
  display: flex;
  height: 28px;
  margin: 16px 0;
  color: #1a1b20;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.resource-recommend-titleContainer span {
  display: block;
  width: 3px;
  height: 24px;
  margin: 2px 21px 2px 0;
  background: #487AFF;
}
.resource-recommend-titleContainer a {
  display: flex;
  align-items: center;
  margin-right: 24px;
  color: #0daade;
  font-size: 14px;
  letter-spacing: 0.12px;
}
.resource-recommend-titleContainer a img {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.resource-recommend-container {
  margin-top: 40px;
}
.resource-recommend {
  padding-bottom: 80px;
  background: #F9FAFB;
}
.resource-recommend-moduleTitle {
  font-weight: 500;
}
.resource-recommend-titleContainer .resource-recommend-title {
  font-size: 18px;
  font-weight: 500;
}
.resource-recommend-download-item .item-title span {
  margin-right: 10px;
}
.resource-recommend-titleContainer span {
  margin-right: 34px;
}
.resource-recommend-titleContainer a {
  color: #487AFF;
}
.resource-recommend-titleContainer a img {
  transition: all;
  transition-duration: 0.3s;
}
.resource-recommend-titleContainer a:hover img {
  transform: translateX(4px);
}
.resource-recommend-download-item .item-title {
  color: #666;
  transition: all;
  transition-duration: 0.3s;
}
.resource-recommend-download-item .item-title:hover {
  color: #487AFF;
}
.resource-recommend-news-date {
  color: #c1c1c1;
}
.resource-recommend-download-item #btn {
  width: 60px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #487AFF;
  color: #487AFF;
  border-radius: 4px;
  transition: all;
  transition-duration: 0.5s;
}
.resource-recommend-download-item #btn:hover {
  color: white;
  background-color: #487AFF;
}
.resource-recommend-news,
.resource-recommend-download {
  border: none;
  border-radius: 8px;
}
.resource-recommend-titleContainer {
  border-bottom: 1px solid #f3f3f3;
}
.product-recommend {
  height: 487px;
  padding: 120px 0;
}
.product-recommend-container {
  min-width: 920px;
  max-width: 1160px;
  margin: 0 auto;
}
.product-recommend-title {
  height: 48px;
  color: #1a1b20;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.53px;
  text-align: center;
}
.product-recommend-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.product-recommend-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 364px;
  height: 142px;
  border-radius: 8px;
}
.product-recommend-card:hover .product-recommend-card-img {
  filter: brightness(50%);
}
.product-recommend-card-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: 0.3s;
}
.product-recommend-card-title {
  position: absolute;
  top: 26px;
  left: 32px;
  height: 34px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}
.product-recommend-card-desc {
  position: absolute;
  top: 59px;
  left: 32px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.6;
}
.product-recommend-card-more {
  position: absolute;
  top: 93px;
  left: 32px;
  display: block;
  width: 90px;
  height: 23px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 12px;
  transition: 0.3s;
}
.product-recommend-card-more:hover {
  color: #487AFF;
  background-color: #fff;
}
.product-recommend {
  background: #fff;
  padding: 80px 0;
  height: auto;
}
.product-recommend-card {
  width: 384px;
  height: auto;
  margin-right: 16px;
}
.product-recommend-card:last-child {
  margin-right: 0;
}
.product-recommend-card:hover {
  box-shadow: 0px 10px 20px 0px #F3F3F3;
  transform: translateY(-4px);
}
.product-recommend-card:hover .product-recommend-card-img {
  filter: brightness(100%);
  opacity: 0.6;
}
.product-recommend-card:hover .product-recommend-card-title {
  color: #487AFF;
}
.product-recommend-card:hover .product-recommend-card-desc {
  color: #1A1B20;
}
.product-recommend-card-img {
  background-color: white;
}
.product-recommend-card-img img {
  display: block;
}
.product-recommend-card-more {
  border-color: #487AFF;
  color: #487AFF;
  box-sizing: border-box;
  top: auto;
  bottom: 32px;
  border-radius: 8px;
}
.product-recommend-card-more:hover {
  background-color: #487AFF;
  color: white;
}
.product-recommend-title {
  font-weight: 500;
  height: 46px;
  line-height: 46px;
}
.product-recommend-card-title {
  color: #1A1B20;
  top: 32px;
}
.product-recommend-card-desc {
  color: #666;
  top: 64px;
}
.product-recommend-content {
  margin-top: 40px;
  justify-content: flex-start;
}
.product-recommend-container {
  max-width: 1184px;
  min-width: auto;
}
.product-banner {
  position: relative;
  width: 100%;
  height: 550px;
}
.product-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-banner-text {
  position: absolute;
  top: 54%;
  left: 50%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
  text-align: start;
  transform: translate(-50%, -50%);
}
.product-banner-text h2 {
  margin-bottom: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 46px;
  line-height: 65px;
}
.product-banner-text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  opacity: 0.6;
}
.product-banner-btn {
  display: block;
  width: 160px;
  height: 44px;
  margin-top: 57px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
}
.product-banner-btn:hover {
  color: #487AFF;
  background-color: #fff;
}
.temp-banner {
  position: relative;
  width: 100%;
  height: 576px;
  overflow: hidden;
}
.temp-banner img {
  position: absolute;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
.temp-banner .banner-body {
  position: absolute;
  left: 50%;
  z-index: 2;
  box-sizing: border-box;
  width: 1280px;
  padding: 140px 500px 0 0;
  transform: translateX(-50%);
  top: 0;
}
.temp-banner .banner-body h1 {
  color: #487AFF;
  font-size: 52px;
  font-weight: bold;
  line-height: 68px;
}
.temp-banner .banner-body div.text {
  padding-top: 20px;
  color: #1A1B20;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 20px;
}
.temp-banner .banner-body div.text-2 {
  padding-top: 20px;
  color: #1A1B20;
  font-size: 16px;
  line-height: 28px;
}
.temp-banner .banner-body div.text-2 span {
  opacity: 0.7;
}
.temp-banner .banner-body div.button {
  display: flex;
  justify-content: flex-start;
}
.temp-banner .banner-body div.button a {
  box-sizing: border-box;
  height: 44px;
  margin-right: 30px;
  padding: 0 52px 0 24px;
  color: #487AFF;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #487AFF;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.temp-banner .banner-body div.button a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/4e6d8fc1ded788472b0ce5abec28aa2d.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.temp-banner .banner-body div.button a:hover,
.temp-banner .banner-body div.button a.cur {
  color: white;
  background: #487AFF;
}
.temp-banner .banner-body div.button a:nth-child(1) {
  color: white;
  background: #487AFF;
}
.content-nav {
  display: flex;
  justify-content: center;
  box-shadow: 0 17px 62px rgba(2, 6, 12, 0.07);
  position: relative;
  position: sticky;
  top: 80px;
  z-index: 9;
  background: white;
  border-radius: 12px;
  width: 1280px;
  margin: auto;
  margin-top: -40px;
}
.content-nav .wrapper {
  display: flex;
}
.content-nav .wrapper a {
  display: inline-block;
  width: 100%;
  height: 90px;
  color: #666;
  font-size: 20px;
  line-height: 90px;
  text-align: center;
  border-bottom: 3px solid transparent;
  position: relative;
}
.content-nav .wrapper a::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #F3F3F3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.content-nav .wrapper a:last-child::before {
  display: none;
}
.content-nav .wrapper a:hover {
  font-weight: bold;
  color: #000;
  border-bottom: 3px solid #487AFF;
}
.footer-product {
  height: 116px;
  background: #487AFF;
  position: fixed;
  left: 0;
  bottom: -116px;
  width: 100%;
  z-index: 10;
}
.footer-product .fp-body {
  width: 1184px;
  margin: auto;
  height: 116px;
  padding: 16px 0;
  box-sizing: border-box;
  display: flex;
}
.footer-product .fp-body .logo {
  width: 80%;
  display: flex;
}
.footer-product .fp-body .logo img {
  width: 84px;
  height: 84px;
}
.footer-product .fp-body .logo .info {
  padding-left: 24px;
}
.footer-product .fp-body .logo .info .title {
  padding-top: 13px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}
.footer-product .fp-body .logo .info .desc {
  padding-top: 6px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  opacity: 0.6;
}
.footer-product .fp-body .btn {
  text-align: right;
  padding-top: 22px;
  width: 20%;
}
.footer-product .fp-body .btn a {
  display: inline-block;
  height: 44px;
  padding: 0 24px;
  padding-right: 52px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  background-color: white;
  color: #487AFF;
  line-height: 42px;
  border: 1px solid #487AFF;
  position: relative;
}
.footer-product .fp-body .btn a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/2b9d02fdf02ee8612445211805116026.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.tr-home {
  min-width: 1280px;
  cursor: default;
}
.temp-banner .banner-body {
  padding: 115px 460px 0 0;
}
.temp-banner .banner-body h1 {
  width: 900px;
}
.sec-box {
  /* overflow: hidden; */
  width: 100%;
  margin: 0 auto;
  padding-bottom: 140px;
}
.sec-title {
  padding-top: 140px;
  color: #1a1b20;
  font-size: 56px;
  font-weight: bold;
  line-height: 68px;
  letter-spacing: 0.53px;
  text-align: center;
}
.sec-desc {
  line-height: 28px;
  font-size: 16px;
  color: #1a1b20;
  padding-top: 60px;
  max-width: 1280px;
  margin: auto;
}
.challenges {
  background-color: white;
}
.challenges .challenges-list {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: row;
  padding-top: 80px;
}
.challenges .challenges-list .challenges-list-item {
  width: 400px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.08);
  margin-right: 40px;
  text-align: center;
  padding: 36px 40px;
  box-sizing: border-box;
  min-height: 490px;
}
.challenges .challenges-list .challenges-list-item .name {
  font-size: 30px;
  color: #1A1B20;
  text-align: center;
  padding-top: 16px;
  font-weight: bold;
  line-height: 48px;
}
.challenges .challenges-list .challenges-list-item .name > span {
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  background-color: #487AFF;
  margin-top: 20px;
  margin-bottom: 5px;
}
.challenges .challenges-list .challenges-list-item .desc {
  font-size: 18px;
  padding-top: 30px;
  line-height: 30px;
  text-align: left;
  display: none;
  text-align: center;
}
.challenges .challenges-list .challenges-list-item img {
  width: 88px;
}
.challenges .challenges-list .challenges-list-item img:nth-child(2) {
  display: none;
}
.challenges .challenges-list .challenges-list-item:last-child {
  margin-right: 0;
}
.challenges .challenges-list .challenges-list-item:hover {
  background: #487AFF;
  color: white;
}
.challenges .challenges-list .challenges-list-item:hover img:nth-child(1) {
  display: none;
}
.challenges .challenges-list .challenges-list-item:hover img:nth-child(2) {
  display: inline;
}
.challenges .challenges-list .challenges-list-item:hover .name,
.challenges .challenges-list .challenges-list-item:hover .desc {
  color: white;
}
.challenges .challenges-list .challenges-list-item:hover .desc {
  display: block;
}
.challenges .challenges-list .challenges-list-item:hover .name {
  display: none;
}
.overview {
  background-image: linear-gradient(to bottom, rgba(72, 122, 255, 0.05) 0%, #fff 100%);
}
.overview .overview-text {
  line-height: 28px;
  font-size: 16px;
  color: #1a1b20;
  padding-top: 60px;
  max-width: 1280px;
  margin: auto;
}
.overview .overview-main {
  max-width: 1280px;
  margin: auto;
  padding-top: 60px;
}
.advantages {
  width: 100%;
}
.advantages .advantages-container {
  width: 1280px;
  margin: auto;
  display: flex;
  padding-top: 80px;
}
.advantages .advantages-container li {
  width: 290px;
  margin-right: 40px;
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 40px 36px;
  cursor: pointer;
}
.advantages .advantages-container li:last-child {
  margin-right: 0;
}
.advantages .advantages-container li img {
  width: 88px;
  margin: auto;
  display: block;
}
.advantages .advantages-container li img:nth-child(2) {
  display: none;
}
.advantages .advantages-container li h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #1A1B20;
  text-align: center;
  padding: 20px 0;
  height: 88px;
}
.advantages .advantages-container li span {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #487AFF;
  margin: auto;
}
.advantages .advantages-container li p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-align: center;
  padding-top: 20px;
}
.advantages .advantages-container li:hover {
  background-color: #487AFF;
}
.advantages .advantages-container li:hover img:nth-child(1) {
  display: none;
}
.advantages .advantages-container li:hover img:nth-child(2) {
  display: block;
}
.advantages .advantages-container li:hover h1 {
  color: white;
}
.advantages .advantages-container li:hover span {
  background-color: white;
}
.advantages .advantages-container li:hover p {
  color: white;
}
.functions {
  background-color: #F9FAFB;
  position: relative;
}
.functions .functions-body {
  width: 1280px;
  margin: auto;
  display: flex;
  padding-top: 150px;
}
.functions .pic {
  height: 560px;
  width: 835px;
  position: sticky;
  top: 200px;
}
.functions .pic .pic-item {
  position: absolute;
  top: 0;
  opacity: 0;
  background-color: white;
  border-radius: 12px;
}
.functions .pic .pic-item:first-child {
  opacity: 1;
}
.functions .pic img {
  width: 100%;
}
.functions .text {
  width: 445px;
  padding-left: 85px;
  box-sizing: border-box;
}
.functions .text .text-item {
  display: flex;
  align-items: center;
  height: 560px;
  margin-bottom: 300px;
}
.functions .text .text-item:last-child {
  margin-bottom: 0;
}
.functions .text .text-item .text-item-content h4 {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  padding-bottom: 12px;
}
.functions .text .text-item .text-item-content p {
  padding-top: 18px;
  font-size: 16px;
  color: #1A1B20;
  line-height: 28px;
}
.functions .text .text-item .text-item-content p span {
  color: #487AFF;
}
.case {
  width: 100%;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/fd13fd3672a8ae9b6a0e502f17b47b42.png) center center no-repeat;
  background-size: cover;
}
.case .case-container {
  width: 100%;
  padding-top: 80px;
  position: relative;
}
.case .case-container .swiper-container {
  width: 1280px;
  margin: auto;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.case .case-container .swiper-container .btn {
  width: 24px;
  height: 45px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/f38b27dfac325b7588725df3a51cde8a.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.case .case-container .swiper-container .btn-right {
  left: auto;
  right: 40px;
  transform: translateY(-50%) scaleX(-1);
}
.case .case-container .swiper-container .swiper-slide {
  width: 1280px;
  box-sizing: border-box;
  display: flex;
}
.case .case-container .swiper-container .swiper-slide .pic {
  width: 620px;
  height: 450px;
  margin-right: 40px;
  border-radius: 6px;
  overflow: hidden;
}
.case .case-container .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case .case-container .swiper-container .swiper-slide .text {
  width: 620px;
  height: 450px;
  background-color: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  color: #1A1B20;
}
.case .case-container .swiper-container .swiper-slide .text h4 {
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
}
.case .case-container .swiper-container .swiper-slide .text p {
  width: 100%;
  padding-top: 20px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding-bottom: 30px;
}
.case .case-container .swiper-container .swiper-slide .text a {
  border: 1px solid #487AFF;
  border-radius: 8px;
  text-align: center;
  color: #487AFF;
  height: 44px;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 52px 0 24px;
  font-weight: 16px;
  font-weight: bold;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/2b9d02fdf02ee8612445211805116026.png) 110px center no-repeat;
  background-size: 18px auto;
}
.case .case-container .swiper-container .swiper-slide .text a:hover {
  background-color: #487AFF;
  background-image: url(https://static.yulevo.com/en-frontendcdn/assets/images/4e6d8fc1ded788472b0ce5abec28aa2d.png);
  color: white;
  cursor: pointer;
}
.case .case-container .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: -60px;
}
.case .case-container .swiper-pagination .swiper-pagination-bullet {
  width: 56px;
  height: 3px;
  background-color: #1A1B20;
  border-radius: 0;
  opacity: 1;
  margin: 0 6px;
}
.case .case-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #487AFF;
}

