/** 新版下载页面样式 **/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
    code, form, fieldset, legend, input, textarea, p, blockquote, th, td,
    header, hgroup, nav, section, article, aside, footer, figure,
    figcaption, menu, button {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 1024px;
        overflow: auto;
    }
    .headerBox {
        position: sticky;
        top: 0;
        border-bottom: 1px solid #E8E8E8;
        background-color: #fff;
        z-index: 100;
    }
    .header {
        margin: 0 auto;
    }
    .header>a {
        display: inline-block;
    }
    .header>a>img {
        vertical-align: middle;
    }
    .header>button {
        background-image: linear-gradient(90deg, #3272F4, #509DFF);
        box-shadow: 0px 2px 10px 0px rgb(51 116 244/ 72%);
        color: #fff;
        text-align: center;
        height: 3.25rem;
        min-width: 8.75rem;
        line-height: 3.25rem;
        font-size: 1.25rem;
        border-radius: 1.625rem;
        padding: 0 1rem;
        border: none;
        float: right;
        cursor: pointer;
    }
    .banner {
        position: relative;
        overflow: hidden;
    }
    .banner>img {
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .qrCodeBox {
        margin: 0 auto;
        position: relative;
    }
    #qrCodeIco {
        display: block;
        background-color: #fff;
        position: relative;
        box-sizing: border-box;
    }
    .qrCodeBox>img {
        position: absolute;
        background-color: #FFF;
        padding: .125rem;
    }
    .install {
        position: relative;
        z-index: 5;
    }
    .install_box {
        background-color: #fff;
        border: 1px solid #EBEBEB;
        box-sizing: border-box;
        position: relative;
        padding: 16px 0;
    }
    .install_box>.install_content>img {
        vertical-align: middle;
    }
    .install_description {
        display: inline-block;
        vertical-align: middle;
    }
    .install_description>div:first-child {
        display: flex;
        align-items: center;
        color: #333;
    }
    .install_description>div:first-child>i {
        font-weight: bold;
        font-style: normal;
    }
    .install_description>div:nth-child(2) {
        color: #666666;
    }
    .install_version {
        border-left: 1px solid #EBEBEB;
        display: inline-block;
        vertical-align: middle;
    }
    .install_version>div>span {
        color: #333333;
    }
    .install_version>div>a {
        color: #3273F4;
        text-decoration: none;
        position: relative;
        float: right;
    }
    .install_version>div>a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .install_version>div>img {
        float: right;
    }
    .footer_icp {
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1601px) {
    .header {
        width: 1200px;
        height: 120px;
        line-height: 120px;
    }
    .header>a>img {
        width: 212px;
    }
    .header>button {
        min-width: 140px;
        height: 52px;
        border-radius: 29px;
        font-size: 1.25rem;
        margin-top: 34px;
        line-height: 52px;
    }
    .banner {
        background-size: 1920px 529px;
        height: 529px;
    }
    .qrCodeBox {
        width: 1200px;
        padding-top: 200px;
    }
    #qrCodeIco {
        width: 180px;
        height: 180px;
    }
    .qrCodeBox>img {
        left: 65px;
        bottom: 65px;
        width: 50px;
        height: 50px;
        border-radius: 4px;
    }
    .install {
        width: 1200px;
        margin: -50px auto 0 auto;
    }
    .install_box {
        min-height: 200px;
        border: 1px solid #EBEBEB;
        margin-bottom: 24px;
    }
    .install_box>.install_content>img {
        width: 106px;
        height: 106px;
        margin-left: 52px;
    }
    .install_description {
        min-height: 106px;
        margin: 0 46px;
        width: 650px;
    }
    .install_description>div:first-child>i {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding-right: 18px;
    }
    .install_description>div:nth-child(2) {
        line-height: 30px;
        margin-top: 12px;
    }
    .install_version {
        padding: 0 45px;
        height: 100px;
        width: 200px;
    }
    .install_version>div {
        width: 200px;
        line-height: 22px;
    }
    .install_version>div:nth-child(n+2) {
        margin-top: 10px;
    }
    .install_version>div>a {
        padding-right: 15px;
    }
    .install_version>div>a:after {
        right: -22px;
    }
    .install_version>div>img {
        width: 22px;
        height: 22px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .header {
        width: 1200px;
        height: 6.375rem;
        line-height: 6.375rem;
    }
    .header>a>img {
        width: 11.26rem;
    }
    .header>button {
        min-width: 7.44rem;
        height: 2.76rem;
        line-height: 2.76rem;
        font-size: 1rem;
        margin-top: 1.8rem;
    }
    .banner {
        height: 529px;
    }
    .qrCodeBox {
        width: 1200px;
        padding-top: 200px;
    }
    #qrCodeIco {
        width: 180px;
        height: 180px;
    }
    .qrCodeBox>img {
        left: 65px;
        bottom: 65px;
        width: 50px;
        height: 50px;
        border-radius: 4px;
    }
    .install {
        width: 1200px;
        margin: -50px auto 0 auto;
    }
    .install_box {
        min-height: 200px;
        border: 1px solid #EBEBEB;
        margin-bottom: 24px;
    }
    .install_box>.install_content>img {
        width: 106px;
        height: 106px;
        margin-left: 52px;
    }
    .install_description {
        min-height: 106px;
        margin: 0 46px;
        width: 650px;
    }
    .install_description>div:first-child>i {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding-right: 18px;
    }
    .install_description>div:nth-child(2) {
        line-height: 30px;
        margin-top: 12px;
    }
    .install_version {
        padding: 0 45px;
        height: 100px;
        width: 200px;
    }
    .install_version>div {
        width: 200px;
        line-height: 22px;
    }
    .install_version>div:nth-child(n+2) {
        margin-top: 10px;
    }
    .install_version>div>a {
        padding-right: 15px;
    }
    .install_version>div>a:after {
        right: -22px;
    }
    .install_version>div>img {
        width: 22px;
        height: 22px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .header {
        width: 1200px;
        height: 5.225rem;
        line-height: 5.225rem;
    }
    .header>a>img {
        width: 9.94rem;
    }
    .header>button {
        min-width: 6.56rem;
        height: 2.44rem;
        line-height: 2.44rem;
        font-size: 1rem;
        margin-top: 1.39rem;
    }
    .banner {
        height: 413px;
    }
    .qrCodeBox {
        padding-top: 145px;
        margin-left: 200px;
    }
    #qrCodeIco {
        width: 160px;
        height: 160px;
    }
    .qrCodeBox>img {
        left: 60px;
        bottom: 60px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
    }
    .install {
        width: 1200px;
        margin: -50px auto 0 auto;
    }
    .install_box {
        min-height: 170px;
        border: 1px solid #EBEBEB;
        margin-bottom: 24px;
    }
    .install_box>.install_content>img {
        width: 90px;
        height: 90px;
        margin-left: 52px;
    }
    .install_description {
        min-height: 90px;
        margin: 0 46px;
        width: 660px;
    }
    .install_description>div:first-child>i {
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding-right: 16px;
    }
    .install_description>div:nth-child(2) {
        line-height: 30px;
        margin-top: 12px;
    }
    .install_version {
        padding: 0 45px;
        height: 100px;
        width: 200px;
    }
    .install_version>div {
        width: 200px;
        line-height: 22px;
    }
    .install_version>div:nth-child(n+2) {
        margin-top: 10px;
    }
    .install_version>div>a {
        padding-right: 20px;
    }
    .install_version>div>a:after {
        right: -22px;
    }
    .install_version>div>img {
        width: 22px;
        height: 22px;
    }
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
    .header {
        width: 900px;
        height: 80px;
        line-height: 80px;
    }
    .header>a>img {
        width: 160px;
    }
    .header>button {
        min-width: 120px;
        height: 46px;
        border-radius: 23px;
        font-size: 1.25rem;
        margin-top: 17px;
    }
    .banner {
        height: 330px;
    }
    .qrCodeBox {
        width: 900px;
        padding-top: 108px;
    }
    #qrCodeIco {
        width: 120px;
        height: 120px;
    }
    .qrCodeBox>img {
        left: 45px;
        bottom: 45px;
        width: 30px;
        height: 30px;
        border-radius: 4px;
    }
    .install {
        width: 900px;
        margin: -30px auto 0 auto;
    }
    .install_box {
        min-height: 150px;
        border: 1px solid #EBEBEB;
        margin-bottom: 24px;
    }
    .install_box>.install_content>img {
        width: 70px;
        height: 70px;
        margin-left: 45px;
    }
    .install_description {
        min-height: 70px;
        margin: 0 40px;
        width: 430px;
    }
    .install_description>div:first-child {
        font-size: .8rem;
    }
    .install_description>div:first-child>i {
        font-size: 1.25rem;
        line-height: 20px;
        padding-right: 12px;
    }
    .install_description>div:nth-child(2) {
        font-size: .8rem;
        line-height: 26px;
        margin-top: 8px;
    }
    .install_version {
        padding: 0 40px;
        height: 90px;
        width: 180px;
    }
    .install_version>div {
        width: 180px;
        line-height: 20px;
    }
    .install_version>div:nth-child(n+2) {
        margin-top: 10px;
    }
    .install_version>div>span {
        font-size: .8rem;
    }
    .install_version>div>a {
        font-size: .8rem;
        padding-right: 15px;
    }
    .install_version>div>a:after {
        right: -18px;
    }
    .install_version>div>img {
        width: 18px;
        height: 18px;
    }
}

@media screen and (min-width: 769px) and (max-width: 899px) {
    .header {
        width: 700px;
        height: 65px;
        line-height: 65px;
    }
    .header>a>img {
        width: 140px;
    }
    .header>button {
        min-width: 100px;
        height: 40px;
        border-radius: 20px;
        margin-top: 12.5px;
    }
    .banner {
        height: 247.5px;
    }
    .qrCodeBox {
        width: 700px;
        padding-top: 88px;
        margin-left: 110px;
    }
    #qrCodeIco {
        width: 100px;
        height: 100px;
    }
    .qrCodeBox>img {
        left: 37.5px;
        bottom: 37.5px;
        width: 25px;
        height: 25px;
        border-radius: 2px;
    }
    .install {
        width: 700px;
        margin: -20px auto 0 auto;
    }
    .install_box {
        min-height: 150px;
        border: 1px solid #EBEBEB;
        margin-bottom: 24px;
        padding: 10px 0;
        box-sizing: content-box;
    }
    .install_box>.install_content>img {
        width: 100px;
        height: 100px;
        margin-left: 30px;
    }
    .install_description {
        min-height: 100px;
        margin: 0 30px;
        width: 280px;
    }
    .install_description>div:first-child {
        font-size: .8rem;
    }
    .install_description>div:first-child>i {
        padding-right: 10px;
    }
    .install_description>div:nth-child(2) {
        font-size: .8rem;
        line-height: 22px;
        margin-top: 8px;
    }
    .install_version {
        padding: 0 20px;
    }
    .install_version>div {
        width: 160px;
        line-height: 18px;
    }
    .install_version>div:nth-child(n+2) {
        margin-top: 8px;
    }
    .install_version>div>span {
        font-size: .8rem;
    }
    .install_version>div>a {
        font-size: .8rem;
        padding-right: 10px;
    }
    .install_version>div>a:after {
        right: -18px;
    }
    .install_version>div>img {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 767px) , ( max-device-aspect-ratio : 1/1) and
        (orientation: portrait) , ( max-aspect-ratio : 1/1) and
    (orientation: portrait) {
    header {
        display: none !important;
    }
    main>aside {
        display: none;
    }
    body {
        padding-top: 0 !important;
    }
    .content {
        box-sizing: border-box;
        padding-bottom: 1em;
    }
    .content>img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    article {
        margin-bottom: 0;
    }
    .installBox {
        position: fixed;
        left: 1.25rem;
        right: 1.25rem;
        top: auto;
        bottom: 3rem;
        background: #FFFFFF;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        box-shadow: 0 .1875rem .375rem .0625rem rgba(0, 0, 0, 0.16);
        z-index: 10;
        padding: .875rem;
        min-height: 8.125rem;
        border-radius: .5rem;
    }
    .installBox>div:first-of-type {
        display: flex;
        align-items: flex-start;
    }
    .installBox>div:first-of-type>img {
        width: 4.25rem;
        height: 4.25rem;
        border: 0.0625rem solid #dedede;
        border-radius: .5rem;
    }
    .installBox>div:first-of-type>div {
        margin-left: 1.25rem;
        display: flex;
        flex-direction: column;
    }
    .installBox>div:first-of-type>div>label {
        font-size: 1rem;
        font-weight: bold;
        color: #333333;
        padding-left: .125rem;
    }
    .installBox>div:first-of-type>div>div {
        padding-top: .5rem;
    }
    .installBox>div:first-of-type>div>div>a {
        height: 2.125rem;
        min-width: 5rem;
        padding: .5rem .75rem;
        color: #fff;
        background-color: #00569E;
        font-size: .875rem;
        border-radius: .25rem;
        box-shadow: 0px 2px 4px 1px rgba(33, 89, 217, 0.16);
    }
    .installBox>div:first-of-type>div>div>a:nth-of-type(2) {
        margin-left: .625rem;
        background-color: #fff;
        color: #00569E;
        border: .0625rem solid #00569E;
    }
    .installBox>div:first-of-type>div>div.green>a {
        background-color: #008738;
    }
    .installBox>div:first-of-type>div>div.green>a:nth-of-type(2) {
        border-color: #008738;
        background-color: #fff;
        color: #008738;
    }
    .installBox>div:nth-of-type(2) {
        font-size: .875rem;
        color: #999999;
        line-height: 1.25rem;
        padding-top: .5rem;
    }
}