.footer-wrp {
    height: 115px
}

.footer {
    position: absolute;
    text-align: center;
    color: hsla(0, 0%, 100%, .7);
    background-color: #fff;
    padding: 40px 0 32px;
    width: 100%;
    bottom: 0
}

.footer__bd {
    line-height: 1
}

.footer__links {
    display: inline-flex;
    font-size: 13px;
    margin-bottom: 8px;
    flex-wrap: wrap;
    padding: 0 24px;
    justify-content: center;
    line-height: 1.6
}

.footer a {
    margin: 0 8px
}

.footer a:link,
.footer a:visited {
    color: rgba(0, 0, 0, .7);
    text-decoration: none
}

.footer a:hover {
    color: rgba(0, 0, 0, .7);
    text-decoration: underline
}

.footer .footer__record {
    display: block;
    color: #000 !important;
    opacity: .5;
    font-size: 12px;
    line-height: 17px
}

.footer .footer__record:visited {
    color: #000
}

.footer__copyright {
    color: #000;
    opacity: .5;
    font-size: 12px;
    margin-top: 2px;
    line-height: 17px
}

.graytext {
    color: rgba(0, 0, 0, .7)
}

body,
h1,
h2,
h3,
li,
ul {
    padding: 0;
    margin: 0
}

li,
ul {
    list-style: none;
    margin: 0
}

body {
    font: 14px/1.6 -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif
}

h2 {
    font-size: 14px;
    font-weight: 700
}

img {
    border: 0
}

a {
    text-decoration: none
}

.bold {
    font-weight: 700
}

.left {
    float: left
}

.right {
    float: right
}



* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

body,
html {
    height: 100%
}

body {
    background: #f7f7f7;
    font-size: 17px;
    width: 100%;
    margin: 0;
    color: rgba(0, 0, 0, .9)
}

@font-face {
    font-family: micross;
    src: url() format("truetype")
}

@font-face {
    font-family: weixin-test;
    src: url() format("truetype");
    font-weight: 400;
    font-style: normal
}

@keyframes a {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wrap {
    position: relative;
    min-height: 100%;
    overflow: hidden
}

.container {
    width: 968px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left
}

.content {
    background: none;
    margin: 0;
    border: none;
    border-radius: 0;
    position: relative
}

.upgrade__notice {
    line-height: 48px;
    background-color: #ededed;
    font-size: 15px;
    display: none;
    color: rgba(0, 0, 0, .7);
    text-align: center
}

.banner {
    padding: 152px 0 112px;
    position: relative;
    color: hsla(0, 0%, 100%, .9);
    overflow: hidden
}

.lang_change {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 32px;
    right: 32px;
    display: flex
}

.lang_change a {
    padding: 0 8px;
    cursor: pointer;
    color: hsla(0, 0%, 100%, .6)
}

.lang_change a:hover {
    transition: color .3s;
    color: hsla(0, 0%, 100%, .9)
}

.lang_change a+a {
    border-left: 1px solid hsla(0, 0%, 100%, .3)
}

.lang_change a.current {
    color: hsla(0, 0%, 100%, .9)
}

.banner__inner {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 150%;
    min-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #bb8e11;
    border-radius: 0 0 50% 50%;
    z-index: -1;
    overflow: hidden
}

.banner__inner img {
    position: aboslute;
    width: 100%;
    bottom: 0;
    left: 0
}

.banner__bd {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: a 1.3s both
}

.banner__logo {
    margin: 0 auto 56px;
    display: block;
    display: inline-block;
    vertical-align: middle;
    width: 154px;
    height: 48px;
    background-size: cover;
    background-image: url()
}

.banner__update-log {
    padding: 24px 0 0;
    width: 440px;
    position: relative
}

.banner__update-log:before {
    content: "";
    display: block;
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleY(.5);
    transform-origin: left top
}

.banner__update-log li {
    display: flex;
    margin-bottom: 10px
}

.banner__update-log li:last-child {
    margin-bottom: 0
}

.banner__update-log a {
    color: hsla(0, 0%, 100%, .9)
}

.banner__update-content {
    flex: 1;
    display: flex;
    overflow: hidden;
    align-items: center;
    line-height: 1.4
}

.banner__update-content span {
    display: inline-block
}

.banner__updata-time {
    color: hsla(0, 0%, 100%, .7);
    margin-left: 16px;
    font-variant-numeric: tabular-nums;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, micross, monospace
}

.banner__update-more {
    margin-top: 16px;
    display: inline-block;
    color: hsla(0, 0%, 100%, .9)
}

.banner__update-more:after {
    content: ">";
    display: inline-block;
    margin-left: 5px
}

.banner__update-more:hover {
    font-weight: 500
}

.banner__download {
    margin-top: 72px;
    display: flex;
    align-items: center;
    margin-right: -24px
}

.banner__download-item {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .07);
    color: hsla(0, 0%, 100%, .9);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 24px;
    font-size: 14px;
    cursor: pointer
}

.banner__download-item i {
    margin-bottom: 4px;
    margin-top: 26px
}

.banner__download-item span {
    margin: 0 10px;
    text-align: center;
    line-height: 1.4
}

.banner__download-item:hover {
    background-color: hsla(0, 0%, 100%, .15)
}

.banner__entry-extra-wrp {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 56px
}

.banner__entry-extra {
    width: 205px;
    height: 56px;
    display: flex;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .07);
    color: hsla(0, 0%, 100%, .9);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    letter-spacing: .76px
}

.banner__entry-extra:hover {
    background-color: hsla(0, 0%, 100%, .15)
}

.banner__entry-extra i {
    margin-right: 8px;
    margin-top: -3px
}

.banner__entry-extra+.banner__entry-extra {
    margin-left: 16px
}

@keyframes b {
    0% {
        opacity: 0
    }

    to {
        opacity: .5;
        transform: translateX(-50%) translateY(7px)
    }
}

.banner__arrow {
    animation: b 1s 1s infinite;
    opacity: 0;
    display: none;
    position: absolute;
    vertical-align: middle;
    width: 24px;
    height: 12px;
    background-size: cover;
    background-image: url();
    z-index: 1;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-height:800px) {
    .banner__arrow {
        display: block
    }
}

.banner__download-qrcode {
    display: none
}

.pc .banner__download-item_ios {
    position: relative;
    transition: background-color .5s
}

.pc .banner__download-item_ios>* {
    transition: opacity .5s
}

.pc .banner__download-item_ios .banner__download-qrcode {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    font-size: 14px;
    white-space: nowrap
}

.pc .banner__download-item_ios .banner__download-qrcode i {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 86px;
    height: 86px;
    background-size: cover;
    background-image: url()
}

.pc .banner__download-item_ios:hover {
    background-color: transparent
}

.pc .banner__download-item_ios:hover>* {
    opacity: 0;
    transition: none
}

.pc .banner__download-item_ios:hover .banner__download-qrcode {
    transition: all .5s;
    opacity: 1
}

.links {
    animation: a 1s both;
    padding: 72px 0;
    margin: 0 80px 0 112px;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.links__list {
    display: flex;
    flex-wrap: wrap;
    width: 984px
}

.links__list li {
    width: 214px;
    height: 180px;
    padding-right: 32px;
    padding-bottom: 32px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    font-family: weixin-test
}

.links__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    transition: transform .3s;
    line-height: 24px
}

.links__list li a i {
    margin-bottom: 16px
}

.links__list li a:hover {
    transform: scale(1.1)
}

.links__list a {
    color: rgba(0, 0, 0, .9)
}

.h5 .links__list li a:hover {
    transform: none
}

.download__dialog-mask {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    overflow-y: hidden
}

.download__dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    background-color: #fff;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box
}

.download__dialog-close {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    -webkit-mask: url() no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: currentColor
}

.download__dialog-hd {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    padding-top: 48px;
    margin-bottom: 40px
}

.download__dialog-wrp {
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.download__dialog-wrp_show {
    visibility: visible;
    opacity: 1
}

.download__btn {
    width: 256px;
    height: 70px;
    margin-bottom: 32px;
    background: rgba(0, 0, 0, .05);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.download__btn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    -webkit-mask: url() no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: currentColor;
    margin-right: 8px
}

.download__btn:hover:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .05)
}

.download__btn_primary {
    background-color: #07c160;
    color: #fff
}

.download__btn-bd {
    white-space: nowrap
}

.download__btn-title {
    font-size: 15px;
    margin-bottom: 2px;
    line-height: 18px
}

.download__btn-desc {
    font-size: 12px;
    line-height: 14px
}

@media (min-width:1440px) {
    body {
        font-size: 20px
    }

    .banner__logo {
        width: 180px;
        height: 56px
    }

    .banner__update-log {
        width: 500px
    }

    .banner__update-tag {
        font-size: 12px
    }

    .banner__download {
        margin-top: 72px;
        margin-right: -32px
    }

    .banner__download-item {
        margin-right: 32px
    }

    .banner__download-item i {
        width: 40px;
        height: 40px
    }

    .banner__entry-extra {
        font-size: 16px;
        width: 217px
    }

    .banner__entry-extra+.banner__entry-extra {
        margin-left: 32px
    }

    .pc .banner__download-item_ios .banner__download-qrcode {
        font-size: 16px
    }

    .links__list li {
        width: 232px;
        height: 196px
    }

    .links__list {
        width: 1056px
    }
}

@media (max-width:1024px) {
    .banner__download {
        margin-right: -16px
    }

    .banner__download-item {
        margin-right: 16px
    }

    .banner__entry-extra {
        font-size: 16px;
        width: 217px
    }

    .banner__entry-extra+.banner__entry-extra {
        margin-left: 16px
    }
}

@media (max-width:1176px) {
    .links__list {
        width: 738px
    }
}

@media (max-width:930px) {
    .links__list {
        width: 492px
    }
}

@media (max-width:760px) {
    body {
        font-size: 15px
    }

    .banner__logo {
        width: 141px;
        height: 44px
    }

    .banner__update-log {
        width: 364px
    }

    .banner__entry-extra-wrp {
        justify-content: flex-start;
        width: 400px;
        margin-left: 0
    }

    .banner__entry-extra-wrp .banner__entry-extra {
        width: 170px;
        margin-left: 16px !important;
        margin-bottom: 16px !important;
        flex-shrink: 0;
        font-size: 13px
    }

    .banner__entry-extra-wrp .banner__entry-extra_watch,
    .banner__entry-extra-wrp .banner__entry-extra_z {
        justify-content: flex-start;
        padding-left: 24px;
        box-sizing: border-box
    }

    .banner__entry-extra-wrp .banner__entry-extra:nth-child(2n) {
        margin-left: 16px !important
    }

    .banner__download-item {
        width: 112px;
        height: 112px;
        margin-right: 16px;
        font-size: 13px;
        margin-bottom: 24px
    }

    .banner__download-item i {
        margin-top: 24px
    }

    .banner__download {
        width: 384px;
        margin-right: -16px;
        flex-wrap: wrap;
        margin-bottom: -24px
    }

    .pc .banner__download-item_ios .banner__download-qrcode i {
        width: 82px;
        height: 82px
    }

    .links {
        margin: 0 -32px 0 0
    }

    .links__list {
        width: 464px
    }

    .links__list li {
        width: 200px;
        height: 168px
    }

    .links__list li a i {
        width: 36px;
        height: 36px;
        margin-bottom: 10px
    }

    .download__dialog-close {
        top: 16px;
        right: 16px
    }

    .download__dialog {
        width: 310px
    }

    .download__dialog-hd {
        font-size: 22px;
        line-height: 26px;
        padding-top: 34px
    }

    .download__btn {
        width: 214px
    }
}

@media (max-width:600px) {
    body {
        font-size: 15px
    }

    .lang_change {
        top: 24px;
        right: 16px
    }

    .banner__logo {
        width: 141px;
        height: 44px
    }

    .banner__update-log {
        width: 364px
    }

    .banner__update-log li {
        margin-bottom: 8px
    }

    .links {
        padding-top: 40px
    }

    .links__list {
        width: 390px
    }

    .links {
        margin: 0 auto
    }

    .links__list {
        min-width: 0;
        margin-right: -24px
    }

    .links__list li {
        width: 171px;
        height: 143px;
        padding-right: 24px;
        padding-bottom: 24px
    }

    .links__list li i {
        width: 32px;
        height: 32px;
        margin-bottom: 12px
    }
}

@media (max-width:414px) {
    .banner__download {
        width: 280.5px;
        margin-top: 28px;
        flex-wrap: wrap;
        margin-bottom: -24px
    }

    .banner__entry-extra-wrp {
        justify-content: flex-start;
        margin-left: 0;
        padding-top: 40px;
        width: 295px
    }

    .banner__entry-extra-wrp .banner__entry-extra {
        width: 128px;
        margin-bottom: 8px !important;
        font-size: 13px
    }

    .banner__entry-extra-wrp .banner__entry-extra_watch,
    .banner__entry-extra-wrp .banner__entry-extra_z {
        justify-content: flex-start;
        padding-left: 8px
    }

    .banner__entry-extra-wrp .banner__entry-extra:nth-child(2n) {
        margin-left: 8px !important
    }

    .banner__entry-extra-wrp i {
        margin-right: 4px
    }

    .banner__download-item {
        margin-right: 40px
    }

    .banner__download-item:nth-child(2n) {
        margin-right: 0
    }

    .banner__update-log {
        width: 100%;
        box-sizing: border-box;
        padding: 24px 36px 0
    }

    .banner__update-log:before {
        left: 36px;
        right: 36px;
        width: auto
    }

    .links {
        padding: 40px 24px 72px
    }

    .links__list {
        margin-right: 0;
        width: 100%
    }

    .links__list li {
        width: 50%;
        box-sizing: border-box
    }

    .links__list li:nth-child(2n) {
        padding-right: 0;
        padding-left: 12px
    }

    .links__list li:nth-child(odd) {
        padding-right: 12px
    }
}

@media (max-width:370px) {
    .banner__updata-time {
        display: none
    }

    .links__list li {
        font-size: 13px
    }
}

@media (max-width:342px) {
    .download__dialog {
        width: auto;
        left: 16px;
        right: 16px;
        transform: translateY(-50%)
    }
}

@media (max-width:280px) {
    .links {
        padding: 40px 16px 72px
    }

    .links__list li:nth-child(2n) {
        padding-right: 0;
        padding-left: 8px
    }

    .links__list li:nth-child(odd) {
        padding-right: 8px
    }
}