* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #303030;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

.logo {
  max-width: 70%;
  max-height: 60px;
}

.download-icon {
  text-decoration: none;
  display: block;
  margin-top: 20px;
}

.download-icon img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1 {
  margin: 0 0 15px;
}

h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
}

.h2,
h2 {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
}

#top {
  width: 100%;
  padding: 20px;
  background: url("../img/bg.jpg") no-repeat left bottom;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}

#top header {
  width: 100%;
  padding: 25px 0;
}

#top header .logo {
  max-width: 100%;
}

#top .head-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#top .head-content .top-info {
  margin-top: 30px;
}

#top .head-content .phone-container {
  max-height: 400px;
}

#top .head-content .phone-container .phone-img {
  width: 370px;
}

#info {
  padding: 30px 0 25px;
}

#info .keypoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

#info .keypoint .text {
  margin-top: 50px;
}

#info .keypoint .phone-container {
  height: 400px;
}

#info .keypoint .phone-container .phone-img {
  max-width: 100%;
  width: 350px;
  height: auto;
  vertical-align: middle;
}

#bottom {
  text-align: center;
  padding: 0 0 15px;
}

#bottom .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#bottom p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

#bottom .row {
  margin-bottom: 45px;
}

footer {
  width: 100%;
  padding: 25px 0;
  text-align: center;
}

footer .made-by {
  font-weight: 700;
}

footer .made-by a {
  text-decoration: none;
  color: #0170e1;
}

footer .made-by a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
  a.download-icon {
    display: inline-block;
  }
  a.download-icon:last-of-type:not(:first-child) {
    margin-left: 30px;
  }
  a.download-icon img {
    display: inline;
    margin: 0;
    width: auto;
    height: 55px;
  }
  #top .head-content .download-icon {
    margin-top: 40px;
  }
  #top .head-content .phone-img {
    width: 50%;
  }
  #info .keypoint {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #info .keypoint:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #info .keypoint .phone-container .phone-img {
    max-width: none;
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 940px;
  }
  #top {
    text-align: left;
  }
  #top .head-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  #top .head-content > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #top .head-content .top-info {
    margin-top: 60px;
  }
  #top .head-content .phone-container .phone-img {
    width: 80%;
  }
  #info .keypoint {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #info .keypoint:nth-child(odd) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #info .keypoint .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
  }
  #info .keypoint .phone-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  #info .keypoint {
    padding: 0 160px;
  }
}
/*# sourceMappingURL=style.css.map */