/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 10px;
	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;
}
html,
body {
  width: 100%;
  height: 100%;
  line-height: 1;
  overflow: hidden;
}
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;
}
*::-webkit-scrollbar { /* 隐藏滚动条 */
  width: 0 !important;
  display: none;
}

/* pc端 */
@media screen and (min-width: 750px) {
  .mobile {
    display: none;
  }
  .pc {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .pc-bg-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .pc-bg-swiper-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .pc-content {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .pc-content-left {
    padding: 0 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    -moz-backdrop-filter: blur(2px);
    -ms-backdrop-filter: blur(2px);
  }
  .pc-header {
    flex: 1;
    padding-top: 0.4rem;
  }
  .pc-logo {
    height: 100px;
  }
  .pc-descript-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .pc-descript-title {
    height: 95px;
  }
  .pc-active-swiper {
    width: 390px;
    position: relative;
    --swiper-pagination-color: rgb(143, 228, 230);/* 分页器按钮颜色 */
  }
  .pc-active-swiper-item {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 10;
  }
  .pc-active-swiper-left,
  .pc-active-swiper-right {
    width: 12px !important;
    height: 24px !important;
  }
  .pc-active-swiper-left:after,
    .pc-active-swiper-left::after {
    color: transparent;
    width: 12px;
    height: 24px;
    background: center / cover no-repeat url('../img/icon-left.png');
  }
  .pc-active-swiper-right:after,
    .pc-active-swiper-right::after {
    color: transparent;
    width: 12px;
    height: 24px;
    background: center / cover no-repeat url('../img/icon-right.png');
  }
  .pc-active-swiper-pagination {
    display: flex;
    position: absolute;
    left: 40px!important;;
    bottom: 5px!important;
    z-index: 1;
  }
  .pc-active-swiper-pagination-active {
    background: rgb(143, 228, 230);
  }
  .pc-active-swiper-image {
    width: 80px;
    height: 50.5px;
    margin-left: 40px;
    margin-right: 10px;
  }
  .pc-active-swiper-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pc-active-swiper-title {
    font-size: 48px;
    font-weight: bold;
    color: rgb(143, 228, 230);
  }
  .pc-active-swiper-subtitle {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
  }
  .pc-descript-text {
    width: 390px;
    font-size: 8px;
    color: rgb(217, 217, 217);
    margin-bottom: 0.2rem;
  }
  .pc-qrcode {
    display: flex;
    position: absolute;
    bottom: 0.3rem;
    right: 0.3rem;
    z-index: 1;
  }
  .pc-qrcode-item {
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .pc-qrcode-btn {
    width: 1.18676470588rem;
    height: 0.3rem;
  }
  .pc-qrcode-btn-ios {
    background: center / contain no-repeat url('../img/download-ios.png');
  }
  .pc-qrcode-btn-android {
    background: center / contain no-repeat url('../img/download-android.png');
  }
  .pc-qrcode-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .pc-qrcode-box-triangle {
    width: 16px;
    height: 8px;
    background: center / cover no-repeat url('../img/icon-triangle.png');
  }
  .pc-qrcode-box-content {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.05rem;
    background: #fff;
    padding: 0.05rem;
  }
  .pc-qrcode-inner {
    width: 100%;
    height: 100%;
  }
  .pc-qrcode-inner>canvas {
    width: 100%;
    height: 100%;
  }
}

/* 移动端 */
@media screen and (max-width: 750px) {
  body {
    overflow: auto;
  }
  .pc {
    display: none;
  }
  .mobile-download {
    display: none;
  }
  .mobile {
    padding-bottom: 60px;
    background: top / contain repeat-y url('../img/bg.jpg');
  }
  .mobile-header {
    padding: 0.5rem;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .mobile-logo {
    width: 4.48rem;
    height: 1.75rem;
    background: center / cover url('../img/logo.png');
  }
  .mobile-swiper {
    min-height: 11rem;
    color: #fff;
    text-align: center;
  }
  .mobile-title {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  .mobile-subtitle {
    font-size: 0.5rem;
    color: rgb(204, 204, 204);
    margin: 0.3rem 0 1rem 0;
  }
  .mobile-image {
    width: 6.5rem;
    border-radius: 0.3rem;
  }
  .mobile-swiper-pagination {
    top: 2.1rem!important;
  }
  .mobile-swiper-pagination>.swiper-pagination-bullet {
    background: #979796;
  }
  .mobile-swiper-pagination>.swiper-pagination-bullet-active {
    background: rgb(255, 255, 255);
  }
  .mobile-install {
    padding: 10px;
    font-size: 15px;
  }
  .mobile-install-title {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
  }
  .mobile-tab {
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  }
  .mobile-tab-header {
    display: flex;
    justify-content: center;
  }
  .mobile-tab-header .item {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);    
  }
  .mobile-tab-ios {
    border-radius: 15px 0 0 15px;
  }
  .mobile-tab-android {
    border-radius: 0 15px 15px 0;
  }
  .mobile-tab-ios {
    border-radius: 15px 0 0 15px;
  }
  .mobile-tab-header .active {
    color: #000;
    background: #fff;
  }
  .mobile-tab-content {
    margin-top: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .mobile-tab-content .item {
    width: 100%;
    height: auto;
    line-height: 16px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    transition: left .3s;
  }
  .mobile-tab-content .active {
    left: 0;
  }
  .mobile-join {}
  .mobile-join-btn {
    width: 170px;
    height: 40px;
    margin: 20px auto 0;
    background: center / contain no-repeat url('../img/join-tg.png');
    display: block;
  }
  .mobile-join-text {
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    color: rgb(248, 79, 110);
  }
  .mobile-download {
    width: 100%;
    height: 60px;
    background: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
  .mobile-download-btn  {
    display: block;
    margin: 0 10px;
    width: 138.455882353px;
    height: 35px;
  }
  .mobile-download-android {
    background: center / cover no-repeat url('../img/download-android.png');
  }
  .mobile-download-ios {
    background: center / cover no-repeat url('../img/download-ios.png');
  }
}
/* 设置 swiper 的 fade 选中序号显示时其他透明度为0 */
.swiper-container-fade .swiper-slide{ opacity: 0!important; }
.swiper-container-fade .swiper-slide-active{ opacity: 1!important; }