﻿:root{
    --bg-color: #fff;
    --text-color:#4c4c4c;
    --link-color:#0664ff;
    --sub-link-color:#76819D;
    --ct-width: 1280px;
}
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-padding-top: 2rem;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  ::-webkit-scrollbar {
      width: .5rem;
      height: .5rem;
      background-color: transparent
  }
  
  ::-webkit-scrollbar-thumb {
      border-radius: var(--bd-radius);
      background-color: var(--muted)
  }
  body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,dl,dd,ol,ul,figure {
      margin: 0;
      padding: 0
  }
  
  html {
    font-size: 1em;
    line-height: 1;
    font-family: PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
  }
 img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-style: italic;
    vertical-align: middle
}

body{
    background-color:var(--bg-color);
    color:var(--text-color);
}
.wrapper {
    max-width: var(--ct-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 5rem;
}
a{
    color:var(--link-color);
    text-decoration:none;
}
ul,li,ol{
  margin:0;
  padding:0;
}
ul{
  list-style-type:none;
}
body{
  background-image: linear-gradient(180deg, rgba(172, 221, 255, .7), hsla(0, 0%, 100%, .7) 50%);
  background-size: 100% 150vh;
  background-repeat: no-repeat;
}

header .wrapper{
  margin:1rem auto;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
header .logo img{
  height:1.62rem;
}
header .menu{
  display:flex;
  justify-content: flex-end;
}
header .clients_btn{
  display: flex;
  gap:1rem;
}
header .clients_btn>a{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .9rem;
  font-weight: 400;
  color: #2c334d;
  gap:.3rem;
}
header .clients_btn img{
  width:1.5rem;
}
footer{
  margin:1rem auto;
  padding:1.5rem 2rem;
  border-top: 2px solid #e9e9e9;
  color:#9d9d9d;
  font-size:.8rem;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
footer a{
  color:#9d9d9d;
  font-size:2rem;
}
footer ul{
  display:flex;
  gap:1rem;
  flex-wrap: wrap;
}
footer .primary_f{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:1.5rem;
}
footer .primary_f ul li{
  display:flex;
  align-items: center;
}
footer .primary_f ul li.divider::after{
  content:"";
  display:inline-block;
  width:1px;
  height:.8rem;
  background-color:#9d9d9d;
  margin-left:.5rem;
}
footer .second_f a{
    color: #0d54ff;
    font-size:.8rem;
}
.fixed-menu{
  position:fixed;
  top:4rem;
  z-index:3;
  display:flex;
  justify-content: center;
  width:100%;
}
.fixed-menu .navbar-nav{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background: hsla(0,0%,97.3%,.5);
  border: 1px solid #fff;
  box-shadow: 0 12px 48px 0 rgba(6,10,38,.15);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: .5rem;
  gap:3rem;
  padding:.3rem .3rem .3rem 3rem;

}
.fixed-menu .navbar-nav a{
  color: #696969;
  font-weight: 400;
  font-size:1.2rem;
}
.fixed-menu .navbar-nav a:hover{
  color: #1f2026;
}
.fixed-menu .navbar-nav .download-nav-item{
    color:#000;
    display:flex;
    align-items: center;
    gap:.2rem;
    background-image: linear-gradient(90deg, #fff, #fff);
    box-shadow: 0 6px 12px 0 rgba(6, 10, 38, .1);
    border-radius: .4rem;
    padding:1rem 2rem;
}
.fixed-menu .navbar-nav .download-nav-item:hover a{
  color:#0664ff;
}
.fixed-menu .navbar-nav .download-nav-item::after{
  display: inline-block;
  width:12px;
  height:16px;
  content:"";
  background-image:url("../image/down.png");
  background-size:100% 100%;
}
.primary_btn{
  content:"";
  display: inline-block;
  width:11rem;
  height:3.5rem;
  background-image:url("../image/win_primary_down.png");
  background-size:100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.primary_btn:hover{
  transform: scale(1.1);

  background-image:url("../image/win_primary_down_r.png");
}
.primary_btn.mac{
  background-image:url("../image/mac_primary_down.png");
}
.primary_btn.mac:hover{
  background-image:url("../image/mac_primary_down_r.png");
}

.normal_btn{
  content:"";
  display: inline-block;
  width:8rem;
  height:2.5rem;
  background-image:url("../image/normal_down.png");
  background-size:100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.normal_btn:hover{
  transform: translateY(-5px);
  background-image:url("../image/normal_down_r.png");
}

.sub_btn{
  font-weight:bold;
  text-align:center;
  font-size:1rem;
  padding:1rem 2rem;
  display: inline-block;
  color:#fff;
  border-radius:.6rem;
  background-color:#007aff;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.sub_btn:hover{
  transform: scale(1.1);
}

.hero{
  padding-top:8rem;
  background-image: url(../image/hero_bg.png);
  background-position: center -7rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero>h1{
  text-align: center;
}
.hero>h1 img{
  width:35rem;
}
.hero_btn{
  margin-top:.5rem;
  text-align: center;
}
.hero .banner{
  margin-top:3rem;
  position: relative;
}
.apps{
  display:flex;
  flex-direction: column;
  margin-top:4rem;
  gap:2rem;
}
.apps h2{
    font-size: 2.5rem;
    color: #1f2026;
    text-align: center;
    font-weight: 400;
}
.app_cards{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem .5rem;
}
.app_card_item{
  aspect-ratio: 1.4;
  background: #fff;
  box-shadow: 0 .8rem .5rem 0 rgba(6, 10, 38, .04);
  border-radius: .6rem;
  border: 1px solid rgba(6, 10, 38, .06);
  cursor: pointer;
  position: relative;
  width:clamp(120px,15vw,300px);
}
.app_card_item .card_surface,.app_card_item .card_inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.app_card_item .card_inner{
  opacity: 0;
  transform: scale(1.2);
  display:flex;
}
.app_card_item:hover .card_surface{
    opacity: 0;
    -webkit-transform: scale(.55);
    transform: scale(.55);
}
.app_card_item:hover .card_inner{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.app_card_item .card_inner .card_links{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.app_card_item .card_inner .card_links a{
  font-size: 1rem;
  color: #1a1a1a;
  font-weight: 400;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom:.4rem;
}

.info_box{
    display: flex;
    background-image: linear-gradient(270deg, #f8fafd, #f7fafd);
    border: 1.04px solid rgba(9, 30, 54, .06);
    border-radius: 1rem;
    padding:5rem;
    margin-top:4rem;
    gap:3rem;
}
.info_box .text_block{
  flex:4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap:8rem;
}
.info_box .text_block h3{
    font-size: 2.6rem;
    color: #1f2026;
    font-weight: 500;
    line-height: 1.75;
}
.info_box .text_block p{
    font-size: 1.2rem;
    color: #4c4c4c;
    font-weight: 200;
    line-height: 1.5;
}

.info_box .video_block{
  flex:6;
  box-shadow: 0 2rem 3rem 0 rgba(15, 22, 74, .12);
  border-radius: 1rem;
  overflow: hidden;
}
.video_block video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bottom_box{
  margin:3rem auto;
  text-align: center;
}
.bottom_box video{
  max-width:100%;
}

@-webkit-keyframes transformAni {
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes transformAni {
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
.scroll-features{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    will-change: transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-animation: transformAni 30s linear infinite;
    animation: transformAni 30s linear infinite;
    margin-bottom: 1rem;
}
.scroll-features .item-text{
    border-radius: 20px 20px 9px 20px;
    border: 1px solid #757575;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 20px 25px;
    pointer-events: none;
    -webkit-pointer-events: none;
    height: 50px;
    margin-right: 28px;
    font-size: 16px;
    color: #424242;
    font-weight: 400;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}
header .logo{
  display:flex;
  justify-content:space-between;
  align-items: center;
  flex-grow:1;
}
.navbar-burger {
  display: none;
  color: #4a4a4a;
  cursor: pointer;
  position: relative;
}
.navbar-burger::after{
  display:inline-block;
  content:"";
  width:32px;
  height:32px;
  background: url(../image/menu.svg) no-repeat;
  background-size: cover;
}

.posts{
  grid-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(200px, 25vw, 255px), 1fr));
}
.post-item{
  display:flex;
  flex-direction:column;
  gap:1rem;
  padding: 1.2rem;
  background: var(--bg-color);
  box-shadow: 0 .8rem .5rem 0 rgba(6, 10, 38, .04);
  border-radius: .6rem;
  border: 1px solid rgba(6, 10, 38, .06);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.post-item .post-cover {
  border-radius: .6rem;
  display: block;
  width: 100%;
  min-height: 193px;
  background-color: #f1f1f1;
  overflow: hidden;
}
.post-cover,.side-news-cover{
  background-size: 100%;
}

.post-item .post-cover > img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 193px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s;
}
.post-item:hover .post-cover>img{
  transform: scale(1.05);
}
.post-info{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.post-info .title{
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-wrap: balance;
  display: -webkit-box;
  margin: 0;
  overflow-wrap: break-word;
  text-align: center;
  min-height:32px;
  line-height:1.5;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-info .title a{
  color:var(--text-color);
  font-weight:bold;
}
.post-info .desc{
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 21px;
  color: #76819D;
}
.post-footer,.post-footer a{
  height: 16px;
  line-height: 16px;
  color: var(--sub-link-color);
  display:flex;
  justify-content:space-between;
}
.pagination{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content: center;
  margin-top:30px;
}
.pagination>a,.pagination>span{
  padding:6px 12px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: #76819D;
  background: #fff;
  border: 1px solid #C3C8D5;
}
.pagination>a.current{
  color: #FFF;
  background: #2d74fe;
  border-color: #2d74fe;
}
.pagination>a:hover{
  color: #FFF;
  background: #2d74fe;
  border-color: #2d74fe;
}
.breadcrumbs {
  line-height: 2.5;
  font-size: .8rem;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-bottom: 1rem;
  max-width: 22rem;
}

.breadcrumbs a {
  color: #1b1b1b;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.down_cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 7rem;
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items:center;
  background: linear-gradient(to top, rgba(255,255,255,0.9), rgba(255,255,255,0.6));
  color: #000;
}
.down_cta .ver{
  line-height:2.5;
}
.banner .slide{
  text-align: center;
}
.down_cta .desc{
  width:70%;
  text-wrap: balance;
  text-align:center;
  line-height:1.75;
  color: #333;
  font-size: .9rem;
}
.down_cards{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  flex-wrap:wrap;
}
.down_card{
  padding:1rem 2rem;
  max-width:300px;
  height:193px;
  display:flex;
  flex-direction:column;
  gap:.5rem;
  background:#f1f1f1;
  border-radius:.6rem;
}
.down_card .card_bd{
  flex-grow:1;
}
.detail-section{
  padding:2rem 1rem;
  display:flex;
  gap:1rem;
}
.detail-main{
  border-radius:.6rem;
  background-color:#fff;
  display:flex;
  flex-direction:column;
  gap:1rem;
  padding: 2rem 1rem;
  max-width: 100%;
}
.detail-side{
    padding:2rem 1rem;
    border-radius:.6rem;
    background-color:#fff;
    width:360px;
    max-width:100%;
    flex-shrink:0;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}
.detail-header h1{
  line-height: 1.5;
  font-size: 24px;
  color: #1A243E;
  text-align: center;
  font-weight: bold;
}
.detail-info{
  display:flex;
  justify-content:space-between;
  border-bottom: 1px solid #F7F9FC;
  padding-bottom:20px;
  font-size:14px;
  color: #C3C8D5;
}
.detail-info a{
  font-size:1rem;
  color: #C3C8D5;
}
.detail-body{
  font-size: 1rem;
  color: #333;
  line-height:1.75;
}
.detail-body img{
  display: block;
  margin: 1rem 0;
}
.detail-footer{
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.detail-footer a{
  font-size:1rem;
  color: var(--text-color);
}
.side-title{
  border-bottom: 1px solid #F7F9FC;
  padding-bottom: 1rem;
  margin-bottom:1rem;
}
.side-news{
    display:flex;
    flex-direction:column;
    gap:1rem;
    width:100%;
}
.side-news-item{
    display:flex;
    gap:.5rem;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.side-news-item .side-news-footer{
    display:flex;
    justify-content:space-between;
    color: var(--sub-link-color);
}
.side-news-item .side-news-footer a{
    color: var(--sub-link-color);
}
.side-news-item .side-news-cover{
    border-radius: .6rem;
    display: block;
    min-height: 100px;
    width:122px;
    background-color: #f1f1f1;
    overflow: hidden;
    flex-shrink: 0;
}
.side-news-item .side-news-cover>img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 100px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.2s;
}
.side-news-item:hover .side-news-cover>img{
    transform: scale(1.05);
}
.side-news-item:hover a{
  color: #236ee7;
}
.side-news-item .side-news-title{
    flex-grow:1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: balance;
    display: -webkit-box;
    margin: 0;
    overflow-wrap: break-word;
    min-height:32px;
    line-height:1.5;
    font-size: 16px;
    color: #1A243E;
    overflow: hidden;
    text-overflow: ellipsis;
}
.side-news-item .side-news-main{
    flex-grow:1;
    display:flex;
    flex-direction:column;
}
.banner-android{
  height: 40rem;
}
@media (max-width: 1239px) {
  .banner-android{
    height: 30rem;
  }
  .navbar-burger {
    display: block;
  }
  header .menu{
    display:none;
  }
  .info_box{
    flex-direction:column;
    padding:1rem;
  }
  .info_box .text_block {
    align-items:center;
    gap:3rem;
  }
  .fixed-menu{
    position:absolute;
    display:none;
  }
  .fixed-menu.active{
    display:block;
  }
  .fixed-menu ul.navbar-nav{
    flex-direction:column;
    padding:.5rem 0;
    border-radius:0;
    gap:2rem;
  }
  .hero{
    background-position: center 1rem;
  }
  footer{
    flex-direction:column;
    gap:1rem;
  }
  .detail-section{
    flex-direction:column;
    margin:0;
    padding:0;
  }
  .side-news{
      gap:2.5rem;
  }
  .down_cta .desc{
    margin-bottom: 1rem;
    font-size: .9rem;
  }
  .horizon_zone{
    max-width:100%;
    overflow:hidden;
  }
  .down_cta {
    position:static;
    background:unset;
    height:auto;
    padding:0;
  }
  .wrapper{
    margin-top: 0;
    padding: 0 .8rem;
  }
  .down_card{
    max-width: 100%;
  }
}