/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/home-banner/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.home_banner {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .home_banner__main {
    display: flex;
    align-items: center;
  }
}
.home_banner__main h1 {
  font-size: 30px;
  line-height: 33px;
  font-weight: 500;
  color: #1F163C;
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .home_banner__main h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (min-width: 768px) {
  .home_banner__main .part_left {
    width: 60%;
    padding-right: 90px;
  }
}
.home_banner__main .part_left .home_banner__main-more {
  text-align: right;
}
.home_banner__main .part_left .button_default:first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .home_banner__main .part_left .button_default {
    background: #1F163C;
    padding: 15px 35px 10px 20px;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .home_banner__main .part_left .button_default:after {
    transform: translate(50%, -50%) scale(0.8) rotate(-130deg);
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .home_banner__main .part_right {
    width: 40%;
  }
}
.home_banner__main .part_right .app_images .item {
  display: none;
  text-align: center;
}
.home_banner__main .part_right .app_images .item.active {
  display: block;
}
.home_banner__apps {
  margin-bottom: 30px;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.home_banner__apps__items {
  width: 100%;
  padding: 10px !important;
}
.home_banner__apps--item {
  cursor: pointer;
  position: relative;
}
.home_banner__apps--item .icon {
  height: 98px;
  width: 98px;
  background: #F4F5F7;
  border-radius: 27px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.home_banner__apps--item .app_name {
  font-weight: 500;
  font-size: 16px;
  color: rgba(23, 43, 77, 0.44);
  text-align: center;
  padding: 0 10px;
}
.home_banner__apps--item > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
}
.home_banner__apps--item.active .icon {
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.22);
}
.home_banner__apps--item.active .app_name {
  color: #1F163C;
}
.home_banner .button {
  float: right;
}
.home_banner:after {
  content: "";
  display: block;
  clear: both;
}

/*# sourceMappingURL=style-index.css.map*/