@charset "utf-8";

/* CSS Document */

.db_float {
    z-index: 9999999;
    position: fixed;
    width: 100%;
    left: 50%;
    bottom: 0;
    background-image: -moz-linear-gradient(#9c68b9, #fffbe7);
    background-image: -webkit-linear-gradient(#9c68b9, #fffbe7);
    background-image: -o-linear-gradient(#9c68b9, #fffbe7);
    background-image: linear-gradient(#9c68b9, #fffbe7);
    max-width: 640px;
    min-width: 320px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.db_float .btn_cf {
    padding: 3% 2%;
    background-color: #fff;
    overflow: hidden;
}

.db_float .btn_cf a.hf {
    font-style: normal;
    float: right;
    position: relative;
    width: 22%;
    /* height: 57px; */
    line-height: 66px;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all .3s linear 0s;
    background: #7e36a2 /*#7471e5*/;
    margin: 0 0.5%;
    /* padding:  2% 0; */
}

.db_float .btn_cf a.fhsy {
    width: 7%;
    float: right;
    color: #666666;
    margin-left: 2%;
    text-decoration: none;
    text-align: center;
}

.db_float .btn_cf a.fhsy img {
    width: 100%;
}

.db_float .btn_cf a.fhsy p {
    margin: 0;
    font-size: 17px;
}

.db_float .btn_cf input {
    width: 63%;
    float: left;
    box-sizing: border-box;
    height: 66px;
    font-size: 25px;
    outline: none;
    border: 1px solid #929292;
    padding-left: 1%;
}

.db_float .btn_cf a.hf .num {
    position: absolute;
    right: 5px;
    top: -5px;
    width: 18px;
    height: 18px;
    background: #FF0000;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
}

.db_float .btn_cf a.hf span {
    position: relative
}

.db_float .btn_cf a.hf img {
    width: 29%;
    margin: -5% 0 0 3%;
    vertical-align: middle;
}

.db_float .btn_cf a.hf {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -3px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -6px, 0)
    }
    90% {
        transform: translate3d(0, -2px, 0)
    }
}

@media all and (max-width: 480px) {
    .db_float .btn_cf a.hf,
    .db_float .title_talk,
    .db_float .btn_cf em {
        height: 37px;
        line-height: 37px;
        font-size: 15px;
    }
    .db_float .btn_cf input {
        height: 37px;
        font-size: 15px;
    }
}

@media all and (max-width: 414px) {
    .db_float .btn_cf a.hf,
    .db_float .title_talk,
    .db_float .btn_cf em {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .db_float .btn_cf input {
        height: 40px;
        font-size: 16px;
    }
    .db_float .btn_cf a.fhsy p {
        font-size: 12px;
    }
}