@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.double-box {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .double-box {
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 25px;
  }
}
.double-box img {
  width: 165px;
  height: 90px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .double-box img {
    width: 306px;
    height: 167px;
    border-radius: 18px;
  }
}
.double-box p {
  margin: 10px 0;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .double-box p {
    margin: 15px 0;
    font-size: 2.2rem;
  }
}
.double-box .description {
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #949494;
}
@media (min-width: 768px) {
  .double-box .description {
    font-size: 1.8rem;
  }
}

.triple-box {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .triple-box {
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 25px;
  }
}
.triple-box img {
  width: 105px;
  height: 105px;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .triple-box img {
    width: 192px;
    height: 192px;
    border-radius: 36px;
  }
}
.triple-box p {
  margin: 10px 0;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .triple-box p {
    margin: 15px 0;
    font-size: 2.2rem;
  }
}
.triple-box .download-btn {
  display: block;
  height: 30px;
  width: 100%;
  border-radius: 15px;
  background-image: linear-gradient(to right, #65deb3, #53afcf);
  color: #fff;
  border: none;
  cursor: pointer;
  max-width: 90px;
  margin: 0 auto;
}
.triple-box .download-btn:hover {
  background-image: linear-gradient(to right, #35a17b, #277d9a);
}
@media (min-width: 768px) {
  .triple-box .download-btn {
    height: 40px;
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .triple-box .download-btn {
    max-width: 150px;
  }
}

.quadra-box {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .quadra-box {
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 25px;
  }
}
.quadra-box img {
  width: 75px;
  height: 75px;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .quadra-box img {
    width: 135px;
    height: 135px;
    border-radius: 27px;
  }
}
.quadra-box p {
  margin: 10px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .quadra-box p {
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  .quadra-box {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .quadra-box {
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 25px;
  }
}
.quadra-box .download-btn {
  display: block;
  height: 30px;
  width: 100%;
  border-radius: 15px;
  background-image: linear-gradient(to right, #65deb3, #53afcf);
  color: #fff;
  border: none;
  cursor: pointer;
  max-width: 75px;
  margin: 0 auto;
}
.quadra-box .download-btn:hover {
  background-image: linear-gradient(to right, #35a17b, #277d9a);
}
@media (min-width: 768px) {
  .quadra-box .download-btn {
    height: 40px;
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .quadra-box .download-btn {
    max-width: 135px;
  }
}

.full-box {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  width: 100%;
  margin-top: 15px;
  display: flex;
}
@media (min-width: 768px) {
  .full-box {
    padding-right: 18px;
    padding-left: 18px;
    margin-top: 20px;
  }
}
.full-box img {
  width: 85px;
  height: 85px;
  border-radius: 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .full-box img {
    width: 150px;
    height: 150px;
    border-radius: 26px;
  }
}
.full-box:first-child {
  margin-top: 0;
}
.full-box .info-block {
  position: relative;
  min-width: 150px;
  margin-left: 15px;
  margin-right: 5px;
  padding: 5px 0;
  flex: 2 0 150px;
}
@media (min-width: 768px) {
  .full-box .info-block {
    padding: 20px 0;
    margin: 0 20px;
  }
}
.full-box p {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .full-box p {
    font-size: 2.2rem;
  }
}
.full-box .description {
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #949494;
}
@media (min-width: 768px) {
  .full-box .description {
    font-size: 1.8rem;
  }
}
.full-box .download-text {
  position: absolute;
  bottom: 5px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #949494;
}
@media (min-width: 768px) {
  .full-box .download-text {
    bottom: 20px;
    font-size: 1.8rem;
  }
}
.full-box .download-btn {
  display: block;
  height: 30px;
  width: 100%;
  border-radius: 15px;
  background-image: linear-gradient(to right, #65deb3, #53afcf);
  color: #fff;
  border: none;
  cursor: pointer;
  max-width: 150px;
  align-self: center;
  flex: 1 0 90px;
}
.full-box .download-btn:hover {
  background-image: linear-gradient(to right, #35a17b, #277d9a);
}
@media (min-width: 768px) {
  .full-box .download-btn {
    height: 40px;
    border-radius: 20px;
  }
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  font-size: 10px;
  font-family: 微軟正黑體, "Microsoft JhengHei", Arial, Helvica;
  color: #2b2b2b;
}

a {
  text-decoration: none;
  font-family: 微軟正黑體, "Microsoft JhengHei", Arial, Helvica;
  color: #2b2b2b;
}

#pageContainer {
  position: relative;
  height: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.fixed-bg {
  display: block;
  position: fixed;
  top: 50px;
  width: 100%;
  height: 100%;
  background-image: url(/images/img-iqiyu-bg.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

h1 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -18px;
    margin-left: -18px;
  }
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ios_link, .andro_link {
  display: none;
}

.link-show {
  display: inline;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to right, #22334f, #4e9790);
  box-sizing: border-box;
  z-index: 2;
}

#headerContent {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 768px;
  margin: 0 auto;
  height: 100%;
}
#headerContent .left-box {
  display: flex;
}
@media (min-width: 768px) {
  #headerContent {
    padding: 0 30px;
  }
}
#headerContent .right-box {
  display: flex;
}

#logo {
  width: 100px;
  height: 35px;
  margin-top: 8px;
  margin-left: 50px;
}

.header-btn {
  height: 30px;
  margin: 10px 15px;
  padding: 7px 16px;
  border-radius: 20px;
  cursor: pointer;
}
.header-btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .header-btn {
    margin-right: 0;
  }
}
.header-btn p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}
.header-btn.contact {
  border: solid 1px #ffffff;
  color: #fff;
}
.header-btn.download {
  margin-right: 0;
  border: solid 2px #D0FF00;
  color: #D0FF00;
}

#burgerMenu {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
@media (min-width: 768px) {
  #burgerMenu {
    left: 30px;
  }
}
#burgerMenu .burger-container {
  width: 25px;
  height: 25px;
  margin: 13px 0 0 13px;
  padding: 5px 2px 4px 2px;
}
#burgerMenu .nav-icon {
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#burgerMenu .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#burgerMenu .nav-icon span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
#burgerMenu .nav-icon span:nth-child(2) {
  top: 7px;
  transform-origin: left center;
}
#burgerMenu .nav-icon span:nth-child(3) {
  top: 14px;
  transform-origin: left center;
}
#burgerMenu .nav-icon.open span {
  background: #35383c;
}
#burgerMenu .nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
  left: 3px;
}
#burgerMenu .nav-icon.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
#burgerMenu .nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 14px;
  left: 3px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
  height: 60px;
  background-color: #2c2c2c;
}
@media (min-width: 768px) {
  footer {
    height: 70px;
  }
}
footer p {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: normal;
  color: #aeaeae;
}
@media (min-width: 768px) {
  footer p {
    font-size: 1.4rem;
  }
}
footer p:first-child, footer p:nth-child(2) {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  footer p:first-child, footer p:nth-child(2) {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  footer {
    margin-right: -30px;
    margin-left: -30px;
  }
}

#maincontainer {
  margin: 50px auto 0;
  padding: 15px 15px 0;
  font-size: 1.4rem;
  position: absolute;
  /* height: 100vh; */
  overflow: scroll;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#maincontainer button {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #maincontainer button {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  #maincontainer {
    padding: 15px 30px 0;
    font-size: 1.8rem;
  }
}

#subContainer {
  max-width: 768px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #subContainer {
    padding-bottom: 25px;
  }
}

#carousel {
  width: 100%;
  height: 90px;
  border-radius: 5px;
  background: grey;
}
@media (min-width: 768px) {
  #carousel {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  #carousel {
    width: 100%;
    height: 185px;
    border-radius: 5px;
    background: grey;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #carousel {
    border-radius: 10px;
  }
}

.carousel-bullet-active {
  opacity: 1 !important;
  background: #83fd7f !important;
}

.carousel-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.5;
  margin: 0 4px;
}

.category-block {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .category-block {
    padding: 0 30px;
    margin-top: 25px;
  }
}

.bd-banner {
  width: 100%;
  height: 75px;
  border-radius: 5px;
  background: grey;
}
@media (min-width: 768px) {
  .bd-banner {
    border-radius: 10px;
  }
}
.bd-banner img {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .bd-banner {
    width: 100%;
    height: 154px;
    border-radius: 5px;
    background: grey;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .bd-banner {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .bd-banner img {
    border-radius: 10px;
  }
}

.container {
  margin-top: 15px;
}

#sidebarMask {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 400;
}

#sidebar {
  position: absolute;
  overflow: hidden;
  width: 0px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #191c21;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.5);
  transition: 0.5s width cubic-bezier(0, 0, 0.24, 1);
  z-index: 500;
}
#sidebar.open {
  width: 200px;
}
@media (min-width: 768px) {
  #sidebar.open {
    width: 300px;
  }
}
#sidebar a {
  color: #fff;
  font-size: 1.6rem;
}

#sidebarHead {
  display: flex;
  height: 50px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#menuLogo {
  width: 100px;
  height: 35px;
}

#sidebarBanner {
  width: 100%;
  height: 60px;
}
@media (min-width: 768px) {
  #sidebarBanner {
    height: 90px;
  }
}
#sidebarBanner img {
  width: 100%;
  height: 100%;
}

#sidebarContain {
  position: absolute;
  height: calc(100vh - 170px);
  width: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  #sidebarContain {
    height: calc(100vh - 215px);
  }
}
#sidebarContain .link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #25282f;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  #sidebarContain .link {
    height: 75px;
  }
}
#sidebarContain .icon {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  #sidebarContain .icon {
    width: 45px;
    height: 45px;
    margin-left: 30px;
    margin-right: 20px;
  }
}
#sidebarContain .title {
  width: 100px;
}
@media (min-width: 768px) {
  #sidebarContain .title {
    font-size: 2.4rem;
    width: 150px;
  }
}

#sidebarFooter {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 100%;
  height: 60px;
}
@media (min-width: 768px) {
  #sidebarFooter {
    height: 75px;
  }
}
#sidebarFooter .btn {
  width: 120px;
  height: 36px;
  border-radius: 18px;
  padding: 1px;
  background-image: linear-gradient(to right, #65deb3, #53afcf);
  cursor: pointer;
}
@media (min-width: 768px) {
  #sidebarFooter .btn {
    width: 180px;
    height: 45px;
  }
}
#sidebarFooter .btn .box {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #191c21;
  text-align: center;
  line-height: 36px;
}
#sidebarFooter .btn .box:hover {
  background: unset;
}
@media (min-width: 768px) {
  #sidebarFooter .btn .box {
    border-radius: 22.5px;
    line-height: 45px;
    font-size: 1.8rem;
  }
}
#sidebarFooter .download-button {
  border: solid 2px #D0FF00;
  color: #D0FF00;
  background: none;
  text-align: center;
  line-height: 32px;
}

#itemGroup {
  display: flex;
  align-items: center;
  justify-content: center;
}
#itemGroup.andro {
  position: absolute;
  left: 50%;
  width: 240px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #itemGroup.andro {
    width: 315px;
  }
}

#addScreen {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 75px;
  background-image: linear-gradient(to right, rgba(225, 225, 225, 0.95), rgba(206, 241, 255, 0.95) 21%, rgba(206, 255, 240, 0.95) 45%, rgba(255, 255, 255, 0.95) 97%);
  z-index: 700;
  font-size: 1.2rem;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #addScreen {
    height: 80px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1.6rem;
  }
}
#addScreen .close_btn {
  width: 30px;
  height: 30px;
  margin-right: 23px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #addScreen .close_btn {
    width: 40px;
    height: 40px;
    margin-right: 129px;
  }
}
#addScreen .close_btn.ios {
  margin-right: 10px;
}
@media (min-width: 768px) {
  #addScreen .close_btn.ios {
    margin-right: 15px;
  }
}
#addScreen .app_icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #addScreen .app_icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}
#addScreen p {
  font-weight: 500;
}
#addScreen p:first-child {
  margin-bottom: 8px;
}
#addScreen #addBtn {
  display: none;
  position: absolute;
  right: 15px;
  width: 60px;
  height: 30px;
  border-radius: 15px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to right, #ffa3a3 3%, #d75694);
  color: #fff;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  #addScreen #addBtn {
    right: 60px;
    width: 135px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.8rem;
  }
}
#addScreen #addBtn.ios {
  display: block;
}

#addScreenDemo {
  position: fixed;
  bottom: -145px;
  left: 0;
  right: 0;
  height: 145px;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 20px;
  background: rgba(37, 40, 44, 0.95);
  transition: 0.5s bottom cubic-bezier(0, 0, 0.24, 1);
  z-index: 700;
}
@media (min-width: 768px) {
  #addScreenDemo {
    bottom: -210px;
    height: 210px;
    padding-top: 24px;
    padding-bottom: 27px;
  }
}
#addScreenDemo.open {
  bottom: 10px;
}
@media (min-width: 768px) {
  #addScreenDemo.open {
    bottom: 20px;
  }
}
#addScreenDemo p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #addScreenDemo p {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
#addScreenDemo hr {
  height: 1px;
  width: 320px;
  margin-bottom: 10px;
  border: none;
  background: #4f4f4f;
}
@media (min-width: 768px) {
  #addScreenDemo hr {
    width: 630px;
    height: 2px;
  }
}
#addScreenDemo .step {
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 267px;
  margin: 0 auto 8px;
}
@media (min-width: 768px) {
  #addScreenDemo .step {
    width: 389px;
    height: 45px;
  }
}
#addScreenDemo .step p {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  #addScreenDemo .step p {
    font-size: 2rem;
    line-height: 45px;
  }
}
#addScreenDemo .step span {
  font-size: 1.6rem;
  color: #63d9b5;
}
@media (min-width: 768px) {
  #addScreenDemo .step span {
    font-size: 2.4rem;
  }
}
#addScreenDemo .step img {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  #addScreenDemo .step img {
    width: 45px;
    height: 45px;
  }
}
#addScreenDemo:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(37, 40, 44, 0.95);
  border-width: 10px 12.5px 0;
  margin-left: -10px;
}
@media (min-width: 768px) {
  #addScreenDemo:after {
    border-width: 20px 25px 0;
    margin-left: -20px;
  }
}

#addScreenMask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #000000;
  opacity: 0.3;
}
#addScreenMask.open {
  display: block;
}

#iosCloseBtn {
  position: absolute;
  top: 0;
  right: 10px;
  width: 45px;
  height: 45px;
}

#qrCodePage {
  display: none;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 1000;
}
#qrCodePage.open {
  display: block;
}

#qrCodeContainer {
  max-width: 786px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  padding-right: 37px;
  padding-left: 37px;
  transform: translateX(-50%);
  background-image: url(/images/img-share-bg.png);
  background-position: center;
  background-size: cover;
}
#qrCodeContainer p {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #qrCodeContainer p {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

#qrClose {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  #qrClose {
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
  }
}

#shareLogo {
  display: block;
  width: 181px;
  height: 60px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  #shareLogo {
    width: 270px;
    height: 89px;
    margin: 0 auto 30px;
  }
}

#qrcodeImgContainer {
  display: block;
  margin: 25px auto;
  padding: 17px;
  background: #fff;
  width: 170px;
  height: 170px;
}
#qrcodeImgContainer img {
  width: 136px;
  height: 136px;
}
@media (min-width: 768px) {
  #qrcodeImgContainer img {
    width: 204px;
    height: 204px;
  }
}
@media (min-width: 768px) {
  #qrcodeImgContainer {
    margin: 30px auto;
    padding: 25px;
    width: 255px;
    height: 255px;
  }
}

#qrFooter {
  position: absolute;
  bottom: -106px;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #qrFooter {
    bottom: -187px;
  }
}
#qrFooter p {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #qrFooter p {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}

#qrGroup {
  position: absolute;
  top: 40vw;
}
@media (min-width: 768px) {
  #qrGroup {
    top: 245px;
  }
}
