@import './mobile.css';

body {
  color: #323232;
  margin: 0;
  text-align: center;
  background-color: #f7f7f7;
  overflow-y: auto;
}

.home {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  background-color: #f0f3fb;
}

.start-content {
  height: 100vh;
  width: 100%;
  position: relative;
  color: #fff;
}

canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.tabs-container {
  width: 100%;
  height: 100%;
}

.tabs-container .swiper {
  height: 100%;
}

.tabs-container .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  cursor: auto;
}

.tabs-container .swiper-pagination {
  z-index: 100;
  width: 20%;
  height: 100%;
  right: 0px;
}

.tabs-container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid rgba(232, 228, 225, 0.4);
  border-top: none;
  box-sizing: border-box;
  background-color: #0c0019 !important;
  opacity: 1;
}

.tabs-container .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
  border-top: 1px solid rgba(232, 228, 225, 0.4);
  box-sizing: border-box;
  background-color: #0c0019 !important;
  opacity: 1;
}

.tabs-container .swiper-pagination .swiper-pagination-bullet-active {
  /* background: #f7f7f7 !important; */
  opacity: 1;
  border-left: 6px solid #3b6ccd;
}

/* logo */
.logo {
  /* position: absolute;
    z-index: 101;
    top: 50px;
    left: 40px; */
  width: 128px;
  height: 30px;
}

.logo-start,
.logo-home {
  /* position: absolute;
  z-index: 101;
  top: 50px;
  left: 40px; */
}

/* 首页顶部tabs */
.top-tabs-2,
.top-tabs {
  position: absolute;
  right: 50px;
  top: 57px;
  z-index: 102;
  color: #323232;
}

.top-tabs {
  color: #fff;
}

.top-tabs-2 {
  z-index: 103;
}

.top-tabs .top-tabs-item,
.top-tabs-2 .top-tabs-item {
  color: #fff;
  margin-left: 88px;
  cursor: pointer;
  display: inline-block;
}

.top-tabs .top-tabs-item:nth-of-type(1),
.top-tabs-2 .top-tabs-item:nth-of-type(1) {
  margin-left: 0px;
}

.top-tabs-2-item.active {
  color: #3b6ccd !important;
}

.top-tabs-select-line {
  width: 58px;
  height: 4px;
  background-color: transparent;
  position: absolute;
  right: 755px;
  top: 30px;
  z-index: 101;
  animation: 2000ms;
}

/* 首页顶部整体 */
.home-top-tabs {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 101;
  background-color: #fff;
  opacity: 0;
}

.select-list {
  width: 30px;
  height: 15px;
  cursor: pointer;
}

.select-list-content span {
  height: 70px;
  line-height: 70px;
  color: #fff;
  cursor: pointer;
}

.select-list-content span.active {
  background-color: #fff;
  color: #3b6ccd;
}

.home-top-tabs .dianhuazixun {
  width: 22px;
  height: 22px;
}

.top-tabs-container {
  border-top: 1px solid #3b6ccd33;
  padding: 32px;
  box-sizing: border-box;
}

.home-top-tabs-container {
}

/* banner标题 */
.banner-title {
  position: absolute;
  z-index: 101;
  bottom: 40px;
  left: 40px;
}

.banner-title .banner-title-item {
  display: none;
}

.banner-title .banner-title-item.active {
  display: block;
}

.banner-title .banner-title-item h2 {
  margin-bottom: 6px;
}

.banner-title .banner-title-item a {
  color: #fff;
  text-decoration: none;
}

.banner-title .banner-title-item a:hover {
  text-decoration: underline;
}

/* 自定义pagination */
.banner-pagination {
  padding: 15px;
  position: absolute;
  bottom: 32px;
  right: calc(50% - 35px);
  z-index: 100;
}

.banner-pagination span {
  background-color: rgba(255, 255, 255, 0.5);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 44px;
  cursor: pointer;
}

.banner-pagination span:nth-last-of-type(1) {
  margin-right: 0px;
}

.banner-pagination span.active {
  background-color: #fff;
}

/* 智慧城市样式 */
.smart-city .smart-city-content {
  position: absolute;
  top: calc(50% - 129px);
  left: calc(50% - 475px);
  z-index: 101;
}

.smart-city .smart-city-content .item {
  background-color: rgba(129, 196, 255, 0.2);
  border-radius: 8px 8px 8px 8px;
  padding: 12px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 12px;
  width: 145px;
  cursor: pointer;
}

.smart-city-content .first-row .item:nth-of-type(2),
.smart-city-content .second-row .item:nth-of-type(3),
.smart-city-content .second-row .item:nth-of-type(4),
.smart-city-content .third-row .item:nth-of-type(2) {
  background-color: rgba(129, 196, 255, 0.4);
  font-size: 16px;
}

/* 节能场景样式 */
.saving {
  background: radial-gradient(circle, rgba(19, 17, 17, 1) 0%, rgba(0, 0, 0, 1) 17%, rgba(0, 0, 0, 1) 27%);
}

.planetImg {
  transform: scale(0.7) rotate(158deg);
  position: absolute;
  top: -5%;
  right: 8%;
  animation: float 12s ease-in-out infinite;
  width: 47%;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px) translatex(5px) scale(0.7) rotate(156deg);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px) translatex(-5px) scale(0.7) rotate(162deg);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px) translatex(5px) scale(0.7) rotate(156deg);
  }
}

#WebGL-output {
  width: 100%;
  height: 100%;
  position: absolute;
}

.dg {
  display: none;
}

.saving-scene-item {
  position: absolute;
  z-index: 101;
  cursor: pointer;
  /* top: 0px;
    left: 0px; */
}

/* 工业场景样式 */
#industrial-interconnection {
  background: #0c0019;
  width: 100%;
  height: 100%;
}

#redblocks > * {
  transform: translate3d(160px, -93px, 0);
  animation: moveblocks 4s 1s ease infinite;
}

@keyframes moveblocks {
  0% {
    transform: translate3d(160px, -93px, 0);
  }

  50%,
  100% {
    transform: translate(0);
  }
}

#firstBlock {
  transform: translate3d(160px, -93px, 0);
  animation: firstBlock 4s 1s ease infinite;
}

#blockdis {
  animation: blockdis 4s 1s ease infinite;
}

@keyframes blockdis {
  30% {
    opacity: 1;
  }

  40%,
  100% {
    opacity: 0;
    transform: translate3d(-160px, 93px, 0);
  }
}

@keyframes firstBlock {
  0%,
  15% {
    opacity: 0;
  }

  40%,
  100% {
    opacity: 1;
  }
}

@keyframes glow {
  0%,
  45% {
    opacity: 0;
  }

  60%,
  100% {
    opacity: 0.35;
  }
}

@keyframes dots {
  0%,
  35% {
    transform: translate(0);
    opacity: 0;
  }

  60%,
  80% {
    transform: translate(55px, -35px);
    opacity: 1;
  }

  100% {
    transform: translate(55px, -35px);
    opacity: 0;
  }
}

@keyframes up {
  to {
    transform: translate(0, -25px);
  }
}

@keyframes p {
  85%,
  100% {
    opacity: 0;
  }
}

@keyframes particles {
  0%,
  100% {
    transform: translate(0);
  }

  50% {
    transform: translate(10px, 15px);
  }
}

.particlespoly {
  animation: p 2s ease infinite alternate;
}

@keyframes updown {
  100% {
    transform: translate(0, -20px);
  }
}

#Layer_1 > g:nth-child(2) > g:nth-child(18) > g:nth-child(12) {
  animation: arrows 1s ease-in-out infinite alternate, p 2s ease infinite alternate;
}

@keyframes arrows {
  to {
    transform: translate(25px, 25px);
  }
}

#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(13) {
  animation: arrows2 1s ease-in-out infinite alternate, p 2s ease infinite alternate;
}

@keyframes arrows2 {
  to {
    transform: translate(-25px, -25px);
  }
}

#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(12) {
  animation: arrows 1s ease-in-out infinite alternate, p 2s ease infinite alternate;
}

/* 工业互联场景内容样式 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');

.accordion {
  width: 100%;
  max-width: 1080px;
  height: 265px;
  overflow: hidden;
  margin: 50px auto;
  background-color: transparent;
  position: absolute;
  top: 250px;
  left: 43px;
  z-index: 101;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 265px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

/* //.accordion ul li:first-child {
 clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 49%, 0% 0%);
} */

/* //.accordion ul li:last-child {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
} */

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div .btn {
  display: block;
  height: 265px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 10px 40px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
  background-color: #ffffff33;
}

.accordion ul li:last-child .btn {
  border-right: 0;
}

.number {
  text-align: center;
  margin: 0;
  position: relative;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  background-color: transparent;
  line-height: 40px;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}

.accordion ul li div .btn .content {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px) translateY(-40px);
  transform: translateX(-20px) translateY(-40px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div .btn h1 {
  text-overflow: clip;
  /* font-size: 24px; */
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #000;
  text-align: left;
}

.accordion ul li div .btn p {
  font-size: 14px;
  color: #000;
  word-wrap: break-word;
  white-space: break-spaces;
  text-align: left;
  line-height: 30px;
}

.accordion ul li div .btn a {
  font-size: 13.5px;
  background-color: transparent;
  padding-bottom: 2px;
  text-decoration: none;
  color: #3b61cd;
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  position: relative;
}

.accordion ul li div .btn a:hover:after {
  content: '';
  position: absolute;
  width: 0%;
  bottom: 0px;
  left: 0px;
  border-top: 1.5px solid #3b61cd;
  animation: accordion-a 0.3s;
  animation-fill-mode: forwards;
}

@keyframes accordion-a {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.accordion ul:hover li,
.accordion ul:focus-within li {
  width: 8%;
  border-right: solid 2px #252525;
  clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 0 50%, 0% 0%);
}

.accordion ul li:focus {
  outline: none;
}

.accordion ul:hover li:hover,
.accordion ul li:focus,
.accordion ul:focus-within li:focus {
  width: 70%;
  border-right: 0;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
}

.accordion ul:hover li:hover .btn,
.accordion ul li:focus a,
.accordion ul:focus-within li:focus a {
  background: rgba(255, 255, 255, 0.8);
}

.accordion ul:hover li:hover .btn .content,
.accordion ul li:focus .btn .content,
.accordion ul:focus-within li:focus div.btn .content {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.accordion ul:hover li {
  width: 8% !important;
  clip-path: inset(0 0 0 0);
}

.accordion ul:hover li .btn .content,
.accordion ul:hover li .btn .number {
  opacity: 0 !important;
}

.accordion ul:hover li:hover {
  width: 70% !important;
}

.accordion ul:hover li:hover .btn {
  background: rgba(255, 255, 255, 0.7);
}

.accordion ul:hover li:hover .btn .content {
  opacity: 1 !important;
  -webkit-transform: translateX(0) translateY(-20px);
  transform: translateX(0) translateY(-20px);
}

.fancybox-content {
  width: 650px;
}

@media screen and (max-width: 600px) {
  body {
    margin: 0;
  }

  /* .accordion {
    height: auto;
  } */

  /* .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  } */
}

/* 首页 */
.home-middle-tabs {
  background-color: #fff;
  padding: 20px;
}

.home-middle-tabs-content {
  width: 35%;
  flex-wrap: wrap;
}

.home-middle-tabs-item {
  color: #3b6ccd;
  cursor: pointer;
}

.home-middle-tabs-item img {
  width: 40px;
  height: 40px;
}

.home-middle-tabs-item:hover img,
.home-middle-tabs-item:hover span {
  filter: grayscale(100%);
}

/* 首页内容样式 */
.home-middle-container,
.function-middle-container {
  /* padding-top: 110px;
  margin: 0 auto; */
  background-color: #f0f3fb;
}

.home-middle-text div {
  margin-top: 0.5rem;
  text-align: left;
  line-height: 0.65rem;
  font-size: 0.35rem;
}

.home-middle-img-link {
  margin: 100px 0px 40px;
}

.home-middle-img-link > div div {
  width: 180px;
  height: 50px;
  color: #fff;
}

.home-middle-img-link > div div:nth-of-type(1) {
  background: url('/images/ren.png') no-repeat;
  margin-left: 0px;
  background-size: 100%;
}

.home-middle-img-link > div div:nth-of-type(2) {
  background: url('/images/ji.png') no-repeat;
  background-size: 100%;
}

.home-middle-img-link > div div:nth-of-type(3) {
  background: url('/images/liao.png') no-repeat;
  background-size: 100%;
}

.home-middle-img-link > div div:nth-of-type(4) {
  background: url('/images/fa.png') no-repeat;
  background-size: 100%;
}

.home-middle-img-link > div div:nth-of-type(5) {
  background: url('/images/huan.png') no-repeat;
  background-size: 100%;
}

.home-middle-img-link > div div:nth-of-type(6) {
  background: url('/images/youji.png') no-repeat;
  background-size: 100%;
}

.home-middle-img-link > div div:nth-of-type(6) img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.home-middle-remarks div {
  text-align: left;
  line-height: 30px;
  padding: 0px 16px;
}

.home-middle-model .home-middle-model-relate .relate-content,
.home-middle-model .home-middle-model-plate .plate-content {
  flex: 1;
  background-size: 100% 100% !important;
  position: relative;
}

.home-middle-model .home-middle-model-relate .relate-content .icon,
.home-middle-model .home-middle-model-plate .plate-content .icon {
  position: absolute;
  z-index: 2;
}

.home-middle-model .home-middle-model-relate span {
  color: #3b61cd;
}

.home-middle-model .home-middle-model-relate .relate-content {
  background: url('/images/wulianjiagou-bg.png') no-repeat;
}

.home-middle-model .home-middle-model-relate .relate-content .img-content {
  padding: 170px 335px 70px 70px;
}

.home-middle-model .home-middle-model-relate .relate-content .icon {
  right: 24px;
  top: 24px;
  width: 11%;
}

.home-middle-model .home-middle-model-plate .plate-content {
  background: url('/images/pingtaimoshi-bg.png') no-repeat;
}

.home-middle-model .home-middle-model-plate .plate-content .img-content {
  padding: 35px 35px 102px 48px;
}

.home-middle-model .home-middle-model-plate .plate-content .icon {
  left: 24px;
  bottom: 24px;
  width: 11%;
}

.home-middle-nine-tech {
  margin: 0px auto;
}

.home-middle-nine-tech .title span:nth-of-type(1) {
  margin-bottom: 18px;
  font-size: 30px;
  color: #3b61cd;
}

.home-middle-nine-tech .content {
  margin-top: 50px;
}

.home-middle-nine-tech .content > div {
  margin-bottom: 40px;
}

.home-middle-nine-tech .content > div div {
  width: 300px;
  height: 300px;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  background-size: 100% 100% !important;
}

.home-middle-nine-tech .content div:nth-of-type(1) {
  background: url('/images/tech-1.png') no-repeat;
}

.home-middle-nine-tech .content div:nth-of-type(2) {
  background: url('/images/tech-2.png') no-repeat;
  margin: 0px 40px 40px;
}

.home-middle-nine-tech .content div:nth-of-type(3) {
  background: url('/images/tech-3.png') no-repeat;
}

.home-middle-nine-tech .content div:nth-of-type(4) {
  background: url('/images/tech-4.png') no-repeat;
}

.home-middle-nine-tech .content div:nth-of-type(5) {
  background: url('/images/tech-5.png') no-repeat;
  margin: 0px 40px 40px;
}

.home-middle-nine-tech .content div:nth-of-type(6) {
  background: url('/images/tech-6.png') no-repeat;
}

.home-middle-nine-tech .content div:nth-of-type(7) {
  background: url('/images/tech-7.png') no-repeat;
}

.home-middle-nine-tech .content div:nth-of-type(8) {
  background: url('/images/tech-8.png') no-repeat;
  margin: 0px 40px 40px;
}

.home-middle-nine-tech .content div:nth-of-type(9) {
  background: url('/images/tech-9.png') no-repeat;
}

/* 新科云 */
.function-middle-container {
  /* height: 5400px; */
}

.function-middle-article {
  line-height: 30px;
  width: 35%;
  text-align: left;
}

.function-middle-model-system {
  margin-bottom: 200px;
}

.function-middle-model-system div {
  background: url('/images/funDesc/xitongyoushi-bg.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  flex: 1;
  padding: 13% 0px 13% 10%;
  box-sizing: border-box;
}

.function-middle-model-system div .icon {
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 5%;
  width: 11%;
}

.function-middle-model-system div .title {
  width: 18%;
  margin-bottom: 24px;
}

.function-middle-model-system div .img {
  width: 48%;
}

.function-middle-model-architecture {
  background: url('/images/funDesc/jishujiagou-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 50px 0px 150px;
  margin-bottom: 65px;
}

.IoTOS-title {
  padding: 60px 150px 130px;
  background-color: #f0f3fb;
  width: 50%;
}

.IoTOS-title::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #3b61cd;
  display: inline-block;
  margin: 0 8px;
}

.function-middle-model-plateform-cards div {
  width: 8vw;
  height: 55px;
  background-size: 100% 100% !important;
  margin-right: 1.3vw;
}

.function-middle-model-plateform-cards div:nth-of-type(1) {
  background: url('/images/funDesc/platform-1.png') no-repeat;
}

.function-middle-model-plateform-cards div:nth-of-type(2) {
  background: url('/images/funDesc/platform-2.png') no-repeat;
}

.function-middle-model-plateform-cards div:nth-of-type(3) {
  background: url('/images/funDesc/platform-3.png') no-repeat;
}

.function-middle-model-plateform-cards div:nth-of-type(4) {
  background: url('/images/funDesc/platform-4.png') no-repeat;
}

.function-middle-model-plateform-cards div:nth-of-type(5) {
  background: url('/images/funDesc/platform-5.png') no-repeat;
}

.function-middle-model-plateform-cards div:nth-of-type(6) {
  background: url('/images/funDesc/platform-6.png') no-repeat;
}

.function-middle-model-plateform-cards div:nth-of-type(7) {
  background: url('/images/funDesc/platform-7.png') no-repeat;
}

.function-middle-model-plateform-cards div:nth-of-type(8) {
  background: url('/images/funDesc/platform-8.png') no-repeat;
  margin-right: 0px;
}

.function-middle-model-plateform-remark {
  width: 35%;
  line-height: 30px;
  margin: 40px 0px;
}

.function-middle-model-plateform-device-on-cloud {
  /* position: absolute; */
  /* z-index: 3;
  top: 0px;
  width: 74vw; */
  /* align-items: stretch; */
}

.function-middle-model-plateform-device-on-cloud .device-list {
  padding: 3px;
  background-color: #3b61cd;
  border-radius: 4px;
  margin-bottom: 20px;
  color: #fff;
}

.function-middle-model-plateform-device-on-cloud .device-list div {
  text-align: left;
}

.function-middle-model-plateform-device-on-cloud .device-list div:nth-of-type(1) {
  padding: 16px;
}

.function-middle-model-plateform-device-on-cloud .device-list div:nth-of-type(1)::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  margin-right: 16px;
}

.function-middle-model-plateform-device-on-cloud .device-list div:nth-of-type(2) {
  padding: 16px;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  line-height: 30px;
  color: #989898;
}

.function-middle-model-plateform-device-on-cloud .device-list-function div {
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  padding: 16px;
  height: 80px;
  margin-bottom: 20px;
}

.function-middle-model-plateform-device-on-cloud .device-list-function div::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #3b61cd;
  display: inline-block;
  margin-right: 16px;
}

.function-middle-model-plateform-device-on-cloud .cloud-container {
  flex: 2.5;
  background: url('/images/funDesc/duozhongshebeibeijing.png') no-repeat;
  background-size: 100% 100% !important;
  /* height: 65vh; */
  padding: 50px;
}

.scene-app-custom {
  /* position: absolute; */
  /* z-index: 2;
  top: 47vh;
  background: url('/images/funDesc/jishujiagou-bg.png') no-repeat;
  background-size: 100% 100% !important;
  width: calc(100% - 8vw);
  left: 12vw;
  padding: 30vh 3vw 0px;
  height: 135vh; */
}

.scene-app-custom .key-words span:nth-of-type(1) {
  font-size: 30px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 24px;
}

.scene-app-custom .key-words span:nth-of-type(2) {
  color: #989898;
  line-height: 30px;
  width: 40%;
  margin-bottom: 24px;
}

.scene-app-custom .scene-app-custom-img {
  width: 91%;
  top: 20vh;
}

.scene-app-custom .scene-app-custom-btns {
  right: 0px;
  top: 20vh;
  border: 1px solid #39393a;
  border-radius: 1px;
  padding: 15px 22px 15px 58px;
}

.scene-app-custom .scene-app-custom-btns img {
  width: 50px;
  height: 120px;
  margin-bottom: 22px;
}

.scene-app-custom .scene-app-custom-btns img:nth-last-of-type(1) {
  margin-bottom: 0px;
}
