body, html {
    height: 100%;
}

body {
    background: #f7f7f7;
    font-size: 17px;
    width: 100%;
    margin: 0;
    color: rgba(0,0,0,.9);
}

.banner {
    padding: 100px 0 120px;
    position: relative;
    color: hsla(0,0%,100%,.9);
    overflow: hidden;
}

.banner__inner {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 150%;
    min-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2E8FF8;
    border-radius: 0 0 50% 50%;
    z-index: -1;
    overflow: hidden;
}

.banner__bd {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: a 1.3s both;
}

.banner__logo_box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.banner__logo{width:48px;height:48px}
.banner__title{
    display: flex;
    font-size: 32px;
    margin-left: 20px;
    align-items: center;
}

.banner__flag{
    padding:60px 30px;
    font-size: 16px;
    text-align: center;
}

.banner__update-log {
    padding: 24px 0 0;
    width: 600px;
    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;
}

.poster_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px;
    justify-content: center;
}

.poster_list__image{
    width: 200px;
    height: 432px;
    margin: 20px;
}

.wrap {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
.content {
    background: none;
    margin: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

.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
}

.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;
}
a {
    text-decoration: none;
}
.banner__download {
    display: flex;
    align-items: center;
}

.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-left: 15px;
    margin-right: 15px;
    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)
}



@media (min-width:1440px){
    body{font-size:20px}
}
@media (max-width:1024px){
    .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:44px;height:44px}
    .banner__title{font-size: 28px}
    .banner__update-log{width:364px}
    .banner__download-item{width:112px;height:112px;margin-left:16.5px;margin-right:16.5px;font-size:13px;margin-bottom:24px}
    .banner__download-item i{margin-top:24px}
    .banner__download{width:290px;flex-wrap:wrap;margin-bottom:-24px}
}
@media (max-width:600px){
    body{font-size:15px}
    .banner__download {
        width:290px;
        margin-top: 0px;
        flex-wrap: wrap;
        margin-bottom: -24px
    }
    .banner__download-item{width:112px;height:112px;margin-left:16.5px;margin-right:16.5px;font-size:13px;margin-bottom:24px}
}

@media (max-width: 414px) {
    .banner__flag{
        padding:30px 15px;
        font-size: 16px;
        text-align: center;
    }

    .banner__download {
        width:290px;
        margin-top: 0px;
        flex-wrap: wrap;
        margin-bottom: -24px
    }
    .banner__download-item{width:112px;height:112px;margin-left:16.5px;margin-right:16.5px;font-size:13px;margin-bottom:24px}
}

@media (max-width: 370px) {
    .banner__flag{
        padding:20px 10px;
        font-size: 16px;
        text-align: center;
    }

    .banner__updata-time {
        display:none
    }

    .links__list li {
        font-size: 13px
    }

    .banner__download {
        width:290px;
        margin-top: 0px;
        flex-wrap: wrap;
        margin-bottom: -24px
    }
    .banner__download-item{width:112px;height:112px;margin-left:16.5px;margin-right:16.5px;font-size:13px;margin-bottom:24px}
}

@media (max-width: 342px) {
    .banner__flag{
        padding:20px 10px;
        font-size: 16px;
        text-align: center;
    }

    .download__dialog {
        width:auto;
        left: 16px;
        right: 16px;
        transform: translateY(-50%)
    }

    .banner__download {
        width:290px;
        margin-top: 0px;
        flex-wrap: wrap;
        margin-bottom: -24px
    }
    .banner__download-item{width:112px;height:112px;margin-left:16.5px;margin-right:16.5px;font-size:13px;margin-bottom:24px}
}

@media (max-width: 280px) {
    .banner__flag{
        padding:20px 10px;
        font-size: 16px;
        text-align: center;
    }

    .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
    }

    .banner__download {
        width:260px;
        margin-top: 0px;
        flex-wrap: wrap;
        margin-bottom: -24px
    }
    .banner__download-item{width:112px;height:112px;margin-left:9px;margin-right:9px;font-size:13px;margin-bottom:24px}
}

@keyframes a {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.icon-android {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E  %3Cdefs%3E    %3Cpath id='a688108f-309f-4e18-a0dc-ed026741fa12-a' d='M0 0h33.684v18.947H0z'/%3E  %3C/defs%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cpath d='M0 0h40v40H0z'/%3E    %3Cg opacity='.8' transform='translate(3.158 11.158)'%3E      %3Cmask id='a688108f-309f-4e18-a0dc-ed026741fa12-b' fill='%23fff'%3E        %3Cuse xlink:href='%23a688108f-309f-4e18-a0dc-ed026741fa12-a'/%3E      %3C/mask%3E      %3Cpath fill='%23FFF' d='M24.594 14.156a1.402 1.402 0 1 1-.003-2.803 1.402 1.402 0 0 1 .003 2.803m-15.504 0a1.402 1.402 0 1 1-.002-2.803 1.402 1.402 0 0 1 .002 2.803M25.097 5.72L27.9.874a.584.584 0 0 0-1.01-.583L24.05 5.2c-2.17-.989-4.608-1.54-7.21-1.54-2.6 0-5.038.552-7.209 1.54L6.794.291a.584.584 0 0 0-1.01.582l2.803 4.848C3.774 8.335.482 13.2 0 18.947h33.684C33.202 13.2 29.91 8.335 25.097 5.721' mask='url(%23a688108f-309f-4e18-a0dc-ed026741fa12-b)'/%3E    %3C/g%3E  %3C/g%3E%3C/svg%3E")
}

.icon-android,.icon-ios {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-size: cover
}

.icon-ios {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E  %3Cdefs%3E    %3Cpath id='47f1323c-993c-4d45-aab1-bebb1206c2bb-a' d='M.001.592h26.926v24.039H.001z'/%3E  %3C/defs%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cpath d='M0 0h40v40H0z'/%3E    %3Cg opacity='.8' transform='translate(6.316 2.737)'%3E      %3Cg transform='translate(0 7.045)'%3E        %3Cmask id='47f1323c-993c-4d45-aab1-bebb1206c2bb-b' fill='%23fff'%3E          %3Cuse xlink:href='%2347f1323c-993c-4d45-aab1-bebb1206c2bb-a'/%3E        %3C/mask%3E        %3Cpath fill='%23FFF' d='M20.005.608c-2.722-.193-5.031 1.456-6.32 1.456-1.308 0-3.324-1.415-5.461-1.376-2.806.04-5.393 1.564-6.84 3.972C-1.531 9.506.64 16.687 3.479 20.62c1.389 1.922 3.045 4.088 5.221 4.009 2.094-.08 2.887-1.298 5.418-1.298 2.53 0 3.243 1.298 5.458 1.259 2.254-.04 3.683-1.962 5.061-3.894 1.596-2.23 2.251-4.39 2.29-4.505-.05-.018-4.394-1.614-4.437-6.408-.04-4.008 3.415-5.935 3.573-6.028C24.102.989 21.073.684 20.005.608' mask='url(%2347f1323c-993c-4d45-aab1-bebb1206c2bb-b)'/%3E      %3C/g%3E      %3Cpath fill='%23FFF' d='M18.325 5.057C19.482 3.718 20.26 1.854 20.045 0c-1.663.063-3.676 1.062-4.87 2.4-1.07 1.185-2.008 3.083-1.753 4.899 1.855.137 3.748-.902 4.903-2.242'/%3E    %3C/g%3E  %3C/g%3E%3C/svg%3E")
}

.icon-windows {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cg fill='%23FFF' fill-rule='evenodd'%3E %3Cpath d='M6.316 21.826v9.025l10.99 1.539V21.826zm12.045 0v10.712l14.463 2.026V21.826zM6.316 11.767v9.004h10.99V10.205zM32.824 8l-14.463 2.055v10.716h14.463z' opacity='.8'/%3E %3Cpath fill='none' d='M0 0h40v40H0z'/%3E %3C/g%3E%3C/svg%3E");
}

.icon-macos {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cpath id='47f1323c-993c-4d45-aab1-bebb1206c2bb-a' d='M.001.592h26.926v24.039H.001z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M0 0h40v40H0z'/%3E %3Cg opacity='.8' transform='translate(6.316 2.737)'%3E %3Cg transform='translate(0 7.045)'%3E %3Cmask id='47f1323c-993c-4d45-aab1-bebb1206c2bb-b' fill='%23fff'%3E %3Cuse xlink:href='%2347f1323c-993c-4d45-aab1-bebb1206c2bb-a'/%3E %3C/mask%3E %3Cpath fill='%23FFF' d='M20.005.608c-2.722-.193-5.031 1.456-6.32 1.456-1.308 0-3.324-1.415-5.461-1.376-2.806.04-5.393 1.564-6.84 3.972C-1.531 9.506.64 16.687 3.479 20.62c1.389 1.922 3.045 4.088 5.221 4.009 2.094-.08 2.887-1.298 5.418-1.298 2.53 0 3.243 1.298 5.458 1.259 2.254-.04 3.683-1.962 5.061-3.894 1.596-2.23 2.251-4.39 2.29-4.505-.05-.018-4.394-1.614-4.437-6.408-.04-4.008 3.415-5.935 3.573-6.028C24.102.989 21.073.684 20.005.608' mask='url(%2347f1323c-993c-4d45-aab1-bebb1206c2bb-b)'/%3E %3C/g%3E %3Cpath fill='%23FFF' d='M18.325 5.057C19.482 3.718 20.26 1.854 20.045 0c-1.663.063-3.676 1.062-4.87 2.4-1.07 1.185-2.008 3.083-1.753 4.899 1.855.137 3.748-.902 4.903-2.242'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}

.icon-macos, .icon-windows {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-size: cover;
}
