
/**************** 首页 ****************/

.hero-section-desktop {
    display: none;
}

.hero-section-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

/**************** Logo ****************/

.logo-full {
    width: 186px;
    height: 38px;
    background-image: url(../img/logo_full.png);
    background-size: 186px 38px;
    margin-top: 24px;
}

.logo-full-desc {
    width: 184px;
    height: 27px;
    background-image: url(../img/logo_full_desc.png);
    background-size: 183px 20px;
}

/**************** 视频 ****************/

.video-container {
    position: relative;
    width: 231px;
    height: 480px;
    margin-top: 30px;
}

.mobile-screen-video {
    position: absolute;
    top: 6.57px;
    left: 7.76px;
    width: 215.351px;
    height: 466.854px;
    flex-shrink: 0;
    border-radius: 28px;
    z-index: 30;
}

.mobile-screen-video.cover {
    background-image: url(../img/intro_cover.jpg);
    background-size: cover;
    z-index: 20;
}

.mobile-screen-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 231px;
    height: 480px;
    background-image: url(../img/screen_cover.png);
    background-size: 231px 480px;
    z-index: 40;
}

/**************** 主按钮 ****************/

.slogan-title {
    width: 296px;
    height: 34px;
    background-image: url(../img/slogan_title.png);
    background-size: 294px 26px;
    margin-top: 24px;
}

.button-main-start {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    background-color: var(--tap-color-primary-1);
    width: 310px;
    height: 56px;
    margin-top: 24px;
}

.button-main-start p {
    color: var(--tap-color-grey-100);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.button-main-start:active {
    background-color: var(--tap-color-function-green-1);
}

/**************** 关注 ****************/

.text-main-content {
    color: var(--tap-color-grey-100);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 60px;
}

.social-media-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 310px;
    height: 48px;
    margin-top: 16px;
}

.social-media-container .item {
    display: flex;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    border: 2px solid var(--tap-color-function-green-1);
    background: var(--tap-color-grey-900);
    width: 92px;
    height: 48px;
}

.social-media-container .item:active {
    background: var(--tap-color-function-green-1);
}

.social-media-wechat {
    width: 25.5px;
    height: 20.5px;
    background-image: url(../img/icon_wechat.png);
    background-size: 25.5px 20.5px;
}

.social-media-container .item:active .social-media-wechat {
    background-image: url(../img/icon_wechat_white.png);
}

.social-media-xhs {
    width: 92px;
    height: 48px;
    background-image: url(../img/icon_xhs.png);
    background-size: 43px 16.5px;
    text-decoration: none;
}

.social-media-container .item:active .social-media-xhs {
    background-image: url(../img/icon_xhs_white.png);
}

.social-media-dy {
    width: 92px;
    height: 48px;
    background-image: url(../img/icon_dy.png);
    background-size: 19px 20.5px;
}

.social-media-container .item:active .social-media-dy {
    background-image: url(../img/icon_dy_white.png);
}

/**************** 联系我们 & 页脚 ****************/

.text-email {
    color: var(--tap-color-function-green-1);
    font-size: 20px;
    line-height: 30px;
    margin-top: 8px;
}

.text-footer-light {
    color: var(--tap-color-grey-400);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.text-footer-light.with-margin-top {
    margin-top: 60px;
}

.text-footer-light.with-margin-bottom {
    margin-bottom: 24px;
}

/**************** 小程序二维码弹窗 ****************/

.dialog-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.dialog-mask {
    background: var(--tap-color-mask-1);
    width: 100%;
    height: 100%;
}

.dialog-content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    background: var(--tap-color-grey-800);
    z-index: 1100;
    width: 212px;
    height: 288px;
}

.miniprogram-image {
    width: 180px;
    height: 180px;
    background-image: url(../img/mini_program_qr.png);
    background-size: 180px 180px;
    margin-top: 16px;
}

.text-miniprogram-line1 {
    color: var(--tap-color-grey-100);
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

.text-miniprogram-line2 {
    color: var(--tap-color-grey-100);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/**************** 公众号二维码弹窗 ****************/

.wechat-offical-account-qr {
    width: 180px;
    height: 180px;
    background-image: url(../img/wechat_offical_account.png);
    background-size: 180px 180px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 16px;
}

.text-wechat-title {
    color: var(--tap-color-grey-100);
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 16px;
}

.text-wechat-desc {
    color: var(--tap-color-grey-100);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
