.mobile_content {
    position: absolute;
    display: none
}

.heraRender_component {
    text-align: center;
    margin: 0px;
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 70px;
    font-size: 50px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial
}

.heraComp_DownloadChannelLinks-card-item {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 13vw;
    /*margin-right: 36px;*/
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    cursor: pointer
}

.heraComp_DownloadChannelLinks-card-item:last-child {
    margin-right: 0px
}

.heraComp_DownloadChannelLinks {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

.heraComp_DownloadChannelLinks .heraComp_DownloadChannelLinks-card-item .heraComp_DownloadChannelLinks-link-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 148px;
    height: 148px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    will-change: transform;
    background: #fff;
    -webkit-box-shadow: 0 2px 16px rgba(28, 76, 186, .08);
    box-shadow: 0 2px 16px rgba(28, 76, 186, .08);
    border-radius: 6px;
    margin-bottom: 32px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.heraComp_DownloadChannelLinks .heraComp_DownloadChannelLinks-card-item .heraComp_DownloadChannelLinks-afterHoverShow {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    top: 0;
    left: 0
}

.heraComp_DownloadChannelLinks .heraComp_DownloadChannelLinks-card-item .heraComp_DownloadChannelLinks-link-wrap .hci-windows .hci-app-download {
    font-size: 30px;
    color: #3779d1
}

.heraComp_DownloadChannelLinks-afterHoverShow:hover .hci-app-download {
    display: block
}

.heraComp_DownloadChannelLinks-afterHoverShow:hover .hci-app-store {
    display: none
}

.heraComp_DownloadChannelLinks-afterHoverShow:hover .hci-windows {
    display: none
}

.heraComp_DownloadChannelLinks-afterHoverShow:hover .hci-apple {
    display: none
}

.heraComp_DownloadChannelLinks-afterHoverShow:hover .hci-android {
    display: none
}

.heraComp_DownloadChannelLinks-afterHoverShow:hover .qr-code-img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.heraComp_DownloadChannelLinks-afterHoverShow:hover .hci-linux {
    display: none
}

.heraComp_DownloadChannelLinks-afterHoverShow:hover .heraComp_DownloadChannelLinks-corner-qrcodeBackground {
    top: -82px;
    right: -82px
}

.heraComp_DownloadChannelLinks-afterHoverShow .hci-qr-code {
    position: absolute;
    font-size: 24px;
    left: 30px;
    bottom: 6px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.heraComp_DownloadChannelLinks-afterHoverShow .hci-qr-code1 {
    position: absolute;
    font-size: 24px;
    left: 30px;
    bottom: 6px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.heraComp_DownloadChannelLinks-card-item:hover .before-hover-text {
    margin-top: -12px;
    opacity: 0
}

.heraComp_DownloadChannelLinks-card-item:hover .after-hover-text {
    margin-top: -12px;
    opacity: 1
}

.after-hover-text {
    opacity: 0
}

.before-hover-text {
    opacity: 1
}

.hci-app-download {
    color: #3370ff;
    font-size: 36px;
    display: none
}

.hci-app-download:before {
    content: ""
}

.hci-windows {
    color: #3779d1
}

.hci-windows:before {
    content: ""
}

.hci-app-store {
    font-size: 60px;
    color: #3370ff
}

.hci-app-store:before {
    content: ""
}

.hci-apple {
    font-size: 52px;
    color: #888
}

.hci-apple:before {
    content: ""
}

.hci-linux {
    width: 45px;
    height: 45px;
    color: #000
}

.hci-qr-code {
    color: #f8f7f7
}

.hci-qr-code:before {
    content: ""
}

.hci-qr-code1 {
    color: #f8f7f7
}

.hci-qr-code1:before {
    content: ""
}

.qr-code {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    top: 0;
    left: 0
}

.qr-code .qr-code-img {
    width: 86px;
    height: 86px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0
}

.hci-android {
    font-size: 52px;
    color: #47d987
}

.hci-android:before {
    content: ""
}

.heraComp_DownloadChannelLinks .heraComp_DownloadChannelLinks-card-item .heraComp_DownloadChannelLinks-text {
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    color: #51565d
}

.heraRender_block {
    position: absolute;
    width: 100%
}

.heraRender_component1 {
    position: relative;
    width: 100%
}

.heraComp_title {
    /*white-space: pre-wrap;*/
    text-align: center;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial;
    font-weight: bold;
    font-size: .5rem;
    /*margin-top: .4rem;*/
    /*line-height: .7rem*/
}

.heraComp_text {
    color: #51565d;
    width: 100%;
    text-align: center;
    font-family: LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    margin-bottom: 1.83rem;
    margin-top: .5rem;
    font-size: .2rem
}

.heraComp_DownloadChannelLinks-text1 {
    font-size: 16px;
    color: #51565d
}

.heraComp_DownloadChannelLinks-corner-qrcodeBackground {
    position: absolute;
    top: -42px;
    right: -42px;
    width: 84px;
    height: 84px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #3370ff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.heraComp_DownloadChannelLinks-corner-qrcodeBackground:hover {
    top: -100px
}

.heraComp_DownloadChannelLinks-corner-tag {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e1eaff;
    border-radius: 0 4px;
    color: #245bdb;
    padding: 2px 8px
}

.heraComp_footer-copyright {
    width: 1200px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    margin-top: 600px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 12px;
    line-height: 36px;
    color: #646a73;
    text-align: center;
    font-family: LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.heraComp_footer-copyrightItem {
    margin-right: 16px;
    font-family: LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.heraRender_component2 {
    display: inline-block;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 150px
}

.heraRender_comp3 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 80px
}

.a {
    text-decoration: none
}

.heraRender_blockdown {
    min-height: 20px;
    height: 30px;
    background-color: #f0f4ff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    position: absolute;
    margin-top: 210px;
    margin-left: 120px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: #3370ff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.heraRender_componentdown {
    position: relative
}

.heraComp_textdown {
    margin: 0;
    white-space: pre-wrap
}

.heraComp_footer-copyright {
    width: 1200px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    margin-top: 600px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 12px;
    line-height: 36px;
    color: #646a73;
    text-align: center;
    font-family: LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.heraComp_footer-copyrightItem {
    margin-right: 16px;
    font-family: LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}