html {
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.main {
    position: relative;
}

.navbar {
    position: absolute;
}

.img_100 {
    width: 100%;
}

.img_90 {
    margin-left: 10%;
    width: 80%;
}

.img_30{
    margin-left: 40%;
    width: 20%;
}

.record{
    background-color: #323b50;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: -1px;
}

.record a {
    font-size: 12px;
    color: #889894;
    text-decoration: none;
}


@media only screen and (max-width: 600px) {

    /* 手机专用样式 */
    .only_PC {
        display: none;
    }

    .navbar_img img {
        width: 40%;
        margin-left: 38px;
        margin-top: 16px;
    }

    .center_text_bold {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }

    .img_list {
        /* height: 220px; */
        display: flex;
        padding: 0 16px;
        justify-content: space-around;
        align-items: center;
    }

    .img_list img {
        width: 40%;
    }

    .img_list .img_h3 {
        margin-bottom: 6px;
        white-space: nowrap;
    }

    .img_list .img_p {
        width: 100px;
        padding-left: 10px;
        font-size: 12px;
        color: #545757;
    }

    .img_list .img_text {
        width: 40%;
    }

    .income-img {
        padding-right: 20px;
        padding-left: 20px;
    }

    .income-img .text_all {
        height: 140px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .income-img .img_text {
        padding-top: 20px;
    }

    .income-img .text_all img {
        width: 30%;
    }

    .apply_page {
        position: relative;
        font-size: 10px;
        font-weight: 500;
    }

    .apply_page .absolute_1 {
        position: absolute;
        top: 20%;
        left: 10%;
    }

    .apply_page .absolute_2 {
        position: absolute;
        top: 40%;
        left: 10%;
    }

    .apply_page .absolute_3 {
        position: absolute;
        top: 60%;
        left: 10%;
    }

    .img_bottom {
        display: flex;
        justify-content: space-around;
        height: 120px;
        background-color: #313b51;
    }

    .img_bottom .bottom_text {
        font-size: 8px;
        margin: 0;
        margin-top: 10px;
        padding: 0;
        text-align: center;
        color: #95989f;
    }

    .img_bottom img {
        height: 40px;
    }

    .bottom_logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bottom_QRcode {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .invite_text {
        text-align: center;
        font-weight: 500;
        font-size: 10px;
        color: #494949;
    }

    .invite_div {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }

    .invite_div button {
        margin: 10px;
        height: 46px;
        width: 60%;
        border: none;
        border-radius: 23px;
        color: #fff;
        background-color: #6ea6d3;
    }

    .invite_text_fixed {
        margin-bottom: 10px;
    }

    .animate_hidetip {
        animation: hidetip 1.5s forwards;
    }

    .img_h {
        text-align: center;
        font-size: 15px;
        font-weight: normal;
        margin: 0;
        padding-bottom: 4px;
    }

    .img_p2 {
        font-size: 10px;
        padding: 0;
        margin: 0;
        text-align: center;
        color: #4e4e4e;
    }

    .down_btn_phone {
        bottom: 6vh;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        width: 140px;
    }

    .phone_header_bc img {
        width: 100%;
        /* position: relative;
        width: 100%;
        height: 80vh;
        background-image: url('../img/robot_00_phone.png');
        background-size: 100%;
        background-repeat: no-repeat; */
    }

    .down_btn_pc_div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .svg_Phone{
        padding-top: 40px;
        display: flex;
        justify-content: center;
        width: 80%;
        padding-bottom: 10%;
        position: relative;
        margin: auto;

    }
    .svg_Phone img{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-45%);
        width:200%;
    }

    @keyframes hidetip {

        from {

            opacity: 1;

        }

        to {

            opacity: 0;

        }

    }

    @-webkit-keyframes hidetip {

        from {

            opacity: 1;

        }

        to {

            opacity: 0;

        }

    }
}
@media only screen and (min-width: 600px) {
    .phone_only {
        display: none;
    }

    .main {
        min-width: 1000px;
    }

    .navbar {
        width: 100%;
        height: 80px;
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
        margin-top: 20px;
    }

    .navbar_img {
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
        width: 40%;
        min-width: 500px;
    }

    .navbar_img .img_logo {
        width: 100px;
    }

    .navbar_menu {
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
        width: 50%;
        min-width: 500px;
    }

    .navbar_menu div {
        font-size: 18px;
        margin: 20px;
    }


    .center_text_bold {
        padding-top: 50px;
        font-size: 38px;
        font-weight: 500;
        text-align: center;
    }

    .income-img {
        height: 80vh;
        box-sizing: border-box;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-content: space-around;
    }

    .income-img .text_all {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 35%;
    }

    .income-img .text_all img {
        width: 40%;
    }

    .img_text {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 18px;
    }

    .img_text p {
        margin: 0;
    }

    .apply_page {
        position: relative;
        font-size: 22px;
        font-weight: 500;
    }

    .apply_page .absolute_1 {
        position: absolute;
        top: 24%;
        left: 30%;
    }

    .apply_page .absolute_2 {
        position: absolute;
        top: 38%;
        left: 20%;
    }

    .apply_page .absolute_3 {
        position: absolute;
        top: 52%;
        left: 30%;
    }

    .img_bottom {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 300px;
        background-color: #313b51;
    }

    .img_bottom .bottom_text {
        font-size: 8px;
        margin: 0;
        margin-top: 10px;
        padding: 0;
        text-align: center;
        color: #95989f;
    }

    .img_bottom img {
        height: 100px;
        margin: 20px;
        /* width: 100px; */
    }

    .navbar_menu a {
        color: #000;
        text-decoration: none;
    }

    .img_h4_PC {
        font-size: 26px;
        font-weight: normal;
    }

    .img_p2 {
        font-size: 20px;
        color: #4e4e4e;
    }

    .contact_wechat {
        margin-bottom: 100px;
    }

    .contact_wechat_fixed {
        margin-top: 0;
        padding-top: 0;
    }

    .apply_page_fixed {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .join_fixed {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .more_edit {
        text-align: center;
        font-size: 20px;
        color: #494949;
    }

    .first_img{
        width: 100%;
        height: 56vw;
        background-image: url(img/robot_00.7cfa3489..png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .down_btn {
        position: absolute;
        left: 39vw;
        top: 33vw;
        width: 150px;
    }

    .down_btn div {
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 150px;
        height: 48px;
        border-radius: 24px;
        background-color: #42a2fd;
        color: #fff;
        text-align: center;
        line-height: 48px;
        font-size: 20px;
    }

    .down_btn div:hover{
        border-radius:  24px 24px 0 0;
    }
    .down_btn div:before {
        display: none;
        content: "";
        position: absolute;
        box-sizing: border-box;
        top: 48px;
        content: "";
        width: 150px;
        height: 150px;
        background-color: #42a2fd;
        background-image: url("https://b2.cdn.zanao.com/biz/app/download01.png");
        background-repeat: no-repeat;
        background-size: 130px 130px;
        background-position: center center;
        border-radius: 0 0 12px 12px;
    }

    .down_btn div:hover::before{
        display: block;
    } 
/* 
    .down_btn:hover:before {
        position: absolute;
        box-sizing: border-box;
        left: 0;
        top: 24px;
        content: "";
        width: 150px;
        height: 170px;
        background-color: #42a2fd;
        border-radius: 0 0 12px 12px;
    } */

    .svg_PC{
        position: absolute;
        width: 30vw;
        left: 15.6vw;
        top: 18.8vw;
    }

    .svg_PC img{
        width: 30vw;
    }
}
