.glass-svg-icon {
  line-height: 0;
}
.glass-svg-icon svg {
  width: 3.333vw;
  height: 3.333vw;
  width: 1em;
  height: 1em;
  line-height: 1;
}

@font-face {
  font-family: DIN-Bold;
  src: url('https://p.rokidcdn.com/product/website/fonts/DIN-Bold.otf'), url('https://p.rokidcdn.com/product/website/fonts/din_regular-webfont.woff'), url('https://p.rokidcdn.com/product/website/fonts/din_regular-webfont.woff2');
}
@font-face {
  font-family: DIN-Regular;
  src: url('https://p.rokidcdn.com/product/website/fonts/DIN-Regular.otf'), url('https://p.rokidcdn.com/product/website/fonts/din_regular-webfont.woff'), url('https://p.rokidcdn.com/product/website/fonts/din_regular-webfont.woff2');
}
@font-face {
  font-family: Calibre-Regular;
  src: url('https://p.rokidcdn.com/product/website/fonts/CalibreApp-Regular.ttf');
}
@font-face {
  font-family: Calibre-Semibold;
  src: url('https://p.rokidcdn.com/product/website/fonts/CalibreApp-Semibold.ttf');
}
@font-face {
  font-family: Calibre-Medium;
  src: url('https://p.rokidcdn.com/product/website/fonts/CCalibreApp-Medium.ttf');
}
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  --color-gray: #333;
}
html,
body {
  color: var(--color-gray);
  font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-touch-callout: none;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body,
dl,
dd,
p,
form,
ol,
ul,
input,
textarea,
div {
  margin: 0;
  padding: 0;
  tap-highlight-color: transparent;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: currentColor;
  outline: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a,
img {
  border: 0;
  vertical-align: middle;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
button,
textarea {
  font-size: 100%;
}
select {
  background-color: transparent;
  appearance: none;
}
input,
textarea {
  outline: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: none;
  line-height: inherit;
  outline: none;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}
/* 干掉自动填充的黄色背景 */
input:-webkit-autofill {
  box-shadow: 0 0 0px 9.259vw #fff inset;
}
::-webkit-input-placeholder {
  color: #ccc;
}
.btn-red:active {
  background: linear-gradient(159.86deg, #CC5656 0%, #9D217D 99.92%) !important;
}
.btn-red {
  display: inline-block;
  background: linear-gradient(162.75deg, #FF6B6B 0%, #C4299C 99.92%) !important;
  border-radius: 4.63vw !important;
  color: #fff !important;
  text-align: center !important;
  vertical-align: middle;
}
.btn-red.lg {
  width: 16.667vw;
  height: 5.185vw;
  line-height: 5.093vw;
  font-size: 1.5rem;
}
.btn-red.md {
  width: 13.426vw;
  height: 3.333vw;
  line-height: 3.148vw;
  font-size: 1.375rem;
}
.btn-red:hover {
  outline: none;
}
.btn-red.bold {
  font-weight: 600;
}
.btn-red.disabled {
  background: linear-gradient(162.75deg, #B5B5B5 0%, #777777 99.92%) !important;
  color: rgba(255, 255, 255, 0.4);
  cursor: initial;
}
.btn-white:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn-white:active {
  background: rgba(255, 255, 255, 0.4);
}
.btn-white {
  display: inline-block;
  border: 0.185vw solid #C6CED0 !important;
  background: none;
  border-radius: 4.63vw !important;
  text-align: center !important;
  color: #fff !important;
  vertical-align: middle;
}
.btn-white.lg {
  width: 16.667vw;
  height: 5.185vw;
  line-height: 5.093vw;
  font-size: 1.5rem;
}
@media only screen and (max-width: 828px) {
  .btn-red.md {
    width: auto;
    padding: 0 24px;
    height: 32px;
    line-height: 31px;
    font-size: 1.125rem;
  }
}
html,
body,
:global(#root) {
  height: 100%;
  background-color: #2A2C30;
}
html,
body {
  background-color: #2a2c30;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.popups-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.glass-index-main {
  position: relative;
  min-height: 100%;
  background-color: #2A2C30;
}
.glass-home-link {
  width: 100%;
  position: fixed;
  z-index: 9;
  padding: 3.333vw 5.556vw;
  background-color: #2A2C30;
}
.glass-home-btn {
  padding: 2.222vw 2.222vw 2.222vw 1.944vw;
  background-color: #13171C;
  border-radius: 1.481vw;
  font-weight: 500;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  font-size: 3.333vw;
}
.glass-home-btn .home-text {
  margin-left: 1.111vw;
}
.glass-main-cnt {
  position: absolute;
  width: 100%;
  padding-top: 16.667vw;
}
.rokid-home-img {
  display: none;
}
.glass-main-img {
  display: none;
}
@media only screen and (min-width: 800px) {
  .glass-index-main {
    width: 100%;
    min-width: 1440px;
    overflow: hidden;
    min-height: 100vh;
  }
  .glass-main-img {
    display: block;
    width: 904px;
    position: absolute;
    left: 50%;
    top: -72px;
    margin-left: 100px;
  }
  .glass-main-header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
  }
  .glass-main-header .rokid-home-img {
    width: 97px;
    display: inline-block;
    margin-top: 40px;
    margin-left: 45px;
  }
  .glass-main-header .glass-header-right {
    padding-right: 60px;
    float: right;
  }
  .glass-main-header .menu {
    display: block;
    float: left;
    position: relative;
    z-index: 1000;
    cursor: pointer;
  }
  .glass-main-cnt {
    position: relative;
    width: 1440px;
    margin: 0 auto;
    padding-top: 88px;
  }
  .glass-home-link {
    float: none;
    width: auto;
    float: left;
    display: block;
    position: relative;
    background: transparent;
    line-height: 88px;
    padding: 0 45px;
  }
  .glass-home-btn {
    width: auto;
    padding: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    font-size: 22px;
  }
  .glass-home-btn .glass-svg-icon {
    font-size: 24px;
  }
  .glass-home-btn .home-text {
    margin-left: 8px;
  }
  .menu {
    float: right;
    height: 100%;
    padding-top: 34px;
  }
  .menu li {
    position: relative;
    height: 100%;
    padding: 0 5px;
    cursor: pointer;
  }
  .menu li .sub-menu a {
    font-size: 14px;
  }
  .menu li a {
    font-size: 21px;
    color: #fff;
    display: block;
    line-height: 27px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  .menu li a.glass-menu-item--selected {
    color: #408CFF;
  }
  .menu li a:hover {
    color: #408CFF;
  }
  .menu li .sub-menu {
    position: absolute;
    right: -16px;
    top: 17px;
    margin-left: -38px;
    padding-top: 24px;
    line-height: 1;
    background-color: transparent;
  }
  .sub-menu-items {
    width: 100%;
    padding: 5px 16px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 4px;
  }
  .menu-h5 {
    display: none;
  }
}

.home-wrap {
  position: relative;
  width: 100%;
  background-color: #131415;
  min-height: 100vh;
}
.home-wrap .home-header {
  position: relative;
  overflow: hidden;
  height: 51.852vw;
  padding-top: 8.333vw;
  background-color: #3E8BFF;
  text-align: center;
  color: #fff;
}
.home-wrap .home-header-desc {
  margin-bottom: 3.796vw;
  font-size: 5vw;
}
.home-wrap .home-header-title {
  margin-bottom: 2.222vw;
  font-size: 7.407vw;
  font-weight: 900;
  letter-spacing: 1.852vw;
}
.home-wrap .home-header-rokid {
  width: 16.667vw;
}
.home-wrap .home-header-cnt {
  position: relative;
  z-index: 9;
}
.home-wrap .home-header-img {
  width: 29.63vw;
  position: absolute;
  top: 0;
  right: 11.111vw;
}
.home-wrap .home-cards {
  position: relative;
  padding: 0 5.556vw 5.556vw;
  margin-top: -9.815vw;
}
.home-wrap .home-card-coming {
  position: absolute;
  padding: 0.926vw 1.296vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  right: 5.556vw;
  top: 7.037vw;
  border-radius: 0.926vw;
  line-height: 1;
  font-size: 3.333vw;
  color: rgba(255, 255, 255, 0.5);
}
.home-wrap .home-card-item {
  display: flex;
  position: relative;
  align-items: center;
  height: 19.444vw;
  line-height: 19.444vw;
  padding: 0 6.667vw 0 6.204vw;
  margin-bottom: 2.778vw;
  border-radius: 2.778vw;
  font-size: 5.556vw;
  background-color: #2A2C30;
  font-weight: bold;
  color: #fff;
}
.home-wrap .home-card-item svg {
  fill: #fff;
}
.home-wrap .home-card-icon {
  font-size: 8.333vw;
}
.home-wrap .home-card-text {
  margin-left: 2.778vw;
}
.home-wrap .home-card-arrow {
  position: absolute;
  right: 6.667vw;
  font-size: 3.333vw;
}
.home-wrap .home-cards-img {
  display: none;
}
@media only screen and (min-width: 800px) {
  .home-wrap {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #2A2C30;
    height: auto;
    min-height: auto;
    padding: 89px 0 0 74px;
  }
  .home-wrap .home-header {
    position: relative;
    overflow: hidden;
    width: 611px;
    height: auto;
    padding-top: 0;
    background-color: transparent;
    text-align: center;
    color: #fff;
  }
  .home-wrap .home-header-desc {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 80px;
    letter-spacing: 5.6px;
    position: relative;
    left: -32px;
  }
  .home-wrap .home-header-title {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 15px;
    line-height: 1;
  }
  .home-wrap .home-header-rokid {
    display: none;
  }
  .home-wrap .home-header-cnt {
    width: 611px;
    height: 611px;
    background-image: url('https://rokid-platform.oss-cn-hangzhou.aliyuncs.com/web/rokid/h5/home-glass-1.png');
    background-size: cover;
  }
  .home-wrap .home-header-img {
    display: none;
  }
  .home-wrap .home-cards-img {
    display: block;
    width: 1686px;
    top: -228px;
    left: -175px;
    position: absolute;
  }
  .home-wrap .home-cards {
    width: 660px;
    position: relative;
    padding: 0;
    padding-left: 75px;
    margin-top: -50px;
  }
  .home-wrap .home-card-coming {
    display: none;
    position: absolute;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    right: 60px;
    top: 76px;
    border-radius: 10px;
    line-height: 1;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.5);
  }
  .home-wrap .home-card-item {
    width: 110px;
    display: block;
    float: left;
    position: relative;
    align-items: center;
    height: 156px;
    line-height: 2.1;
    padding: 0;
    padding-top: 26px;
    margin: 0 0 36px 29px;
    border-radius: 14px;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.36);
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .home-wrap .home-card-item.home-card-disable svg {
    fill: rgba(255, 255, 255, 0.5);
  }
  .home-wrap .home-card-item.home-card-disable .home-card-text {
    color: rgba(255, 255, 255, 0.5);
  }
  .home-wrap .home-card-icon {
    display: block;
    margin-bottom: 12px;
    font-size: 64px;
  }
  .home-wrap .home-card-text {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 0 6px;
    line-height: 1.2;
  }
  .home-wrap .home-card-arrow {
    display: none;
  }
}

@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes downShow {
  0% {
    top: 0;
  }
  100% {
    top: 348px;
  }
}
.toast-notification {
  position: fixed;
  top: 32.222vw;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}
.toast-notice-wrapper.notice-enter {
  opacity: 0.01;
  transform: scale(0);
}
.toast-notice-wrapper.notice-enter-active {
  opacity: 1;
  transform: scale(1);
  transition: all 300ms ease-out;
}
.toast-notice-wrapper.notice-exit {
  opacity: 1;
  transform: translateY(0);
}
.toast-notice-wrapper.notice-exit-active {
  opacity: 0.01;
  transform: translateY(-40%);
  transition: all 300ms ease-out;
}
.toast-notice {
  background: rgba(0, 0, 0, 0.7);
  width: 51.667vw;
  min-height: 13.241vw;
  margin: 2.222vw auto;
  padding: 4.444vw 4.074vw;
  border-radius: 6.667vw;
  color: #fff !important;
  font-size: 4.259vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toast-notice > span {
  margin-left: 1.667vw;
  line-height: 100%;
}
@media only screen and (min-width: 800px) {
  .toast-notification {
    top: 50%;
    transform: translateY(-35%);
  }
  .toast-notice {
    width: auto;
    min-width: 160px;
    max-width: 320px;
    min-height: 54px;
    margin: 0 auto;
    padding: 0 44px;
    border-radius: 27px;
    font-size: 16px;
    font-weight: bold;
  }
  .toast-notice > span {
    margin-left: 0;
  }
}

.qrcode-layout {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 8.981vw 6.296vw 8.981vw;
  background-color: #2A2C30;
  display: flex;
  align-items: center;
}
.qrcode-layout .qrcode-wrap {
  width: 87.778vw;
  max-height: 106.481vw;
  padding: 8.333vw 10.185vw 14.815vw;
  border-radius: 5.556vw;
  background-color: #EDEEF7;
  color: #2A2C30;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.qrcode-layout .qrcode-wrap .title {
  flex: 1;
  padding-top: 7.407vw;
  font-size: 5vw;
  margin-bottom: 2.963vw;
}
.qrcode-layout .qrcode-wrap .sub-title {
  flex: 1;
  font-size: 3.889vw;
  margin-bottom: 5vw;
  text-align: center;
}
.qrcode-layout .qrcode-wrap .qrcode {
  flex: auto;
}
.qrcode-layout .qrcode-wrap .version {
  flex: 1;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 2.222vw;
  font-size: 5vw;
  color: #1D1E22;
}
.qrcode-layout .action-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 3.333vw;
  color: #fff;
  padding: 9.259vw 6.481vw;
}
.qrcode-layout .action-wrap .action {
  text-align: center;
  width: 13.704vw;
  height: 13.704vw;
}
.qrcode-layout .action-wrap .icon-wrap {
  margin-bottom: 1.667vw;
  width: 100%;
  height: 100%;
}
.qrcode-layout .action-wrap .icon-wrap .glass-svg-icon svg {
  width: 100%;
  height: 100%;
}
.qrcode-layout .action-wrap .text {
  height: 100%;
}
@media only screen and (min-width: 800px) {
  .qrcode-layout {
    padding: 0;
    background-color: rgba(206, 210, 217, 0.8);
    align-items: center;
    justify-content: center;
  }
  .qrcode-layout .qrcode-wrap {
    width: 285px;
    height: auto;
    padding: 27px 38px;
    border-radius: 18px;
    background-color: #EDEEF7;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .qrcode-layout .qrcode-wrap .title {
    flex: 1;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 9px;
    padding-top: 0;
    color: #2A2C30;
  }
  .qrcode-layout .qrcode-wrap .sub-title {
    flex: 1;
    font-size: 12.4px;
    line-height: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
  .qrcode-layout .qrcode-wrap .qrcode {
    width: 207px;
    height: 207px;
    flex: auto;
  }
  .qrcode-layout .qrcode-wrap .version {
    letter-spacing: 1px;
    margin-top: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
  }
  .qrcode-layout .action-wrap {
    padding: 49px 0 0;
  }
  .qrcode-layout .action-wrap .action {
    text-align: center;
    width: 45px;
    height: auto;
    cursor: pointer;
  }
  .qrcode-layout .action-wrap .icon-wrap {
    margin-bottom: 0;
    width: auto;
    height: auto;
    font-size: 45px;
  }
  .qrcode-layout .action-wrap .text {
    font-size: 14px;
    line-height: 16px;
    height: 100%;
  }
}

.wifi-wrap {
  padding: 0 5.556vw 3.704vw;
  color: #9A9A9A;
}
.wifi-wrap .wifi-container {
  padding: 0 3.611vw;
}
.wifi-wrap .wifi-title {
  margin-bottom: 1.111vw;
  font-size: 6.944vw;
  font-weight: 500;
  color: #fff;
}
.wifi-wrap .wifi-desc {
  margin-bottom: 6.667vw;
  font-size: 4.444vw;
}
.wifi-wrap .wifi-input-item {
  margin-bottom: 6.944vw;
  border-bottom: 0.278vw solid rgba(223, 225, 228, 0.2);
}
.wifi-wrap .wifi-name {
  display: block;
  margin-bottom: 5.185vw;
  font-size: 4.444vw;
}
.wifi-wrap input {
  height: 11.111vw;
  border: 0;
  font-size: 4.63vw;
  width: 100%;
  color: #fff;
  background-color: transparent;
}
.wifi-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wifi-wrap .qr-btn {
  display: block;
  width: 100%;
  height: 12.5vw;
  margin-top: 1.574vw;
  background-color: #408CFF;
  border-radius: 2.778vw;
  line-height: 12.5vw;
  font-weight: 500;
  text-align: center;
  font-size: 5vw;
  color: #fff;
}
@media only screen and (min-width: 800px) {
  .wifi-wrap {
    padding: 121px 60px 40px 97px;
    color: #9A9A9A;
  }
  .wifi-wrap .wifi-container {
    max-width: 450px;
    padding: 0;
  }
  .wifi-wrap .wifi-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 52px;
  }
  .wifi-wrap .wifi-desc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1;
  }
  .wifi-wrap .wifi-input-item {
    margin-bottom: 54px;
    border-bottom: 1px solid rgba(223, 225, 228, 0.2);
  }
  .wifi-wrap .wifi-name {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 26px;
  }
  .wifi-wrap input {
    height: 30px;
    border: 0;
    font-size: 14px;
    width: 100%;
    color: #fff;
    background-color: transparent;
  }
  .wifi-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  .wifi-wrap .qr-btn {
    display: block;
    margin-left: 52px;
    width: 316px;
    height: 40px;
    margin-top: 0;
    cursor: pointer;
    border-radius: 30px;
    line-height: 40px;
    font-size: 14px;
  }
}

.apps-wrap {
  position: absolute;
  min-height: 100%;
  background-color: #2A2C30;
}
.apps-wrap .apps-header {
  padding: 0 5.556vw 5.556vw;
}
.apps-wrap .apps-header .apps-title {
  margin-bottom: 1.111vw;
  font-size: 6.944vw;
  font-weight: 500;
  color: #FFF;
}
.apps-wrap .apps-header .apps-desc {
  line-height: 5.556vw;
  font-size: 3.889vw;
  color: #9a9a9a;
}
.apps-wrap .apps-header .apps-img {
  height: 29.63vw;
  display: block;
}
.apps-wrap .apps-list {
  padding: 0 5.556vw;
}
.apps-wrap .app-card {
  position: relative;
  height: 40.741vw;
  padding: 3.704vw 5.556vw 5.37vw;
  background-color: #D9DAE8;
  border-radius: 4.63vw;
  margin-bottom: 3.704vw;
  color: #000;
}
.apps-wrap .app-item {
  position: relative;
  display: flex;
  height: 16.667vw;
  align-items: center;
}
.apps-wrap .app-item .app-icon {
  margin-right: 5.556vw;
  font-size: 9.259vw;
}
.apps-wrap .app-item .app-icon svg {
  fill: #000;
}
.apps-wrap .app-item .app-info {
  flex: auto;
  position: relative;
}
.apps-wrap .app-item .divide-line {
  position: absolute;
  display: block;
  width: 100%;
  margin-top: 3.148vw;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.apps-wrap .app-item .app-title {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 0.833vw;
}
.apps-wrap .app-item .app--version-size {
  font-size: 3.333vw;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
.apps-wrap .app-item .app-version {
  margin-right: 2.963vw;
}
.apps-wrap .app-item .app-arrow-icon {
  position: absolute;
  right: 3.704vw;
  font-size: 3.333vw;
  color: #000;
}
.apps-wrap .app-item .app-arrow-icon svg {
  fill: #000;
}
.apps-wrap .app-desc {
  margin-top: 2.963vw;
  font-size: 3.889vw;
  color: rgba(0, 0, 0, 0.5);
}
.apps-wrap .coming-soon {
  position: absolute;
  right: 1.852vw;
  top: 2.778vw;
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(42, 44, 48, 0.3);
  border-radius: 1.481vw;
  padding: 1.111vw 2.222vw;
  font-size: 3.333vw;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (min-width: 800px) {
  .apps-wrap {
    width: 1233px;
    overflow: hidden;
    position: relative;
    padding: 117px 0 0 151px;
    background-color: transparent;
  }
  .apps-wrap .apps-header {
    padding: 0;
    margin-bottom: 31px;
  }
  .apps-wrap .apps-header .apps-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 40px;
  }
  .apps-wrap .apps-header .apps-desc {
    line-height: 30px;
    font-size: 14px;
  }
  .apps-wrap .apps-header .apps-img {
    height: 320px;
    display: block;
  }
  .apps-wrap .apps-list {
    width: 1138px;
    padding: 0;
  }
  .apps-wrap .app-card {
    width: 324px;
    position: relative;
    height: 149px;
    padding: 27px 22px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 12px;
    margin-bottom: 45px;
    margin-right: 55px;
    border: 1px solid #fff;
    float: left;
    color: #fff;
    cursor: pointer;
  }
  .apps-wrap .app-item {
    position: relative;
    display: flex;
    height: 42px;
    align-items: center;
  }
  .apps-wrap .app-item .app-icon {
    margin-right: 0;
    font-size: 48px;
    color: #fff;
  }
  .apps-wrap .app-item .app-icon svg {
    fill: #fff;
  }
  .apps-wrap .app-item .app-info {
    flex: auto;
    position: relative;
    margin-left: 13px;
  }
  .apps-wrap .app-item .divide-line {
    margin-top: 8px;
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .apps-wrap .app-item .app-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .apps-wrap .app-item .app--version-size {
    font-size: 12px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
  }
  .apps-wrap .app-item .app-version {
    margin-right: 12px;
  }
  .apps-wrap .app-item .app-arrow-icon {
    right: 0;
    font-size: 10px;
    color: #fff;
  }
  .apps-wrap .app-item .app-arrow-icon svg {
    fill: #fff;
  }
  .apps-wrap .app-desc {
    margin-top: 18px;
    font-size: 14px;
    color: #fff;
  }
  .apps-wrap .coming-soon {
    position: absolute;
    right: 20px;
    top: 30px;
    color: rgba(255, 255, 255, 0.3);
    background-color: rgba(42, 44, 48, 0.3);
    border-radius: 16px;
    padding: 12px 24px;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
  }
}

@media only screen and (min-width: 800px) {
  /* Arrows */
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -75px;
    width: 11px;
    height: 22px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMTYgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUEPnq68iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLmlofku7bliIbkuqstIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzg5LjAwMDAwMCwgLTUzMS4wMDAwMDApIiBzdHJva2U9IiM5Nzk3OTciIHN0cm9rZS13aWR0aD0iMy42Ij4KICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSLot6/lvoQtNuWkh+S7vSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzk3LjUwMDAwMCwgNTQ3LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTM5Ny41MDAwMDAsIC01NDcuMDAwMDAwKSAiIHBvaW50cz0iMzkyIDUzMyA0MDMgNTQ3IDM5MiA1NjEiPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    background-size: 100%;
  }
  .slick-next {
    right: -70px;
    width: 11px;
    height: 22px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMTYgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUEPnq68iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLmlofku7bliIbkuqstIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTUyNi4wMDAwMDAsIC01MzguMDAwMDAwKSIgc3Ryb2tlPSIjOTc5Nzk3IiBzdHJva2Utd2lkdGg9IjMuNiI+CiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0i6Lev5b6ELTblpIfku70iIHBvaW50cz0iMTUyOCA1NDAgMTUzOSA1NTQgMTUzNS4xNzI3NiA1NTguODcxMDM3IDE1MjggNTY4Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    background-size: 100%;
  }
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
    color: #3E8BFF;
  }
  .slick-dots li button:before {
    font-size: 28px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.2;
    color: #D8D8D8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #3E8BFF;
  }
}
.app-book-detail {
  padding-bottom: 25.926vw;
}
.app-book-detail .book-header {
  padding: 7.315vw 5.556vw 5.926vw;
}
.app-book-detail .book-title {
  margin-bottom: 1.111vw;
  color: #ffffff;
  font-size: 6.944vw;
  font-weight: bold;
  line-height: 7.963vw;
}
.app-book-detail .book-desc {
  color: #9A9A9A;
  font-size: 3.889vw;
  line-height: 5.556vw;
}
.app-book-detail .book-list {
  margin: 0;
  padding: 0 3.889vw;
}
.app-book-detail .book-item {
  width: 44.444vw;
  float: left;
  padding: 2.778vw 0;
  margin-bottom: 3.056vw;
  background-color: #1E2024;
  border-radius: 2.778vw;
  text-align: center;
}
.app-book-detail .book-item:nth-child(odd) {
  margin-right: 1.667vw;
}
.app-book-detail .book-item:nth-child(even) {
  margin-left: 1.667vw;
}
.app-book-detail .book-image {
  display: inline-block;
  width: 38.889vw;
  border-radius: 2.222vw;
  overflow: hidden;
}
.app-book-detail .book-item-title {
  margin-top: 2.5vw;
  font-size: 4.444vw;
  font-weight: bold;
  line-height: 6.204vw;
  color: #ffffff;
  overflow: overlay;
  padding: 0 2.963vw;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.app-book-detail .book-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 23.704vw;
  padding: 4.259vw 5.556vw;
  background-color: #2A2C30;
}
.app-book-detail .book-footer-btn {
  display: inline-block;
  width: 42.593vw;
  height: 13.889vw;
  text-align: center;
  border-radius: 3.333vw;
  font-size: 3.889vw;
  font-weight: bold;
  line-height: 13.889vw;
}
.app-book-detail .book-footer-btn .glass-svg-icon {
  position: relative;
  top: 0.741vw;
  margin-right: 1.481vw;
  font-size: 4.63vw;
}
.app-book-detail .book-footer-btn.download {
  margin-right: 3.704vw;
  color: #3E8BFF;
  background-color: #ffffff;
}
.app-book-detail .book-footer-btn.install {
  color: #ffffff;
  background-color: #3E8BFF;
}
.book-layout {
  position: fixed;
  z-index: 999;
  top: 0;
  height: 100%;
  overflow: hidden;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
}
.book-layout .book-layout-cnt {
  flex: auto;
}
.book-layout .book-layout-cnt.book-layout-cnt-s .book-image-large {
  transform: rotate(90deg);
  max-width: 70vw;
  max-height: 110vh;
}
.book-layout .book-layout-cnt.book-layout-cnt-s .book-view-close {
  top: 2.593vw;
  right: 2.963vw;
  font-size: 4.63vw;
}
.book-layout .book-image-out {
  text-align: center;
}
.book-layout .book-image-box {
  display: inline-block;
}
.book-layout .book-view-close {
  position: absolute;
  top: 3.889vw;
  right: 3.889vw;
  text-align: center;
  font-size: 8.333vw;
}
.book-layout .book-image-large {
  max-width: 90vw;
  max-height: 70vh;
}
@media only screen and (min-width: 800px) {
  .app-book-detail {
    width: 1000px;
    margin: 0 auto;
    padding: 96px 100px 100px 0;
  }
  .app-book-detail .book-header {
    padding: 0;
  }
  .app-book-detail .book-title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }
  .app-book-detail .book-desc {
    font-size: 14px;
    line-height: 37px;
  }
  .app-book-detail .book-list {
    width: 880px;
    height: 200px;
    padding: 0;
    margin: 64px 0 0 74px;
  }
  .app-book-detail .book-item-box {
    padding: 0 8px;
    outline: none;
  }
  .app-book-detail .book-item {
    width: 144px;
    float: left;
    padding: 9px;
    margin-bottom: 0;
    border-radius: 9px;
    cursor: pointer;
    outline: none;
    border: 2px solid transparent;
  }
  .app-book-detail .book-item:hover {
    border-color: #7F40EE;
  }
  .app-book-detail .book-image {
    width: 100%;
    border-radius: 6px;
  }
  .app-book-detail .book-item-title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
  }
  .app-book-detail .book-footer {
    margin-top: 78px;
    position: relative;
    height: auto;
    padding: 0;
    padding-left: 125px;
    text-align: center;
  }
  .app-book-detail .book-footer-btn {
    width: 185px;
    height: 40px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
  }
  .app-book-detail .book-footer-btn .glass-svg-icon {
    position: relative;
    top: 2px;
    margin-right: 8px;
    font-size: 14px;
  }
  .app-book-detail .book-footer-btn.download {
    margin-right: 15px;
  }
  .book-layout {
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100%;
    overflow: hidden;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
  }
  .book-layout .book-layout-cnt {
    flex: auto;
  }
  .book-layout .book-layout-cnt.book-layout-cnt-s .book-image-large {
    transform: rotate(90deg);
    max-width: 520px;
    max-height: 110vh;
  }
  .book-layout .book-layout-cnt.book-layout-cnt-s .book-view-close {
    top: 28px;
    right: 32px;
    font-size: 40px;
  }
  .book-layout .book-image-out {
    text-align: center;
  }
  .book-layout .book-image-box {
    display: inline-block;
  }
  .book-layout .book-view-close {
    position: absolute;
    top: 42px;
    right: 42px;
    text-align: center;
    font-size: 60px;
  }
  .book-layout .book-image-large {
    max-width: 90vw;
    max-height: 70vh;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.hy-app-wrap {
  min-height: 100vh;
  padding: 0 5.556vw 27.778vw;
  background-color: #2A2C30;
}
.hy-app-wrap .hy-app-header {
  display: flex;
  padding-bottom: 8.519vw;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.hy-app-wrap .hy-app-image {
  width: 23.148vw;
  height: 23.148vw;
  margin-right: 5.278vw;
}
.hy-app-wrap .hy-app-info {
  flex: auto;
  height: 23.148vw;
  padding: 0.833vw 0 1.389vw;
  position: relative;
}
.hy-app-wrap .info-title {
  font-size: 5vw;
  font-weight: bold;
  color: #FFF;
}
.hy-app-wrap .info-desc {
  position: absolute;
  bottom: 0;
  font-size: 3.889vw;
  color: rgba(255, 255, 255, 0.5);
}
.hy-app-wrap .hy-app-cnt {
  font-size: 3.889vw;
  color: #D9DAE8;
  line-height: 6.852vw;
}
.hy-app-wrap .hy-app-feature {
  padding: 4.63vw 0 6.019vw;
}
.hy-app-wrap .hy-app-intro {
  color: #D9DAE8;
}
.hy-app-wrap .feature-list {
  padding-left: 4.63vw;
}
.hy-app-wrap .feature-item {
  list-style: disc;
}
.hy-app-wrap .hy-app-image-item {
  width: 47.5%;
}
.hy-app-wrap .hy-app-image-item.first {
  margin-right: 5%;
}
.hy-app-wrap .btn-icon {
  position: relative;
  top: 1.481vw;
  margin-right: 1.852vw;
  font-size: 5.556vw;
}
.hy-app-wrap .btn-box {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 4.259vw 0 5.556vw;
  background-color: #2A2C30;
  text-align: center;
}
.hy-app-wrap .btn-share {
  display: inline-block;
  width: 27.778vw;
  height: 13.889vw;
  margin-right: 2.778vw;
  line-height: 13.889vw;
  border-radius: 3.333vw;
  font-size: 3.889vw;
  background-color: #3E8BFF;
  color: #3E8BFF;
  background-COLOR: #FFF;
  text-align: center;
}
.hy-app-wrap .btn-download {
  display: inline-block;
  width: 58.333vw;
  height: 13.889vw;
  line-height: 13.889vw;
  border-radius: 3.333vw;
  background-color: #3E8BFF;
  color: #FFF;
  font-size: 3.889vw;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .hy-app-wrap {
    min-height: auto;
    width: 830px;
    padding: 76px 200px 100px 0;
    margin: 0 auto;
    background-color: transparent;
  }
  .hy-app-wrap .hy-app-header {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  }
  .hy-app-wrap .hy-app-image {
    width: 75px;
    height: 75px;
    margin-right: 32px;
  }
  .hy-app-wrap .hy-app-info {
    flex: auto;
    height: 73px;
    padding: 2px 0 15px;
    position: relative;
  }
  .hy-app-wrap .info-title {
    font-size: 24px;
  }
  .hy-app-wrap .info-desc {
    font-size: 14px;
    line-height: 21px;
  }
  .hy-app-wrap .hy-app-cnt {
    font-size: 14px;
    line-height: 32px;
  }
  .hy-app-wrap .hy-app-feature {
    padding: 17px 0 30px;
  }
  .hy-app-wrap .feature-list {
    padding-left: 20px;
  }
  .hy-app-wrap .hy-app-image-item {
    width: 160px;
  }
  .hy-app-wrap .hy-app-image-item.first {
    margin-right: 42px;
  }
  .hy-app-wrap .btn-icon {
    position: relative;
    top: 2px;
    margin-right: 8px;
    font-size: 14px;
  }
  .hy-app-wrap .btn-box {
    width: auto;
    position: relative;
    padding: 36px 0 0 0;
    font-weight: 500;
    text-align: left;
  }
  .hy-app-wrap .btn-share {
    width: 148px;
    height: 40px;
    margin-right: 100px;
    line-height: 40px;
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
  }
  .hy-app-wrap .btn-download {
    width: 243px;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    font-size: 14px;
  }
}

.hy-app-wrap {
  min-height: 100vh;
  padding: 0 5.556vw 27.778vw;
  background-color: #2A2C30;
}
.hy-app-wrap .hy-app-header {
  display: flex;
  padding-bottom: 8.519vw;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.hy-app-wrap .hy-app-image {
  width: 23.148vw;
  height: 23.148vw;
  margin-right: 5.278vw;
}
.hy-app-wrap .hy-app-info {
  flex: auto;
  height: 23.148vw;
  padding: 0.833vw 0 1.389vw;
  position: relative;
}
.hy-app-wrap .info-title {
  font-size: 5vw;
  font-weight: bold;
  color: #FFF;
}
.hy-app-wrap .info-desc {
  position: absolute;
  bottom: 0;
  font-size: 3.889vw;
  color: rgba(255, 255, 255, 0.5);
}
.hy-app-wrap .hy-app-cnt {
  font-size: 3.889vw;
  color: #D9DAE8;
  line-height: 6.852vw;
}
.hy-app-wrap .hy-app-feature {
  padding: 4.63vw 0 6.019vw;
}
.hy-app-wrap .hy-app-intro {
  color: #D9DAE8;
}
.hy-app-wrap .feature-list {
  padding-left: 4.63vw;
}
.hy-app-wrap .feature-item {
  list-style: disc;
}
.hy-app-wrap .hy-app-image-item {
  width: 47.5%;
}
.hy-app-wrap .hy-app-image-item.first {
  margin-right: 5%;
}
.hy-app-wrap .btn-icon {
  position: relative;
  top: 1.481vw;
  margin-right: 1.852vw;
  font-size: 5.556vw;
}
.hy-app-wrap .btn-box {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 4.259vw 0 5.556vw;
  background-color: #2A2C30;
  text-align: center;
}
.hy-app-wrap .btn-share {
  display: inline-block;
  width: 27.778vw;
  height: 13.889vw;
  margin-right: 2.778vw;
  line-height: 13.889vw;
  border-radius: 3.333vw;
  font-size: 3.889vw;
  background-color: #3E8BFF;
  color: #3E8BFF;
  background-color: #FFF;
  text-align: center;
}
.hy-app-wrap .btn-download {
  display: inline-block;
  width: 58.333vw;
  height: 13.889vw;
  line-height: 13.889vw;
  border-radius: 3.333vw;
  background-color: #3E8BFF;
  color: #FFF;
  font-size: 3.889vw;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .hy-app-wrap {
    min-height: auto;
    width: 830px;
    padding: 76px 200px 100px 0;
    margin: 0 auto;
    background-color: transparent;
  }
  .hy-app-wrap .hy-app-header {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  }
  .hy-app-wrap .hy-app-image {
    width: 75px;
    height: 75px;
    margin-right: 32px;
  }
  .hy-app-wrap .hy-app-info {
    flex: auto;
    height: 73px;
    padding: 2px 0 15px;
    position: relative;
  }
  .hy-app-wrap .info-title {
    font-size: 24px;
  }
  .hy-app-wrap .info-desc {
    font-size: 14px;
    line-height: 21px;
  }
  .hy-app-wrap .hy-app-cnt {
    font-size: 14px;
    line-height: 32px;
  }
  .hy-app-wrap .hy-app-feature {
    padding: 17px 0 30px;
  }
  .hy-app-wrap .feature-list {
    padding-left: 20px;
  }
  .hy-app-wrap .hy-app-image-item {
    width: 280px;
  }
  .hy-app-wrap .hy-app-image-item.first {
    margin-right: 42px;
  }
  .hy-app-wrap .btn-icon {
    position: relative;
    top: 2px;
    margin-right: 8px;
    font-size: 14px;
  }
  .hy-app-wrap .btn-box {
    width: auto;
    position: relative;
    padding: 36px 0 0 0;
    font-weight: 500;
    text-align: left;
  }
  .hy-app-wrap .btn-box svg {
    fill: #fff;
  }
  .hy-app-wrap .btn-share {
    width: 148px;
    height: 40px;
    margin-right: 100px;
    line-height: 40px;
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
  }
  .hy-app-wrap .btn-download {
    width: auto;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    font-size: 14px;
    margin-right: 100px;
  }
  .hy-app-wrap .btn-download.mac {
    margin-right: 0;
    color: #3E8BFF;
    background-color: #fff;
  }
  .hy-app-wrap .btn-download.mac svg {
    fill: #3E8BFF;
  }
}

.mobile-apps-wrap {
  width: 100%;
}
.mobile-apps-wrap .apps-header {
  padding: 5.833vw 5.556vw 5.556vw;
}
.mobile-apps-wrap .apps-header .apps-title {
  margin-bottom: 1.111vw;
  font-size: 6.944vw;
  font-weight: 500;
  color: #FFF;
}
.mobile-apps-wrap .apps-header .apps-desc {
  line-height: 5.556vw;
  font-size: 3.889vw;
  color: #9a9a9a;
}
.mobile-apps-wrap .apps-header .apps-img {
  height: 29.63vw;
  display: block;
}
.mobile-apps-wrap .apps-list {
  padding: 0 5.556vw;
}
.mobile-apps-wrap .app-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 27.778vw;
  padding: 0 5.556vw;
  margin-bottom: 3.704vw;
  border-radius: 4.63vw;
  border: 1px solid #fff;
  background-color: #D9DAE8;
  color: #000;
}
.mobile-apps-wrap .app-item .app-icon {
  margin-right: 5.556vw;
  width: 11.111vw;
}
.mobile-apps-wrap .app-item .app-title {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 0.833vw;
}
.mobile-apps-wrap .app-item .app--version-size {
  font-size: 3.333vw;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
.mobile-apps-wrap .app-item .app-version {
  margin-right: 2.963vw;
}
.mobile-apps-wrap .app-item .app-arrow-icon {
  position: absolute;
  right: 9.259vw;
  font-size: 3.333vw;
  color: #000;
}
.mobile-apps-wrap .app-item .app-arrow-icon svg {
  fill: #000;
}
.mobile-apps-wrap .coming-soon {
  position: absolute;
  right: 1.852vw;
  top: 2.778vw;
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(42, 44, 48, 0.3);
  border-radius: 1.481vw;
  padding: 1.111vw 2.222vw;
  font-size: 3.333vw;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (min-width: 800px) {
  .mobile-apps-wrap {
    width: 1223px;
    overflow: hidden;
    position: relative;
    padding: 117px 0 0 151px;
  }
  .mobile-apps-wrap .apps-header {
    padding: 0;
    margin-bottom: 31px;
  }
  .mobile-apps-wrap .apps-header .apps-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 40px;
  }
  .mobile-apps-wrap .apps-header .apps-desc {
    line-height: 30px;
    font-size: 14px;
  }
  .mobile-apps-wrap .apps-header .apps-img {
    height: 320px;
    display: block;
  }
  .mobile-apps-wrap .apps-list {
    width: 1130px;
    padding: 0;
  }
  .mobile-apps-wrap .app-item {
    width: 324px;
    position: relative;
    height: 106px;
    padding: 30px 22px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 12px;
    margin-bottom: 45px;
    margin-right: 50px;
    float: left;
    color: #fff;
  }
  .mobile-apps-wrap .app-item .app-icon {
    margin-right: 19px;
    width: 48px;
  }
  .mobile-apps-wrap .app-item .app-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .mobile-apps-wrap .app-item .app--version-size {
    font-size: 12px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
  }
  .mobile-apps-wrap .app-item .app-version {
    margin-right: 12px;
  }
  .mobile-apps-wrap .app-item .app-arrow-icon {
    right: 30px;
    font-size: 12px;
    color: #fff;
  }
  .mobile-apps-wrap .app-item .app-arrow-icon svg {
    fill: #fff;
  }
  .mobile-apps-wrap .coming-soon {
    position: absolute;
    right: 20px;
    top: 30px;
    color: rgba(255, 255, 255, 0.3);
    background-color: rgba(42, 44, 48, 0.3);
    border-radius: 16px;
    padding: 12px 24px;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
  }
}

.pc-apps-wrap {
  width: 100%;
}
.pc-apps-wrap .apps-header {
  padding: 5.833vw 5.556vw 5.556vw;
}
.pc-apps-wrap .apps-header .apps-title {
  margin-bottom: 1.111vw;
  font-size: 6.944vw;
  font-weight: 500;
  color: #FFF;
}
.pc-apps-wrap .apps-header .apps-desc {
  line-height: 5.556vw;
  font-size: 3.889vw;
  color: #9a9a9a;
}
.pc-apps-wrap .apps-header .apps-img {
  height: 29.63vw;
  display: block;
}
.pc-apps-wrap .apps-list {
  padding: 0 5.556vw;
}
.pc-apps-wrap .app-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 27.778vw;
  padding: 0 5.556vw;
  margin-bottom: 3.704vw;
  border-radius: 1.111vw;
  border: 1px solid #fff;
  background-color: #D9DAE8;
  color: #000;
}
.pc-apps-wrap .app-item .app-icon {
  margin-right: 5.556vw;
  width: 11.111vw;
}
.pc-apps-wrap .app-item .app-title {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 0.833vw;
}
.pc-apps-wrap .app-item .app--version-size {
  font-size: 3.333vw;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
.pc-apps-wrap .app-item .app-version {
  margin-right: 2.963vw;
}
.pc-apps-wrap .app-item .app-arrow-icon {
  position: absolute;
  right: 9.259vw;
  font-size: 3.333vw;
  color: #000;
}
.pc-apps-wrap .app-item .app-arrow-icon svg {
  fill: #000;
}
.pc-apps-wrap .coming-soon {
  position: absolute;
  right: 1.852vw;
  top: 2.778vw;
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(42, 44, 48, 0.3);
  border-radius: 1.481vw;
  padding: 1.111vw 2.222vw;
  font-size: 3.333vw;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (min-width: 800px) {
  .pc-apps-wrap {
    width: 1223px;
    overflow: hidden;
    position: relative;
    padding: 117px 0 0 151px;
  }
  .pc-apps-wrap .apps-header {
    padding: 0;
    margin-bottom: 31px;
  }
  .pc-apps-wrap .apps-header .apps-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 40px;
  }
  .pc-apps-wrap .apps-header .apps-desc {
    line-height: 30px;
    font-size: 14px;
  }
  .pc-apps-wrap .apps-header .apps-img {
    height: 320px;
    display: block;
  }
  .pc-apps-wrap .apps-list {
    width: 1130px;
    padding: 0;
  }
  .pc-apps-wrap .app-item {
    width: 324px;
    position: relative;
    height: 106px;
    padding: 30px 22px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 12px;
    margin-bottom: 45px;
    margin-right: 50px;
    float: left;
    color: #fff;
  }
  .pc-apps-wrap .app-item .app-icon {
    margin-right: 19px;
    width: 48px;
  }
  .pc-apps-wrap .app-item .app-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .pc-apps-wrap .app-item .app--version-size {
    font-size: 12px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
  }
  .pc-apps-wrap .app-item .app-version {
    margin-right: 12px;
  }
  .pc-apps-wrap .app-item .app-arrow-icon {
    right: 30px;
    font-size: 12px;
    color: #fff;
  }
  .pc-apps-wrap .app-item .app-arrow-icon svg {
    fill: #fff;
  }
  .pc-apps-wrap .coming-soon {
    position: absolute;
    right: 20px;
    top: 30px;
    color: rgba(255, 255, 255, 0.3);
    background-color: rgba(42, 44, 48, 0.3);
    border-radius: 16px;
    padding: 12px 24px;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
  }
}

.video-modal-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
}
.video-modal-mask video {
  outline: none;
}
.video-modal-mask .icon-close {
  position: absolute;
  padding: 1.852vw;
  right: 2.778vw;
  top: 2.778vw;
  z-index: 999;
  color: rgba(255, 255, 255, 0.6);
  font-size: 6.667vw;
  cursor: pointer;
}
.video-modal-mask .modal-main {
  background: #000000;
  position: relative;
  width: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  box-shadow: 0.463vw 0.185vw 3.704vw rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 667px) {
  .video-modal-mask .modal-main {
    width: 100%;
  }
  .video-modal-mask .modal-main .icon-close {
    font-size: 2.33333333rem;
    right: 10px;
    top: -40px;
  }
  .video-modal-mask .modal-main .icon-close.home {
    top: -5%;
  }
}
@media only screen and (min-width: 800px) {
  .video-modal-mask .icon-close {
    font-size: 36px;
    right: 10px;
    top: 40px;
  }
  .video-modal-mask .icon-close.home {
    top: -5%;
  }
}

.glass-guide-wrap {
  padding-bottom: 16.667vw;
}
.glass-guide-wrap .guide-glass-item {
  position: relative;
  width: 100%;
  height: 25vw;
  padding: 5.556vw 6.019vw;
  border-bottom: 1px solid #4E4F52;
}
.glass-guide-wrap .guide-glass-item.first {
  background-size: cover;
}
.glass-guide-wrap .guide-glass-item.second {
  background-size: cover;
}
.glass-guide-wrap .guide-header {
  width: 29.63vw;
  height: 6.852vw;
  line-height: 6.852vw;
  margin: 0 auto 2.778vw;
  border-radius: 3.426vw;
  background-color: rgba(0, 0, 0, 0.29);
  font-size: 3.148vw;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.556vw;
}
.glass-guide-wrap .guide-name {
  max-width: 72.222vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3.426vw;
  color: #FFF;
  line-height: 6.944vw;
  font-weight: bold;
  font-size: 5vw;
}
.glass-guide-wrap .guide-pdf {
  line-height: 1;
  font-size: 3.333vw;
  color: rgba(255, 255, 255, 0.6);
}
.glass-guide-wrap .guide-item-arrow {
  position: relative;
  top: 0.37vw;
  left: 0.556vw;
  font-size: 2.778vw;
}
.glass-guide-wrap .guide-video {
  position: absolute;
  right: 6.944vw;
  top: 6.944vw;
}
.glass-guide-wrap .guide-video .video-icon {
  font-size: 11.111vw;
}
.glass-guide-wrap .guide-category-list {
  width: 100%;
  height: 13.889vw;
  position: fixed;
  z-index: 999;
  bottom: 0;
  background-color: #13171C;
  font-size: 3.889vw;
  color: rgba(217, 218, 232, 0.6);
  font-weight: bold;
}
.glass-guide-wrap .guide-category-list .guide-category-item {
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.glass-guide-wrap .guide-category-list .guide-category-item a {
  display: inline-block;
  padding: 1.111vw;
  border-bottom: 0.833vw solid #13171C;
}
.glass-guide-wrap .guide-category-list .guide-category-item.active {
  color: #fff;
}
.glass-guide-wrap .guide-category-list .guide-category-item.active a {
  border-bottom: 0.833vw solid #fff;
}
@media only screen and (min-width: 800px) {
  .glass-guide-wrap {
    padding-bottom: 0;
    width: 1381px;
    overflow: hidden;
    padding: 116px 0 0 151px;
  }
  .glass-guide-wrap .guide-glass-list {
    width: 1300px;
  }
  .glass-guide-wrap .guide-glass-item {
    position: relative;
    width: 371px;
    height: 120px;
    padding: 33px;
    margin: 0 38px 41px 0;
    border-bottom: 0;
    float: left;
    border-radius: 12px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.36);
  }
  .glass-guide-wrap .guide-name {
    max-width: 254px;
    margin-bottom: 11px;
    line-height: 25px;
    font-size: 18px;
  }
  .glass-guide-wrap .guide-pdf {
    line-height: 17px;
    font-size: 14px;
    cursor: pointer;
  }
  .glass-guide-wrap .guide-item-arrow {
    position: relative;
    top: 1px;
    left: 6px;
    font-size: 12px;
  }
  .glass-guide-wrap .guide-video {
    position: absolute;
    right: 29px;
    top: 36px;
    cursor: pointer;
  }
  .glass-guide-wrap .guide-video .video-icon {
    font-size: 48px;
  }
  .glass-guide-wrap .guide-category-list {
    width: auto;
    height: auto;
    margin-bottom: 54px;
    position: relative;
    background-color: transparent;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.6);
  }
  .glass-guide-wrap .guide-category-list .guide-category-item {
    float: left;
    height: 100%;
    margin-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .glass-guide-wrap .guide-category-list .guide-category-item a {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    border-bottom: 4px solid transparent;
  }
  .glass-guide-wrap .guide-category-list .guide-category-item.active {
    color: #fff;
  }
  .glass-guide-wrap .guide-category-list .guide-category-item.active a {
    border-bottom: 4px solid #fff;
  }
}

.page-file-upload {
  width: 100vw;
  padding: 0 6.296vw 5.556vw;
  background-color: #2A2C30;
  position: relative;
}
.page-file-upload .btn,
.page-file-upload .input-url {
  border-radius: 2.778vw;
}
.page-file-upload .btn {
  display: inline-block;
  background-color: #3E8BFF;
  text-align: center;
  color: #fff;
}
.page-file-upload .btn.disabled {
  background-color: #50545B;
  color: rgba(255, 255, 255, 0.28);
}
.page-file-upload .content {
  font-size: 3.889vw;
  color: rgba(255, 255, 255, 0.28);
}
.page-file-upload .content .title {
  padding: 0 4.63vw 1.111vw 4.63vw;
  color: #fff;
  font-size: 6.944vw;
}
.page-file-upload .content .sub-title {
  padding: 0 4.63vw;
  margin-bottom: 10.185vw;
}
.page-file-upload .content .upload-wrap .or {
  padding: 4.167vw 0;
  text-align: center;
  font-weight: 600;
}
.page-file-upload .content .upload-wrap .upload .btn,
.page-file-upload .content .upload-wrap .progress {
  width: 100%;
  color: #3E8BFF;
  font-weight: 600;
  height: 12.5vw;
  line-height: 12.5vw;
  background-color: #fff;
}
.page-file-upload .content .upload-wrap .uploading {
  position: relative;
  width: 100%;
  height: 12.5vw;
  line-height: 12.5vw;
  color: #131415;
  border-radius: 2.778vw;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
.page-file-upload .content .upload-wrap .uploading .progress {
  position: absolute;
  width: 100%;
  background-color: #3E8BFF;
}
.page-file-upload .content .upload-wrap .uploading .text {
  position: relative;
  font-weight: 600;
}
.page-file-upload .content .input-wrap {
  width: 100%;
  position: relative;
}
.page-file-upload .content .input-wrap .input-url {
  width: 100%;
  height: 12.5vw;
  line-height: 12.5vw;
  text-indent: 3.704vw;
  background: transparent;
  border: 1px solid #4E5054;
  box-shadow: 0 0.185vw 0.37vw 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 2.778vw;
}
.page-file-upload .content .input-wrap .input-url.focus {
  border-color: #408CFF;
}
.page-file-upload .content .input-wrap .error {
  position: absolute;
  font-size: 2.593vw;
  color: #ec4848;
}
.page-file-upload .footer {
  position: fixed;
  bottom: 0;
  height: 25.926vw;
  padding: 6.019vw 6.296vw;
  right: 0;
  left: 0;
}
.page-file-upload .footer .btn {
  width: 100%;
  height: 13.889vw;
  line-height: 13.889vw;
  font-size: 3.889vw;
}

.page-file-upload {
  width: 100vw;
  padding: 0 6.296vw 5.556vw;
  background-color: #2A2C30;
  position: relative;
}
.page-file-upload .btn,
.page-file-upload .input-url {
  border-radius: 2.778vw;
}
.page-file-upload .btn {
  display: inline-block;
  background-color: #3E8BFF;
  text-align: center;
  color: #fff;
}
.page-file-upload .btn.disabled {
  background-color: #50545B;
  color: rgba(255, 255, 255, 0.28);
}
.page-file-upload .content {
  font-size: 3.889vw;
  color: rgba(255, 255, 255, 0.28);
}
.page-file-upload .content .title {
  padding: 0 4.63vw 1.111vw 4.63vw;
  color: #fff;
  font-size: 6.944vw;
}
.page-file-upload .content .sub-title {
  padding: 0 4.63vw;
  margin-bottom: 10.185vw;
}
.page-file-upload .content .upload-wrap .or {
  padding: 4.167vw 0;
  text-align: center;
  font-weight: 600;
}
.page-file-upload .content .upload-wrap .upload .btn,
.page-file-upload .content .upload-wrap .progress {
  width: 100%;
  color: #3E8BFF;
  font-weight: 600;
  height: 12.5vw;
  line-height: 12.5vw;
  background-color: #fff;
}
.page-file-upload .content .upload-wrap .uploading {
  position: relative;
  width: 100%;
  height: 12.5vw;
  line-height: 12.5vw;
  color: #131415;
  border-radius: 2.778vw;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
.page-file-upload .content .upload-wrap .uploading .progress {
  position: absolute;
  width: 100%;
  background-color: #3E8BFF;
}
.page-file-upload .content .upload-wrap .uploading .text {
  position: relative;
  font-weight: 600;
}
.page-file-upload .content .input-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 5.556vw;
}
.page-file-upload .content .input-wrap .input-url {
  width: 100%;
  height: 12.5vw;
  line-height: 12.5vw;
  text-indent: 3.704vw;
  background: transparent;
  border: 1px solid #4E5054;
  box-shadow: 0 0.185vw 0.37vw 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 2.778vw;
}
.page-file-upload .content .input-wrap .input-url:focus {
  border-color: #408CFF;
}
.page-file-upload .content .input-wrap .error {
  position: absolute;
  font-size: 2.593vw;
  color: #ec4848;
}
.page-file-upload .footer {
  position: fixed;
  bottom: 0;
  height: 25.926vw;
  padding: 6.019vw 6.296vw;
  right: 0;
  left: 0;
}
.page-file-upload .footer .btn {
  width: 100%;
  height: 13.889vw;
  line-height: 13.889vw;
  font-size: 3.889vw;
}
@media only screen and (min-width: 800px) {
  .page-file-upload {
    width: 514px;
    padding: 129px 0 0 152px;
  }
  .page-file-upload .btn,
  .page-file-upload .input-url {
    border-radius: 10px;
  }
  .page-file-upload .content .title {
    padding: 0;
    font-size: 24px;
    margin-bottom: 21px;
    line-height: 30px;
  }
  .page-file-upload .content .sub-title {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 22px;
    margin-bottom: 54px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  }
  .page-file-upload .content .upload-wrap .or {
    padding: 45px 0;
    text-align: center;
    font-weight: 600;
  }
  .page-file-upload .content .upload-wrap .upload .btn,
  .page-file-upload .content .upload-wrap .progress {
    width: 100%;
    color: #3E8BFF;
    font-weight: 600;
    height: 135px;
    line-height: 135px;
    background-color: #fff;
  }
  .page-file-upload .content .upload-wrap .uploading {
    position: relative;
    width: 100%;
    height: 135px;
    line-height: 135px;
    color: #131415;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
  }
  .page-file-upload .content .upload-wrap .uploading .progress {
    position: absolute;
    width: 100%;
    background-color: #3E8BFF;
  }
  .page-file-upload .content .upload-wrap .uploading .text {
    position: relative;
    font-weight: 600;
  }
  .page-file-upload .content .input-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .page-file-upload .content .input-wrap .input-url {
    width: 336px;
    height: 48px;
    line-height: 48px;
    text-indent: 13px;
    margin-bottom: 0;
    box-shadow: none;
    border: 1px solid #4E5054;
  }
  .page-file-upload .content .input-wrap .input-url::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  .page-file-upload .content .input-wrap .input-url:active,
  .page-file-upload .content .input-wrap .input-url:hover {
    border-color: #408CFF;
  }
  .page-file-upload .content .input-wrap .error {
    font-size: 14px;
  }
  .page-file-upload .footer {
    position: relative;
    height: 48px;
    padding: 0;
    margin-top: 75px;
  }
  .page-file-upload .footer .btn {
    width: 336px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
}

.bind-wrap {
  padding: 0 5.556vw 3.704vw;
  color: #9A9A9A;
}
.bind-wrap .bind-title {
  margin-bottom: 1.111vw;
  font-size: 6.944vw;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bind-wrap .bind-version-change {
  color: rgba(255, 255, 255, 0.5);
}
.bind-wrap .bind-version-change .change-text {
  margin-left: 0.741vw;
  cursor: pointer;
}
.bind-wrap .bind-version-change .change-icon-active {
  display: none;
}
.bind-wrap .bind-version-change .change-icon {
  display: initial;
}
.bind-wrap .bind-version-change {
  font-size: 3.889vw;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
}
.bind-wrap .bind-desc {
  margin-bottom: 6.667vw;
  font-size: 3.889vw;
}
.bind-wrap .bind-input-item {
  margin-bottom: 6.944vw;
  position: relative;
}
.bind-wrap .bind-name {
  display: block;
  margin-bottom: 5.185vw;
  font-size: 4.444vw;
}
.bind-wrap input {
  height: 12.5vw;
  border: 0.278vw solid #4E5054;
  padding: 0 3.704vw;
  border-radius: 2.778vw;
  font-size: 3.704vw;
  width: 100%;
  color: #fff;
  background-color: transparent;
}
.bind-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bind-wrap input:active,
.bind-wrap input:hover {
  border-color: #408CFF;
}
.bind-wrap .qr-btn {
  display: block;
  width: 100%;
  height: 12.5vw;
  margin-top: 1.574vw;
  background-color: #408CFF;
  border-radius: 2.778vw;
  line-height: 12.5vw;
  font-weight: 500;
  text-align: center;
  font-size: 5vw;
  color: #fff;
}
.bind-wrap .pwd-icon {
  position: absolute;
  top: 3.056vw;
  right: 3.056vw;
  font-size: 6.481vw;
}
.bind-code-fresh {
  color: #F8603B;
  font-size: 3.889vw;
  font-weight: 500;
}
@media only screen and (min-width: 800px) {
  .bind-wrap {
    padding: 102px 0 0 179px;
    width: 514px;
  }
  .bind-wrap .bind-title {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 30px;
  }
  .bind-wrap .bind-version-change {
    font-size: 16px;
  }
  .bind-wrap .bind-version-change:hover {
    color: #fff;
  }
  .bind-wrap .bind-version-change:hover .change-icon-active {
    display: initial;
  }
  .bind-wrap .bind-version-change:hover .change-icon {
    display: none;
  }
  .bind-wrap .bind-version-change .change-text {
    margin-left: 8px;
    cursor: pointer;
  }
  .bind-wrap .bind-desc {
    margin-bottom: 54px;
    font-size: 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  }
  .bind-wrap .bind-input-item {
    width: 336px;
    margin-bottom: 20px;
    position: relative;
  }
  .bind-wrap input {
    height: 48px;
    border: 1px solid #4E5054;
    padding: 0 13px;
    border-radius: 10px;
    font-size: 14px;
    width: 336px;
  }
  .bind-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  .bind-wrap input:active,
  .bind-wrap input:hover {
    border-color: #408CFF;
  }
  .bind-wrap .qr-btn {
    width: 336px;
    height: 48px;
    margin-top: 7px;
    background-color: #408CFF;
    border-radius: 10px;
    cursor: pointer;
    line-height: 48px;
    font-size: 14px;
  }
  .bind-wrap .pwd-icon {
    top: 11px;
    right: 12px;
    font-size: 26px;
  }
  .bind-code-fresh {
    color: #F8603B;
    font-size: 42px;
    font-weight: 500;
  }
}

.glass-order-success-box {
  padding: 15.556vw 0 16.667vw;
  background-color: #fff;
}
.glass-order-success-box .order-success-header {
  position: relative;
  width: 27.593vw;
  margin: 0 auto 10vw;
  text-align: center;
}
.glass-order-success-box .order-success-header .success-checkmark {
  position: absolute;
  right: -2.222vw;
  bottom: -2.222vw;
  width: 8.889vw;
  height: 8.889vw;
  border-radius: 50%;
  background-image: linear-gradient(135.05deg, #FF6B6B 0%, #C4299C 99.92%);
  color: #fff;
  font-size: 6.296vw;
  line-height: 8.889vw;
  text-align: center;
}
.glass-order-success-box .order-success-header .bottom-shadow {
  position: absolute;
  bottom: -2.963vw;
}
.glass-order-success-box .order-success-header .bottom-shadow-1 {
  width: 10.463vw;
  height: 0.278vw;
  left: 3.519vw;
  background: radial-gradient(7.457vw at 76.59% -0.04%, #8C8C8C 0%, rgba(196, 196, 196, 0) 100%);
  opacity: 0.8;
  filter: blur(0.556vw);
}
.glass-order-success-box .order-success-header .bottom-shadow-2 {
  width: 17.13vw;
  height: 0.37vw;
  right: -4.63vw;
  bottom: -5.741vw;
  background: radial-gradient(9.956vw at 76.59% -0.04%, #8C8C8C 0%, rgba(196, 196, 196, 0) 100%);
  filter: blur(0.648vw);
}
.glass-order-success-box .order-success-image {
  width: 100%;
}
.glass-order-success-box .order-success-body {
  text-align: center;
}
.glass-order-success-box .order-success-title {
  color: #2B2B2B;
  margin-bottom: 1.111vw;
}
@media screen {
  .glass-order-success-box .order-success-title {
    font-family: Calibre-Semibold;
    font-size: 3.625rem;
    line-height: 1.19;
    letter-spacing: 0.4px;
  }
}
@media screen and (min-width: 1025px) {
  .glass-order-success-box .order-success-title {
    font-size: 3.625rem;
  }
}
@media screen and (min-width: 829px) and (max-width: 1024px) {
  .glass-order-success-box .order-success-title {
    font-size: 4.14285714rem;
  }
}
@media screen and (max-width: 828px) {
  .glass-order-success-box .order-success-title {
    font-size: 3.33333333rem;
    line-height: 1.175;
  }
}
.glass-order-success-box .order-success-desc {
  width: 71.481vw;
  margin: 0 auto;
  color: #212121;
  color: #6B7476;
}
@media screen {
  .glass-order-success-box .order-success-desc {
    font-family: Calibre-Regular;
    font-size: 1.375rem;
    line-height: 1.36363636;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 1025px) {
  .glass-order-success-box .order-success-desc {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 829px) and (max-width: 1024px) {
  .glass-order-success-box .order-success-desc {
    font-size: 1.57142857rem;
  }
}
@media screen and (max-width: 828px) {
  .glass-order-success-box .order-success-desc {
    font-size: 1.58333333rem;
    line-height: 1.21;
  }
}
.glass-order-success-box .success-btn {
  margin-top: 4.444vw;
  padding: 1.111vw 4.259vw;
  font-size: 2.222vw;
  font-weight: 700;
}
@media only screen and (max-width: 828px) {
  .glass-order-success-box {
    width: 100%;
    overflow: hidden;
    padding: 4.44444444vw 0 11.48148148vw;
  }
  .glass-order-success-box .order-success-header {
    width: 27.59259259vw;
    margin: 0 auto 6.2962963vw;
  }
  .glass-order-success-box .order-success-header .success-checkmark {
    right: -2.22222222vw;
    bottom: -2.22222222vw;
    width: 8.88888889vw;
    height: 8.88888889vw;
    font-size: 6.2962963vw;
    line-height: 8.88888889vw;
  }
  .glass-order-success-box .order-success-header .bottom-shadow {
    position: absolute;
    bottom: -2.96296296vw;
  }
  .glass-order-success-box .order-success-header .bottom-shadow-1 {
    width: 10.46296296vw;
    height: 3px;
    left: 3.51851852vw;
  }
  .glass-order-success-box .order-success-header .bottom-shadow-2 {
    width: 10.55555556vw;
    height: 4px;
    right: -4.62962963vw;
    bottom: -5.74074074vw;
  }
  .glass-order-success-box .order-success-body {
    padding: 0 3.7037037vw;
  }
  .glass-order-success-box .order-success-title {
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0.4px;
    margin-bottom: 1.11111111vw;
  }
  .glass-order-success-box .order-success-desc {
    width: 100%;
    font-size: 19px;
    line-height: 23px;
  }
  .glass-order-success-box .success-btn {
    width: 27.31481481vw;
    margin-top: 4.44444444vw;
    padding: 1.11111111vw 4.25925926vw;
  }
}

