body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    /* font: 16px/1.5 tahoma, arial, 微软雅黑; */
    font: 16px/1.5;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
    /* color: #555; */
}


/* 防止手机上显示触发Font Boosting */

body * {
    max-height: 999999px;
}

body {
    overflow-y: scroll;
    user-select: none;
}

img {
    pointer-events: none;
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

.box {
    width: 640px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
}

.bg-gray {
    /* background: #f0f2f0; */
    background-color: #e6f0ed;
    /* float: left; */
}

.header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 84px;
}

.header-logo {
    width: auto;
    height: 32px;
}

.header-title {
    font-size: 30px;
    color: #3d3d3d;
    margin-left: 10px;
}

.slogan-title {
    font-weight: bold;
    font-size: 38px;
    color: #3d3d3d;
    text-align: center;
    margin-top: 50px;
}

.img_bottom {
    /* float: left; */
    /* padding: 50px 0px; */
    width: 100%;
    height: auto;
    margin-top: 70px;
}

.jinhui-icon {
    width: 12px;
    height: 12px;
}

.tet_ul {
    /* float: left; */
    padding-left: 20px;
    line-height: 2;
}

.tet_ul li {
    /* float: left; */
    width: 100%;
    color: #333;
    font-size: 15px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.li-dot {
    list-style: disc;
}

.main-container {
    padding: 10px 70px;
}

.download-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* height: 172px; */
    height: 238px;
    width: 100%;
    margin-top: 47px;
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.btns-container {
    display: flex;
    flex-direction: column;
    /* height: 172px; */
    height: 238px;
    justify-content: space-between;
}

.download-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 66px;
    border-radius: 33px;
    background-color: #000000;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.download-btn+.download-btn {
    background-color: #000000;
}

.download-btn+.download-btn+.download-btn {
    background-color: #2ba72a;
}

.download-btn img {
    width: 36px;
    height: 36px;
}

.download-btn span {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-left: 14px;
}

.qrcode-img {
    width: 172px;
    height: 172px;
}


/* 

.copyright-content {

    font-size: 12px;

    text-align: center;

    color: #3d3d3d;

    margin-top: 20px;

    margin-bottom: 20px;

} */

a {
    text-decoration: none;
    color: inherit;
}

.copyright {
    float: left;
    width: 640px;
    text-align: center;
    /* font-family: arial; */
    font-size: 12px;
    line-height: 1;
    padding-bottom: 20px;
    margin-top: 50px;
    color: #555;
}

.copyright-line2 {
    margin-top: 8px;
    text-align: center;
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; */
    /* background-color: red; */
}


/* ########### */

@media screen and (max-width: 992px) {
    /* .bg-gray {
        background-color: white;
    } */
    .box {
        width: 100%;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        /* padding: 0 30px; */
    }
    .header-container {
        height: 120px;
        margin-left: 30px;
    }
    .header-logo {
        width: auto;
        height: 60px;
    }
    .header-title {
        font-size: 45px;
        margin-left: 26px;
    }
    .slogan-title {
        font-weight: bold;
        font-size: 45px;
        margin-top: 90px;
        line-height: 1.5;
    }
    .tet_ul li {
        font-size: 38px;
    }
    .copyright {
        margin: 50px auto 0;
    }
    .download-container {
        height: 320px;
        /* height: 240px; */
        width: 100%;
        margin-top: 60px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .btns-container {
        /* height: 240px; */
        height: 320px;
    }
    .download-btn {
        width: 340px;
        height: 80px;
        border-radius: 40px;
    }
    .download-btn img {
        width: 50px;
        height: 50px;
    }
    .download-btn span {
        font-size: 30px;
        font-weight: bold;
        color: white;
        margin-left: 20px;
    }
    .qrcode-img {
        width: 240px;
        height: 240px;
    }
    .copyright {
        float: none;
        width: 100%;
        font-size: 20px;
        padding-bottom: 40px;
    }
    .copyright-line2 {
        margin-top: 20px;
    }
}