@charset "UTF-8";

.flex-center,
.flex,
.flex-col,
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-col,
body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-center,
.flex-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-center,
.flex-justify {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.play a {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

html {
    -webkit-text-size-adjust: 100%;
    height: 100%
}

body {
    line-height: 1.4286;
    font-size: 1.4rem;
    color: #333;
    background-color: #fff
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color 100ms linear, background-color 100ms linear, -webkit-box-shadow 100ms linear;
    transition: color 100ms linear, background-color 100ms linear, -webkit-box-shadow 100ms linear;
    transition: color 100ms linear, background-color 100ms linear, box-shadow 100ms linear;
    transition: color 100ms linear, background-color 100ms linear, box-shadow 100ms linear, -webkit-box-shadow 100ms linear
}

a:hover {
    color: #8b0b0b
}

a:active {
    opacity: .8
}

:focus {
    outline: 0
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word
}

body,
input,
textarea,
select,
button {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", "Arial", "Helvetica Neue", "sans-serif", "宋体", "simsun"
}

ul,
ol {
    list-style: none outside none
}

i,
em {
    font-style: normal
}

html {
    font-size: 62.5%
}

body {
    min-height: 100vh;
    background-color: #8b0b0b
}

.f12 {
    font-size: 1.2rem
}

.mb5 {
    margin-bottom: .5rem
}

.mb10 {
    margin-bottom: 1rem
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.top {
    padding: 1.4rem 0
}

.tac {
    text-align: center
}

.footer {
    background-color: #333;
    padding: 2rem 1rem;
    color: rgba(255, 255, 255, .6);
    margin-top: 1.2rem
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #fff;
    text-decoration: underline
}

.homeTip {
    color: #fff;
    margin-bottom: .8rem
}

.homeTip dt {
    width: 6em;
    font-size: 2rem;
    font-weight: bold
}

.banner {
    border-radius: 2rem 2rem 0 0;
    overflow: hidden
}

.play {
    background-color: #cc2d2d;
    border-radius: 0 0 2rem 2rem;
    padding: 2rem 1rem 2.4rem;
    margin-bottom: 2rem
}

.play p {
    font-size: 4.2rem;
    color: #fff;
    margin-bottom: 2rem
}

.play a {
    width: 100%;
    height: 12rem;
    font-size: 5.2rem;
    font-weight: bold;
    color: #ff0;
    text-shadow: .4rem .4rem rgba(0, 0, 0, .4);
    background-image: url("../img/btn.png?240820");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.play a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.txt {
    background-color: #fff;
    padding: 2rem;
    border-radius: 2rem
}

.txt a {
    text-decoration: underline
}

.txt h2 {
    color: #8b0b0b;
    font-size: 3rem;
    padding-bottom: 1rem;
    border-bottom: #dbdbdb .1rem solid;
    margin-bottom: 2rem
}

.txt h3 {
    color: #cd8727;
    padding: 1rem 0
}

.txt p {
    margin-bottom: 1rem
}

.txt p:last-child {
    text-align: right;
    margin-bottom: 0;
    margin-top: 1rem
}

.alert {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6)
}

.alert .popup {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 48rem;
    background-color: #fff;
    padding: 2rem;
    z-index: 9999;
    border-radius: .8rem
}

.alert .popup p {
    margin-bottom: 1rem
}

.alert .bottom a {
    text-align: center;
    line-height: 4rem;
    border-radius: .4rem;
    background-color: #dbdbdb
}

.alert .bottom a.s {
    background-color: #cd8727;
    color: #fff
}

.alert .bottom a:last-child {
    margin-left: 1rem
}

.download {
    margin: 1.2rem 0 2rem
}

.download a {
    margin: 0 1rem
}

.download a img {
    width: 100%;
    max-height: 8rem
}

@media screen and (min-width: 900px) {
    .wi {
        width: 120rem;
        margin: 0 auto
    }
}

@media screen and (max-width: 900px) {
    .homeTip {
        padding: 0 2rem;
        margin-bottom: 1.6rem
    }

    .top {
        padding: 1rem 2rem
    }

    .logo {
        height: 4.8rem
    }

    .footer {
        margin-top: .4rem
    }

    .play {
        padding: 1.4rem 1rem 2rem
    }

    .play p {
        font-size: 2.4rem;
        margin-bottom: 1.4rem
    }

    .play a {
        height: 8rem;
        font-size: 3.2rem
    }

    .download a img {
        max-height: 6rem
    }
}