﻿* {
    margin: 0px;
    border: 0px;
    font-size: 14px;
    color: #3A3939;
}

body {
    background-image: url(../image/background1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #FBFAFA;
}

.head {
    margin: 0px auto;
    height: 82px;
    background-image: url(../image/head.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.kefu {
    background-image: url(../image/kefu.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 131px;
    height: 245px;
    position: fixed;
    right: 30px;
    margin-top: 538px;
}

.body_box {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

    .body_box .body_box_t {
    }

        .body_box .body_box_t .body_box_t_1 {
        }

            .body_box .body_box_t .body_box_t_1 .body_box_t_1_1 {
                margin-top: 199px;
                width: 500px;
                height: 265px;
                background-image: url(../image/tongtiandai.png);
                background-size: cover;
            }

            .body_box .body_box_t .body_box_t_1 .body_box_t_1_2 {
                width: 537px;
                height: 39px;
                background-image: url(../image/tips.png);
                background-size: cover;
            }

        .body_box .body_box_t .body_box_t_2 {
            width: 333px;
            height: 264px;
            background-image: url(../image/code.png);
            background-size: cover;
            margin-top: 67px;
        }

    .body_box .body_box_t2 {
        position: absolute;
        top: 30px;
        left: 468px;
        background-image: url(../image/app.png);
        width: 1007px;
        height: 776px;
    }

.appinfo {
    width: 100%;
    background-color: rgb(255, 255, 255);
}

    .appinfo .text {
        width: 1200px;
        margin: 0 auto;
        height: 118px;
        line-height: 118px;
        font-size: 16px;
    }

.about {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

    .about .about_box {
        display: flex;
        padding-top: 30px;
    }

        .about .about_box .about_box_1 {
            margin-right: 70px;
        }

            .about .about_box .about_box_1 .about_box_text {
                font-size: 16px;
            }

            .about .about_box .about_box_1 .about_box_text_2 {
                padding-top: 15px;
                text-align: center;
            }

            .about .about_box .about_box_1 .about_box_text_2_text {
                font-size: 14px;
                color: #108EE9;
                line-height: 25px;
            }

    .about .about_text {
        width: 600px;
        font-size: 16px;
        padding-top: 30px;
    }

.links {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
    color: #6F6D75;
}

    .links .link {
    }

    .links a {
        color: #373737;
        font-size: 14px;
    }

.footer {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
}

    .footer .text {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 15px;
    }

        .footer .text div {
            margin: 0 20px;
        }

        .footer .text a {
            text-decoration: none;
        }
