/*================
 Header
==================*/
/* .site-header .menu-wrapper {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.site-header .menu-wrapper .logo {
  background-image: url(../img/solution/logo.png);
}
.site-header .menu-wrapper {
  background-color: #fff;
}
.site-header nav > ul > li.active {
  border-bottom: 3px solid #2568ef;
}
.site-header nav > ul > li.active a {
  color: #2568ef;
}
.site-header li,
.site-header li a {
  color: #000;
}
.site-header .active > a::after {
  background: url(/_files/img/home/arrow-down-bold.svg);
  background-size: contain;
} */
/* header login button*/
/* .header-login-tel {
  color: #2568ef;
}
.header-login-btn-reg {
  box-shadow: 0 0 0 1px #2568ef;
} */

/*================
 Section
==================*/

/* box 03 */
.home-box-03 {
  padding: 50px 0;
}

.download-pc {
  width: 1110px;
  height: 344px;
  background: #fafafa;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
}
.bolder {
  font-weight: bold;
}

.download-mobile button,
.download-pc button {
  width: 240px;
  height: 56px;
  background: #fafafa;
  border: 1px solid #232323;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 400;
}
.download-mobile {
  width: 540px;
  height: 244px;
  background: #fafafa;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
}
.download-mobile span {
  padding-left: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #232323;
}
.image-model-style {
  width: 78px;
  height: 78px;
}

/* box 06 */

/* 屏幕 -- 差异化 */

@media (min-width: 576px) {
  .site-header {
    min-height: 500px;
  }
}

@media (min-width: 1620px) {
  .site-header {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .moblie-nav{
    color: #333;
  }
  .site-header li, .site-header li a {
    color: #fff;
  }
  .header-login-tel {
    color: #fff;
  }
  .download-pc {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding:20px 0;
  }
  .download-mobile {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .download-pc img{
    padding-top:20px;
  }
  .download-mobile img{
    padding-top:20px;
  }
  .home-box-03{
    padding:30px 0 0;
  }
  .home-box-03 .text-14{
    width: 90%;
    margin: 0 auto;
  }
}