body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px "宋体", "Arial Narrow", HELVETICA;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #2d374b;
    text-decoration: none
}

a:hover {
    color: #cd0200;
    text-decoration: underline
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

/* pc样式 */
/* @media screen and (min-width: 960px) {
        #mobile {
            display: none;
        }

        body,
        html {
            width: 100%;
            height: 100%;
            user-select: none;
        }

        img {
            border: none;
            vertical-align: middle;
            width: 100%;
        }

        页面css
        .banner {
            position: relative;
            padding-bottom: 60px;
            min-width: 1020px;
            width: 100%;
        }

        .content {
            position: absolute;
            overflow: hidden;
            max-width: 75%;
            height: 90%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
        }

        .phone {
            height: max-content;
            width: 41%;
            overflow: hidden;
            margin-right: 51px;
        }

        .rigth_content {
            height: max-content;
            flex: 1;
        }

        .row_a {
            width: 65%;
            margin-bottom: 30px;
        }

        .row_c {
            margin-bottom: 19px;
        }

        .row_b,
        .row_d {
            margin-top: 8px;
            margin-bottom: 30px;
        }

        .row_d {
            height: 35px;
            padding-left: 10px;
            background: #fff;
            border-radius: 5px;
            line-height: 35px;
        }

        .row_d img {
            height: 50%;
            width: auto;
        }

        .row_e {
            display: flex;
        }

        .row_e a {
            display: block;
            float: 1;
        }

        .row_e a:nth-child(1) {
            margin-right: 15px;
        }

        .row_f {
            margin-top: 20px;
            align-items: center;
            display: flex;
            flex-direction: row;
            height: 107px;
        }

        .row_f>p {
            font-size: 12px;
            height: 30px;
            width: 104px;
            margin-left: 12px;
            line-height: 1.5;
            color: #fff;
        }

        #canvasBox {
            border-radius: 5px;
            background: #fff;
            padding: 7px;
            display: flex;
            top: 0;
            left: 0;
            height: 100px;
            width: 100px;
        }

        .item {
            width: 50%;
            display: flex;
            transform: translateY(-40px);
            justify-content: space-between;
            margin: 0 auto;
        }

        .apps {
            margin-left: 10px;
        }

        .item div {
            width: 25%;
        }

        .tg {
            text-align: center;
            width: 100%;
            position: relative;
        }

        .footer {
            padding: 20px 0;
            font-size: 18px;
            text-align: center;
            position: absolute;
            color: #666666;
            left: 0;
            bottom: 0;
            width: 100%;
        }

        .btn {
            position: absolute;
            bottom: 5%;
            left: 50%;
            transform: translateX(-50%);
        }
    } */

/* @media screen and (max-width: 960px) { */
/* #is_pc {
            display: none;
        } */

* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
    user-select: none;
}

.h5-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100vh;
    /* background: url("https://tupian.jifenlianmeng.club/h5-fifteen/bg-3.js") no-repeat; */
    background-size: 100%;
    position: relative;
}

.h5_container_bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-content {
    z-index: 100;
}

.c-button {
    margin: 10px auto 50px;
    width: 150px;
    height: 50px;
    z-index: 100;
    background: none;
}

.c-button>button {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.c-button>button>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 100;
}

.ios {
    display: none;
    /* background: url("https://tupian.jifenlianmeng.club/h5-fifteen/ios.js") no-repeat; */
    /* background-size: 100% 100%; */
}

.android {
    display: none;
    /* background: url("https://tupian.jifenlianmeng.club/h5-fifteen/android.js") no-repeat; */
    /* background-size: 100% 100%; */
}