body, ul, li, h2, h3, div {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    background: url(../images/back-pc.webp) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-color: #333;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

@-webkit-keyframes bgp {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}

h1 {
    font-size: 30px;
    background: linear-gradient(to right, #f0ae05,#d0a654, #f0eaa9, #f0ae05,#d0a654, #f0eaa9, #f0ae05,#d0a654, #f0eaa9, #f0ae05,#d0a654, #f0eaa9);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: auto;
}

    .list li {
        display: flex;
        flex-direction: column;
        margin: 5px;
        border: 1px solid rgba(151,151,151,0.5);
        -moz-box-shadow: 3px 3px 5px 3px #333333;
        -webkit-box-shadow: 3px 3px 5px 3px #333333;
        box-shadow: 3px 3px 5px 3px #333333;
        overflow: hidden;
        position: relative;
        max-width: 380px;
        border-radius: 6px;
        background: #000;
        color: #ffffff;
        align-items: center;
        padding: 6px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .list li a {
            display: flex;
            align-items: center;
            flex-direction: column;
            width: 100%;
        }

            .list li a > div {
                display: flex;
                align-items: center;
                width: 100%;
            }

        .list li .icon {
            width: 80px;
            height: 80px;
            margin-right: 12px;
            text-align: center;
            border-radius: 5px;
            background-size: 100% 100%;
            text-shadow: 0 0 3px #CCCCCC;
        }

        .list li p a {
            color: #00ff00;
        }

h2 {
    text-align: center;
    color: #ffd400;
    transition: all 0.6s;
    font-family: "Microsoft YaHei";
    text-shadow: 1px 2px 4px #999;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 6px;
}



h3 {
    font-family: Verdana;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    color: white;
    text-align: justify;
    line-height: 30px;
}

.iconlogo {
    background: url(images/logo6.png)repeat-y center
}

.list li:hover .icon {
    color: #F90;
    font-size: 50px;
}

.text {
    flex: 1;
    -webkit-animation: .5s .2s ease both;
    -moz-animation: 1s .2s ease both;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    color: #00ff00;
}

.footer {
    font-size: 16px;
    width: 280px;
    margin: 30px auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    body {
        background-image: url(../images/back-mobile.webp)
    }

    .paymethod {
        display: block;
    }
}

.download {
    background-size: 100% 100%;
    width: 100px;
    height: 38px;
    color: white !important;
    align-items: center;
    display: flex;
    padding-right: 15px;
    justify-content: flex-end;
}

.login {
    background-size: 100% 100%;
    width: 100px;
    height: 38px;
    align-items: center;
    display: flex;
    padding-right: 15px;
    justify-content: flex-end;
    margin-left: 6px;
    color: white !important;
}
strong {
    color: red;
    font-size: 28px;
}
