.image-container {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-container .show-image-one {
  width: 56.53vw;
  height: 65.33vw;
  background-size: 100% 100%;
  background-image: url(//docs.gtimg.com/scenario/img/11-690443.png);
}
.image-container .show-image-two {
  width: 56.53vw;
  height: 73.33vw;
  background-size: 100% 100%;
  background-image: url(//docs.gtimg.com/scenario/img/22-16a960.png);
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: center;
}
.docs-app-guide-container {
  position: absolute;
  padding-top: 80px;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21.03%, rgba(225, 237, 248, 0.05)), color-stop(82.176%, #f0f3f7)), url('https://vfiles.gtimg.cn/wupload/xy/docs_manage/oKwH2FQN.jpeg') no-repeat center / cover;
  background: linear-gradient(180deg, rgba(225, 237, 248, 0.05) 21.03%, #f0f3f7 82.176%), url('https://vfiles.gtimg.cn/wupload/xy/docs_manage/oKwH2FQN.jpeg') no-repeat center / cover;
}
.docs-app-guide-container .docs-app-guide-header-arrow {
  position: absolute;
  background: url(//docs.gtimg.com/scenario/img/guidance-arrow_loopguidance-arrow_loop-f5ef15.gif) no-repeat center / cover;
  top: 0;
  right: 0px;
  width: 120px;
  height: 90px;
}
.docs-app-guide-container .docs-app-guide-logo {
  width: 96px;
  height: 20.9px;
  background: url(//docs.gtimg.com/scenario/img/logo_combinationlogo_combination-7cf8da.svg) no-repeat center / cover;
  margin: 60px auto 0 auto;
}
.docs-app-guide-container .docs-app-guide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.docs-app-guide-container .docs-app-guide-text span {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
.docs-app-guide-container .docs-app-guide-text:first-of-type {
  margin-top: 0;
}
.docs-app-guide-container .docs-app-guide-text .docs-app-guide-ellipse {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAWlBMVEUAAADf39/f39/f39/g4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODh4eFFTVpQWGBgYHBweICIkJigqLCwsLi4wMDQ0Njg4ODo6Ojw8PD4+Pj///98M1mGAAAAEHRSTlMAcKCwECBAYJCgsMDQ4PBw6dc70wAAAYVJREFUeAHt2lViJDEMRVE1FNvF9Az73+awmzyUWEHdzzKcMIquy7pKt3hWraq7jOIVDQBjn5kBoAp6LNcw1vkEOQvoe+JcAs4nywLlma7KFKxPmoXOru7XcD5x7ko4p70/COr8EygT3x+Ekr5XwHqWLPLvgIZnCjq8Ajw5FESk4NkyDVEGywdYZHSA4wMcDlTDM4aKlOEEjKbWcgK2JfACEEAAAQQQQAABBBDgtQG7jP04G3/TPg39tMU3/idgxv5b483Bpf/eEt/4f8DY/2jyl7b+Z3t84/8Aex+5bOrDZfGN/wEs4dzqQ+HZEN/4P8Aazi0+NISH0Y1v600ULhtj6hbb+NY+TL2Zx35c7ha3qR+mPb5RvtgJIIAAAggggAACfHCA/8/7mvcfFIqO4ARw4v8nEfu/uagxfAAUERVwfK9A8RL/LKUclvUV4P+HNZ0Vh+Cgz/xDA1dC8rEHld0NbqQkHMLgRqjQQKrREwOd02OFSjU80xQUL+tq9dzxH13djv98AWu33mQu24PjAAAAAElFTkSuQmCC) no-repeat center / cover;
  border-radius: 4.571px;
  width: 20px;
  height: 20px;
  line-height: 16px;
  margin: 0 2px;
  color: rgba(0, 0, 0, 0.88);
}
.docs-app-guide-container .docs-app-guide-logo-text {
  position: relative;
  top: 14.15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.docs-app-guide-iphone {
  position: relative;
  height: 400px;
  margin: 0 auto;
  top: 26.21px;
  background: url(https://vfiles.gtimg.cn/wupload/xy/docs_manage/cNv3u7Mw.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, black), color-stop(95%, transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 95%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, black), color-stop(95%, transparent));
          mask-image: linear-gradient(to bottom, black 90%, transparent 95%);
}

.mini-action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mini-action-wrapper-divider-1 {
  height: 0px;
}
.mini-action-wrapper-divider-1.need-placeholder {
  height: 12px;
}
.mini-action-wrapper-divider-2 {
  height: 45px;
}
.mini-action-wrapper-divider-3 {
  height: 27px;
}
@media screen and (orientation: landscape) {
  .mini-action-wrapper {
    /*横屏 css*/
  }
  .mini-action-wrapper .show-image-text-one {
    margin-left: -5.5vw;
    margin-top: 2.4vw;
  }
  .mini-action-wrapper .show-image-text-two {
    margin-left: -5.5vw;
    margin-top: 2.4vw;
  }
}
.mini-action-wrapper-content {
  color: #000;
  font-family: PingFang SC;
  font-style: normal;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mini-action-wrapper-content .order {
  font-size: 15px;
  font-weight: bold;
}
.mini-action-wrapper-content .divide {
  margin: 0 3px;
  font-size: 13px;
  font-weight: bold;
}
.mini-action-wrapper-content .text {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.28px;
}
.mini-action-wrapper-content .blue {
  color: #175ceb;
  font-weight: bold;
}
.action-wrapper-h5 {
  width: 102%;
  height: 21.69vw;
  background: url(//docs.gtimg.com/scenario/img/ist_guide_h5@2xist_guide_h5@2x-478292.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

* {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
}
#pages {
  position: fixed;
  padding: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-wrapper {
  height: 100%;
}
.qq-h5-guide-page-wrapper {
  width: 100vw;
  position: relative;
  height: 100%;
  background: #f2f6fa;
  background-image: url(//docs.gtimg.com/scenario/img/download-image@3xdownload-image@3x-f67894.png);
  background-size: contain;
  background-repeat: no-repeat;
  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-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.qq-h5-guide-page-wrapper .img-wrapper {
  width: 340px;
  margin: 0 auto;
}
.qq-h5-guide-page-wrapper .download-btn {
  width: 280px;
  height: 44px;
  border-radius: 4px;
  background-color: #1e6fff;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.qq-h5-guide-page-wrapper .download-btn:active {
  background-color: #3266e2;
}
.qq-h5-guide-page-wrapper .download-docs-app-btn {
  font-size: 17px;
  font-weight: 500;
}
.qq-h5-guide-page-wrapper .download-btn-wrapper {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 47px;
}
.qq-h5-guide-page-wrapper .download-btn.gray {
  background-color: #e9ecee;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.88);
}
.qq-h5-guide-page-wrapper .footer {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.qq-h5-guide-page-wrapper .footer .tencent-cloud {
  width: 136px;
  margin: 131.21px auto 14px;
  height: 14px;
  background: url(//docs.gtimg.com/scenario/img/tencentcloud@2xtencentcloud@2x-33e37b.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.qq-h5-guide-page-wrapper .footer .desc {
  font-family: PingFangSC;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.16);
  padding-bottom: 5%;
}
.qq-h5-guide-page-wrapper .footer .desc a,
.qq-h5-guide-page-wrapper .footer .desc span {
  margin-right: 4px;
}
.qq-h5-guide-page-wrapper .footer .desc .version .company {
  display: inline-block;
  min-width: 5em;
  margin-right: 0;
  font-weight: 400;
}
.qq-h5-guide-page-wrapper .footer .desc a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.16);
  font-weight: 600;
}
.qq-h5-guide-page-wrapper .guide-page-header {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 37px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qq-h5-guide-page-wrapper .app-logo {
  width: 170px;
  height: 37px;
  background: url(//docs.gtimg.com/scenario/img/logo_combinationlogo_combination-7cf8da.svg) no-repeat center / cover;
}
.qq-h5-guide-page-wrapper .app-header-text {
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-top: 11px;
}
.qq-h5-guide-page-wrapper .qq-btn {
  position: absolute;
  bottom: 111px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@charset "utf-8";
/* let's clear some floats */
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}
.hide {
  display: none;
}
.none {
  display: none;
}
.text-overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*border-1px 部分*/
.border-1px {
  position: relative;
}
.border-1px::before,
.border-1px::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  content: " ";
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.border-1px::before {
  top: 0;
  display: none;
}
.border-1px::after {
  bottom: 0;
}
.border-1px.border-color-e1e1e1::before,
.border-1px.border-color-e1e1e1::after {
  border-top: 1px solid #e1e1e1;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .border-1px::after,
  .border-1px::before {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7);
    -webkit-transform-origin: 0 0;
  }
  .border-1px::after {
    -webkit-transform-origin: left bottom;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .border-1px::after,
  .border-1px::before {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .border-1px::after,
  .border-1px::before {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
  }
}
.ui-border-1px {
  position: relative;
}
.ui-border-1px::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-border-1px::after {
    position: absolute;
    top: 0;
    right: -100%;
    bottom: -100%;
    left: 0;
    display: block;
    content: "";
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
  }
}
.scrollbar-x,
.scrollbar-y {
  /*
        滚动通道样式
    */
  /*
        滚动块样式
    */
}
.scrollbar-x:hover::-webkit-scrollbar-track,
.scrollbar-y:hover::-webkit-scrollbar-track {
  /* border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #ff5961;
    */
}
.scrollbar-x:hover::-webkit-scrollbar-thumb,
.scrollbar-y:hover::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #cacaca;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);*/
}
.scrollbar-x:hover::-webkit-scrollbar,
.scrollbar-y:hover::-webkit-scrollbar {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
}
.scrollbar-y {
  overflow-y: auto;
  overflow-x: hidden;
}
.scrollbar-y::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.scrollbar-body-y {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.scrollbar-body-y.scrollbar-body-y::-webkit-scrollbar {
  display: none;
}
.scrollbar-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.scrollbar-x::-webkit-scrollbar {
  height: 8px;
  background: transparent;
}
/*
    HTML5 Reset :: style.css
    ----------------------------------------------------------
    We have learned much from/been inspired by/taken code where offered from:

    Eric Meyer                  :: http://meyerweb.com
    HTML5 Doctor                :: http://html5doctor.com
    and the HTML5 Boilerplate   :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body {
  font-family: "Microsoft YaHei", -apple-system-font, "黑体", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  border: 0;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}
/* Removes webkit border when the element is on focus */
a,
a:active,
a:focus,
button,
button:active,
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}
/* we use a lot of ULs that aren't bulleted.
    don't forget to restore the bullets within content. */
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
table {
  font: 100%;
  font-size: inherit;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
.wrapper {
  width: 100vw;
  height: 100vh;
  background: url(//docs.gtimg.com/scenario/img/ist_guide_bg@2xist_guide_bg@2x-90ba0c.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  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-sizing: border-box;
          box-sizing: border-box;
  padding-top: 53px;
  padding-bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: 40px;
  padding-right: 40px;
}
.wrapper .main-title {
  height: 20px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: 48px;
}
.wrapper .main-title.is-android {
  font-weight: bold;
}
.mini {
  background: url(//docs.gtimg.com/scenario/img/bgbg-99e810.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 32px;
  padding-left: 30px;
  padding-right: 30px;
}
.not-mini {
  padding-top: 141px;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3), screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .wrapper .logo {
    margin-top: 11.417vh;
  }
}
@media screen and (orientation: landscape) {
  /*横屏 css*/
  .wrapper {
    height: unset;
  }
}


/*# sourceMappingURL=docs-app-guide-3eb121.css.map*/